Forum Discussion
LeahZhang
4 years agoMicrosoft Employee
Measure Calculation
Dear Team, I am trying to build a score model to reflect operation status of each plant based on fact table - incidents in the plants. The Totalscore is using the below model. I used ...
amitchandak
4 years agoSuper User
Min/Max should be like
Minx(values(Table[Plant]), [Original Score])
or
Maxx(values(Table[Plant]), [Original Score])
- LeahZhang4 years agoMicrosoft Employee
Hi Team,
Thanks for your response.
I used MAXX/MINX and SUMMARIZE to find out max and min of OriginalScore, and save as maxMeasure and minMeasure, which also works.but when use the measure to calculate TotalScore, it did not work.............