March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Material | RM Category | Cost | % of Cost |
SKU1 | Fuel | 1000 | 38% |
Gas | 250 | 9% | |
Transport | 500 | 19% | |
Direct | 700 | 26% | |
Indirect | 200 | 8% | |
Total Cost | 2650 | 100% | |
SKU2 | Fuel | 750 | 25% |
Gas | 850 | 28% | |
Transport | 900 | 30% | |
Direct | 200 | 7% | |
Indirect | 300 | 10% | |
Total Cost | 3000 | 100% |
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 ?
Solved! Go to Solution.
@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]))))
Hi @Aravind_Kumar ,
You can try what @amitchandak mentioned, it will give you the expected result. And here is the test result:
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@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]))))
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
21 | |
14 | |
10 | |
6 | |
5 |
User | Count |
---|---|
29 | |
22 | |
20 | |
13 | |
10 |