Forum Discussion
tameemyousaf
5 years agoHelper I
Increment in Calculated Column
Hi Below is my data and last column is the required result. Can anyone please help.
- Anonymous5 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.
tameemyousaf
5 years agoHelper I
Jihwan_Kim
5 years agoSuper User
I do not understand why you put my measure into the different data and expect to see the same result.