Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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 September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.