cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

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

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

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors