Forum Discussion
Max Rank
- 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] )
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
- v-huizhn-msft9 years agoMicrosoft Employee
Hi Anonymous,
Is there any chance to post your sample data or .pbix file for analysis? So that we can post solution which is close to your requirement. Thanks for understanding.
Best Regards,
Angelia- Anonymous9 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.
- Anonymous9 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] )