Forum Discussion
Calculation not working in PBI Desktop.
Anonymous , This need to be a measure like
Net Surplus Sale Strategic Value =
var Max_value = CALCULATE(MAX(Costs[Net Surplus Generated from Sale]), ALL())
var Min_Value = CALCULATE(MIN(Costs[Net Surplus Generated from Sale]), ALL())
return Divide(Sum(Costs[Net Surplus Generated from Sale])-Min_Value, (Max_value- Min_Value))*100
The first calculation you have given can work as new column
- amitchandak4 years ago
Super User
Anonymous ,
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.- Anonymous4 years agoNot applicable
Unfortunately, I don't have permission to share pbix files here.
- Anonymous4 years agoNot applicable
Hi Anonymous,
Can you please share a pbix or some dummy data that keep raw data structure with expected results? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
Notice: you can upload to the network drive and share links here or paste the dummy data on your report in table format.
Regards,
Xiaoxin Sheng