Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

RankX help

I've tried a number of solutions reading through these forums and have learned quite a bit. But I'm still struggling with this particular Ranking. Here is a sample of what my data looks like.   ...
  • Anonymous's avatar
    Anonymous
    7 years ago

    How about this:

    RANKX = 
    IF ( 
        HASONEVALUE( 'RankX Help'[sup_nam]),
        RANKX( 
            ALL('RankX Help'[sup_nam]), 
            [Total Count of Reason],,ASC,Dense
        )
    )

    Looks like it produces what you are after: