Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
Hi there,
I have a rankx measure and its perfectly working. All I need to do is to show the maximum result of that rankx data to show what is the highest rank and based on that what is the postion of each item. Can anyone help me with this?
Note: This is not a table its a dynamic rankx measure depends on the selection but "Item" is stable.. What I need is column C..
Solved! Go to Solution.
Try:
Max Rank =
MAXX(ALLSELECTED(Table[Item]), [MEASURE RANKX])
Proud to be a Super User!
Paul on Linkedin.
Try:
Max Rank =
MAXX(ALLSELECTED(Table[Item]), [MEASURE RANKX])
Proud to be a Super User!
Paul on Linkedin.
Thank you very much, it worked!!
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
110 | |
101 | |
97 | |
88 | |
68 |
User | Count |
---|---|
169 | |
133 | |
130 | |
103 | |
95 |