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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
djoellet
Frequent Visitor

Grouping Rows

Please see the sample data below (current state).  I am trying to group rows by the account number, select the project mgr and city associated with the lowest project#, and sum the revenue and hours worked.  I don't have to list all the project #'s but if that is easily done that would be a bonus.  I also wanted to note that there could be as many as 75 project #'s associated with any account number.  Any assistance would be greatly appreciated.  Thank you!!

 

Capture.png

1 ACCEPTED SOLUTION
wdx223_Daniel
Super User
Super User

=Table.Group(PreviousStepName,"Account #",{{"Project #",each Text.Combine(List.Transform([#"Project #"],Text.From),",")},{"Project Mgr.",each Table.Sort(_,"Project #")[#"Project Mgr."]{0}},{"City",each Table.Sort(_,"Project #")["City"]{0}},{"Rev",each List.Sum([Rev])},{"Hours Billed",each List.Sum([Hours Billed])}})

View solution in original post

2 REPLIES 2
djoellet
Frequent Visitor

Thank you! This worked perfectly.

wdx223_Daniel
Super User
Super User

=Table.Group(PreviousStepName,"Account #",{{"Project #",each Text.Combine(List.Transform([#"Project #"],Text.From),",")},{"Project Mgr.",each Table.Sort(_,"Project #")[#"Project Mgr."]{0}},{"City",each Table.Sort(_,"Project #")["City"]{0}},{"Rev",each List.Sum([Rev])},{"Hours Billed",each List.Sum([Hours Billed])}})

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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