Forum Discussion
Anonymous
9 years agoNot applicable
Max Rank
i've got a ranking Measure that is going onto a guage tile. Getting the rank works great but in order to make my guage as meaningful as possible, i need to calculate what the Max Ranking is. This w...
- Anonymous9 years ago
Coming back to this fresh i've come up with the solution. Here is what worked:
Graph Gauge Min = maxx( values('Dim - RegionNames'[RegionName]), [EBIT Per FTE] )
v-huizhn-msft
9 years agoMicrosoft Employee
Hi Anonymous,
Even though your rankx is a measure, you can still use the formula to create measure as I tested.
MaxRank = CALCULATE(MAX(Table[Rank EBIT Per FTE]),ALL(Table)) ---If there is a filter for the [Rank EBIT Per FTE] measure. MaxRank = CALCULATE(MAX(Table[Rank EBIT Per FTE]),ALLSELECTED(Table))
Please feel free to ask if you have other issue.
Best Regards,
Angelia
Anonymous
9 years agoNot applicable