Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All
thank you for reading this first
i am working on some COST / KG changes in %, but not sure why the result is showing like below
the result are all the same....
my formula as below
COST = SUM(cost)
CH_WGHT_SYSTEM = SUM(Weight)
i beleive something not right on the last formula, but not sure what is the issue, please help, thank you!!
Solved! Go to Solution.
Thakn you, This is a general problem in what
- you are calculating there. YOu calculate cost per kg
- Then you reduce it by 15%
- then you divide the two values above again -> in this scenario the result is everytime 17,65%
If you calculate 0,85* 1,1765 then you get 1 again.
SO it is not a technical problem its more the nature of your calculation. Do this in Excel and you should get the same results again.
Best regards
Mikelytics
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Ericwhv ,
see my sample model here for calculating percentage. I hope it helps.
https://1drv.ms/u/s!Aj45jbu0mDVJiyzIDA3ZUs-mwqyq?e=JbewcX
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you @Mikelytics
i have done this in Excel
but similar to what you say, the result is very similar, 17.xx%
i dont know if my logic is right or not, lol thank you
Thakn you, This is a general problem in what
- you are calculating there. YOu calculate cost per kg
- Then you reduce it by 15%
- then you divide the two values above again -> in this scenario the result is everytime 17,65%
If you calculate 0,85* 1,1765 then you get 1 again.
SO it is not a technical problem its more the nature of your calculation. Do this in Excel and you should get the same results again.
Best regards
Mikelytics
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
CH_WGHT_SYSTEM(by15%) = sum(Weight)*0.85
(Assume the weight drop 15%)
Thank you!
Hi Ericwhv,
what is the formula for the measure [CH_WGHT_SYSTEM(by15%)]?
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 51 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |