Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
airwolf39
Helper V
Helper V

How to group rows?

Hi all,

 

This is a basic question... but for some reason i cant seem to group column values. I have tried both "summarize" in dax and "grouby" in query editor. How do i get (fact unit) summed by warehouse below? I need these to be aggregated so i can create a key (WH# + Part Number).

 

Capture.PNG

1 ACCEPTED SOLUTION
airwolf39
Helper V
Helper V

Argh! Group by in power query was not working because i had used 'count rows' rather than 'sum' on the balance column. Silly me. Thanks guys.

View solution in original post

3 REPLIES 3
airwolf39
Helper V
Helper V

Argh! Group by in power query was not working because i had used 'count rows' rather than 'sum' on the balance column. Silly me. Thanks guys.

Tahreem24
Super User
Super User

@airwolf39 .

I am confused why are you facing any issue with Group by in Power Query.
YOu can try out using ALLEXCEPT:

Measure  = CALCULATE(SUM(Table[Fact Unit]),ALLEXCEPT(Table,Table[Warehouse]))
Capture.PNG
Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard
amitchandak
Super User
Super User

@airwolf39 , are you trying to create a new table ?

refer

https://www.poweredsolutions.co/2019/07/30/grouping-rows-with-power-bi-power-query/

 

Summarize

https://www.sqlbi.com/articles/all-the-secrets-of-summarize/

 

https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors