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] )
Anonymous
9 years agoNot applicable
Hi v-huizhn-msft, Unfortunately the size of the file to too large and full of confidential information. It wouldn't be a small task to replace the data with a sample set. I'll just have to live without this function in the meantime.
Anonymous
9 years agoNot applicable
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]
)