Forum Discussion
Rank by index
- 4 years ago
Hi guenfood ,
According to your description, I did the test reference as follows:
Column = "Rank" & RANKX ( FILTER ( ALL ( 'Table (2)' ), 'Table (2)'[Index] = EARLIER ( 'Table (2)'[Index] ) ), [Value], , ASC, DENSE )
If I have misunderstood your requirements, please point out and provide some test data and screenshots of the desired results so that I can fix them as soon as possible. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi guenfood ,
According to your description, I did the test reference as follows:
Column =
"Rank"
& RANKX (
FILTER (
ALL ( 'Table (2)' ),
'Table (2)'[Index] = EARLIER ( 'Table (2)'[Index] )
),
[Value],
,
ASC,
DENSE
)
If I have misunderstood your requirements, please point out and provide some test data and screenshots of the desired results so that I can fix them as soon as possible. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.