Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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!!
User | Count |
---|---|
120 | |
69 | |
68 | |
57 | |
50 |
User | Count |
---|---|
166 | |
82 | |
68 | |
65 | |
54 |