Answer Posted / Prateek Jain
The GROUP BY function in Power BI is used to group data based on one or more columns. This allows you to perform aggregations (like SUM, AVG, COUNT) on each group separately. For example, if you have a table of sales data with columns for date, region, and amount sold, you can use the following code to calculate the total sales for each region: SalesTotal = SUM(Sales[Amount]) GROUP BY Sales[Region].
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category