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
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
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