Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
erenonem
Frequent Visitor

How to get maximum value of an rankx measure

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..

 

erenonem_0-1663170472588.png

 

1 ACCEPTED SOLUTION
PaulDBrown
Community Champion
Community Champion

Try:

Max Rank = 
MAXX(ALLSELECTED(Table[Item]), [MEASURE RANKX])




Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






View solution in original post

2 REPLIES 2
PaulDBrown
Community Champion
Community Champion

Try:

Max Rank = 
MAXX(ALLSELECTED(Table[Item]), [MEASURE RANKX])




Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Thank you very much, it worked!!

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

Top Solution Authors
Top Kudoed Authors