Forum Discussion

NickMol25's avatar
NickMol25
Frequent Visitor
5 years ago
Solved

Dynamically display Column values based on RANKX formula.

I have created some formulas which ranks countries based on a value. I have one measure which shows the rank based on sales, and then a legend column which displays the country when the country is ra...
  • Jihwan_Kim's avatar
    Jihwan_Kim
    5 years ago

    Hi, NickMol25 

    Thank you for your feedback.

    I am not sure why that happened.

    Can you change your legend measure like below?

    Or, you can also refer to the link down below, that I just created some sample pbix file to test it.

     

    Legend = IF([Measure] <= 5, SELECTEDVALUE(Data[Country]), "Other")
     
     
     
     

    Hi, My name is Jihwan Kim.

    If this post helps, then please consider accept it as the solution to help other members find it faster.