Forum Discussion

yamaro's avatar
yamaro
New Member
8 years ago

Rankx excluding

Hello all,

 

I'm new using Power BI and I'm trying to create a Ranking based in a # by Country, but I want to exclude some of the countries from the ranking, is this possible? How can be done?

 

Thanks,

Yaitza

3 Replies

  • Vvelarde's avatar
    Vvelarde
    Community Champion

    yamaro

     

    Hi, use you can use a measure:

     

    Rank-M =
    RANKX ( ALLSELECTED ( Table1 ), CALCULATE ( SUM ( Table1[Sales] ) ),, DESC )

    And apply a visual level filter to select the countries.

     

     

    Regards

     

    Victor

    Lima - Peru

    • yamaro's avatar
      yamaro
      New Member

      Hello Vvelarde,

       

      I tried that one, and didn't work. I'm trying to rank a measure, the measure was done for all the countries, not sure if that affect in the ranking.

       

      Thanks

      • v-qiuyu-msft's avatar
        v-qiuyu-msft
        Community Support

        Hi yamaro,

         

        Would you please share some sample data and DAX of measure? Also please clarify the desired results regarding this sample data. 

         

        Best Regards,
        Qiuyun Yu