Forum Discussion

NPArulventhan's avatar
NPArulventhan
New Member
10 years ago
Solved

How to get Top 10 Values. Help me,

How can i get the Top 10 customer sales.
  • Baskar's avatar
    10 years ago

    Hi Arul,

     

    1. First u need to create one measure 

    Sum of sales = SUM(Sales)

     

    2. Second for Rank

    Rank = RANKX(Allselected(Customer),"Sum of Sales",,Desc,Dense)

     

    3. Apply this rank in Visual Filter from that u can choose Top N Values

     

    Hope it will solve your prob 

  • NPArulventhan's avatar
    NPArulventhan
    10 years ago

    great!!!!!!!!!

               Its help me to choose Top N Values