Forum Discussion
Strategic Value
- Anonymous4 years ago
Hey, amitchandak thanks for your help.
I applied the below calculated column and it worked.Planned Maintenance Strategic Value =var MAX_Value= MAX(Costs[Planned maintenance PV 30 years])var Min_Value = MIN(Costs[Planned maintenance PV 30 years])return 100-((Costs[Planned maintenance PV 30 years]-Min_Value)/(MAX_Value-Min_Value))*100
Hi, amitchandak I've had some progress.
The M1 calculation above worked as a total (see 1st picture), but when I add the UPRN, I lose the values (2nd picture) How could I have these strategic values, but UPRN?
Many thanks!
Below are the measures I used.
Strategic Value Net Surplus =
Hi Anonymous ,
Which table does the "UPRN" come from? What's your model structure?
Could you create a sample .pbix file for test? Please don't contain any sensitive information.
Reference: How to provide sample data in the Power BI Forum - Microsoft Power BI Community
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.