Forum Discussion

vjnvinod's avatar
vjnvinod
Impactful Individual
4 years ago
Solved

RankX formula issue

  hi Experts,   i am getting 2 different results for the RankX function   first screenshot same details, rank starts from 1   The second screenshot same details, rank starts from 2   ...
  • amitchandak's avatar
    4 years ago

    vjnvinod , Are these two same tables?

    sort on week start date and check for min one. Also if there is any blank value, the rank may start with 2.

     

    Also, there no need of all('Date') in column rank

     

    you can use

    Rankx('Date', [week start],,asc,dense)