Power BI Group By- How To ?

power-bi-group-by
Spread the love

There are ways you can use Group By in Power BI is by leveraging the use of Power Query.

Here is how you can use group by

Click Transform Data in Power BI

power-bi-tranform-data

After Clicking transform data, Power Query will open up and you have to select Group

power-query-groupby

Below image shows how group by diablog box looks

power-query-groupby-options

We will group by using state,
New Columns Name is Total_grocery_sqrt as
Operation is sum because we want to sum all the grocery_sqft

power-query-groupby-options

Below is the resulting table

result-table

You can re-check the applied steps for assurance purposes

Depending on your use you can save it or just close the window

READ MORE:
Power BI Best Practices
Group BY using DAX

Thanks For Reading!