Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Show only specific rank from table

Hi everyone,

 

I'm rather new to Power BI and was wondering whether there is function to only show a specific rank of a table based on a measure.

E.g. I want to create a podium with 1st 2nd and 3rd place (based on a measure that counts the race points) and need visuals for each place. 

What would be the measure to only show 'Williams' on a Card Visual?

 

Thanks in advance!

  • johnt75's avatar
    johnt75
    4 years ago

    Try

    Rank = RANKX(
    ALL(constructors),
    [Points]
    )

9 Replies

  • You can use a measure which returns a number as a filter, so you could use your Rank measure. Add the Name column to the card visual, then add Rank as a filter to show only when the value is 3.

    • Anonymous's avatar
      Anonymous
      Not applicable

      I can not filter based on a measure. It won't let me click anything, eventhough it looks like I should be able to click the dropdown menu

       

      • johnt75's avatar
        johnt75
        Icon for Super User rankSuper User

        make sure that the Format of the Rank measure is set to Whole Number