An Introduction to Power Query (1:05:40)
This course shows how to use Get & Transform queries to perform the following transformations (instead of using the traditional methods):
- Flatten data (instead of manually filling labels down)
- Split columns (instead of using FlashFill, LEFT, RIGHT, and MID)
- Combine columns (instead of using FlashFill or concatenation)
- Format text (instead of using UPPER, LOWER, and PROPER Excel functions)
- Remove duplicates (instead of the data ribbon command)
- Merge queries (instead of using VLOOKUP)
- Compare lists (instead of using COUNTIFS)
- Unpivot summarized data (instead of using copy/paste)
- Create a new column and group by (instead of using a PivotTable)
- Combine many csv files (instead of copy/paste)