Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Display Top 5 Ranked Table Items in Cards

I have a table visual that  I have created with the items and the respective KPI's they are ranked in a list as shown below.

 

NameKPI 1KPI 2KPI 3KPI 4KPI 5 Rank
James95786978801
Lisa77946879772
John67767893783
Festus77669277754
Nas74916576765
Will90737573646

 

I want to put those Names as ranked in cards with the label rank in a multi-row card in some sort of Podium showing highest to lowest. What would be the ultimate way to display those 5 cards using DAX? Answers appreciated.

  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi Anonymous ,

     

    Use Multi-row card, put the rank column into filters, then set show items when the value is less than 6.

     

     

    Best Regards,

    Stephen Tao

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • Anonymous's avatar
    Anonymous
    5 years ago

    Thanks Anonymous , however, I needed these names, each in their card and with the corresponding Rank. So something like ;

    1
    Festus 

    2
    James 

    and so on ... 


  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi Anonymous ,

     

    Add the rank column into the visual, and sort by the rank column.

     

    Best Regards,

    Stephen Tao

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous ,

     

    Use Multi-row card, put the rank column into filters, then set show items when the value is less than 6.

     

     

    Best Regards,

    Stephen Tao

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thanks Anonymous , however, I needed these names, each in their card and with the corresponding Rank. So something like ;

      1
      Festus 

      2
      James 

      and so on ... 


      • Anonymous's avatar
        Anonymous
        Not applicable

        Hi Anonymous ,

         

        Add the rank column into the visual, and sort by the rank column.

         

        Best Regards,

        Stephen Tao

         

        If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.