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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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