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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Arlenio
Regular Visitor

calculate the maximum value of a rank

I want to create a measure that returns me the maximum value of a RANK. In this example, I wanted the value 12 (which would be the maximum value) to be returned for all rows. Any tips?

rank.JPG

Capture.JPG

4 REPLIES 4
mahoneypat
Microsoft Employee
Microsoft Employee

Please try this expression

 

Max Rank = MAXX(VALUES('Table'[Papel]), [rank div liquida/ebit])

 

If this works for you, please mark it as the solution.  Kudos are appreciated too.  Please let me know if not.

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube



It didnt work 😕
3.JPG

lbendlin
Super User
Super User

calculate(max([rank div liquida/ebit]),allselected('table'[papel]))

its impossible to use Max, because its not a column. Its a measure 😕

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.