June 2025
Intermediate to advanced
697 pages
15h 21m
English
The Group By command in Power Query is a powerful feature that allows you to aggregate and summarize data by grouping it based on one or more columns. This command is based on the Table.Group() function, and it is essential for performing data analysis and creating meaningful summaries from large datasets. The syntax of Table.Group() is:
=Table.Group(table, key, aggregatedColumns, groupKind, optional comparer) as table
The table is the table, the key is any, aggregatedColumns is ...
Read now
Unlock full access