Forum Discussion

tameemyousaf's avatar
tameemyousaf
Helper I
5 years ago
Solved

Increment in Calculated Column

Hi 

Below is my data and last column is the required result. Can anyone please help.

 

 

  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi tameemyousaf ,

     

    You can create the following column

    Required result = IF([Count]=0,0, RANKX(FILTER('Table',[Count]=0),[Number],,ASC,Dense))

     

     

    Best Regards,

    Stephen Tao

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

7 Replies

      • Jihwan_Kim's avatar
        Jihwan_Kim
        Super User

        I do not understand why you put my measure into the different data and expect to see the same result.

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi tameemyousaf ,

     

    You can create the following column

    Required result = IF([Count]=0,0, RANKX(FILTER('Table',[Count]=0),[Number],,ASC,Dense))

     

     

    Best Regards,

    Stephen Tao

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.