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 3r...
  • johnt75's avatar
    johnt75
    4 years ago

    Try

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