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 September 15. Request your voucher.

Reply
KH11NDR
Helper IV
Helper IV

Group by or Filter sum rows

Hi Guys,

 

I need these columns

 

ID&ProductTotal Days
111Books15
111Cars15
111Bike20
222Bike55
222Cars75

 

from this table

 

IDProductID&ProductDays
111Books111Books5
111Books111Books10
111Cars111Cars15
111Bike111Bike20
222Bike222Bike25
222Bike222Bike30
222Cars222Cars35
222Cars222Cars40

 

 

Thanks

1 ACCEPTED SOLUTION
KH11NDR
Helper IV
Helper IV

Sorted, using real data

 

Test = if(DeliveryExtract[Week Number] = DeliveryExtract[Week From],SUMX(VALUES(DeliveryExtract[ProjectID & Product Key]),CALCULATE(SUM(DeliveryExtract[Actual Time + ETC (Days)]))))

View solution in original post

1 REPLY 1
KH11NDR
Helper IV
Helper IV

Sorted, using real data

 

Test = if(DeliveryExtract[Week Number] = DeliveryExtract[Week From],SUMX(VALUES(DeliveryExtract[ProjectID & Product Key]),CALCULATE(SUM(DeliveryExtract[Actual Time + ETC (Days)]))))

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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