This Power Query example demonstrates how to generate a monthly branch sales report using Table.Group. The query references an existing sales dataset, groups records by YearMonth and Branch, calculates the total net sales amount and transaction count, and finally sorts the results by month and sales performance. Key Power Query techniques demonstrated in this project include: • Referencing exist..