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
Aravind_Kumar
Frequent Visitor

Total by Product & Subgroup

MaterialRM CategoryCost% of Cost
SKU1Fuel100038%
 Gas2509%
 Transport50019%
 Direct70026%
 Indirect2008%
 Total Cost2650100%
    
SKU2Fuel75025%
 Gas85028%
 Transport90030%
 Direct2007%
 Indirect30010%
 Total Cost3000100%

 

Hello Guys : Can you pls provide some guidance to do this % of Cost Column (4) which is the total within product and category of that product ?

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Aravind_Kumar ,  Try a measure like

divide(Sum(Table[Cost]),calculate(Sum(Table[Cost]), allexcept(Table, Table[SKU])))

 

or

 

divide(Sum(Table[Cost]),calculate(Sum(Table[Cost]), filter(allselected(Table), Table[SKU] = max(Table[SKU]))))

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

View solution in original post

2 REPLIES 2
Icey
Community Support
Community Support

Hi @Aravind_Kumar ,

 

You can try what @amitchandak mentioned, it will give you the expected result. And here is the test result:

Icey_0-1653382664559.png

 

 

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@Aravind_Kumar ,  Try a measure like

divide(Sum(Table[Cost]),calculate(Sum(Table[Cost]), allexcept(Table, Table[SKU])))

 

or

 

divide(Sum(Table[Cost]),calculate(Sum(Table[Cost]), filter(allselected(Table), Table[SKU] = max(Table[SKU]))))

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