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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register 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.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors