Forum Discussion
bdehning
3 years agoPost Prodigy
Rank Measure
I have this measure Rank Product = IF ( ISINSCOPE( 'InjuryCause'[Cause Grouping]), RANKX ( CALCULATETABLE ( VALUES ( 'InjuryCause'[Cause Grouping]), ...
bdehning
3 years agoPost Prodigy
I would need a tie breaker though as original data from Count only is
1
2
3
4
5
5
5
5
5
I ran the above and it ran and gave results of ranking I was looking, but is it only adding the Sum to the count and then ranking and we only got lucky? I do need the [Sum of Total Gross Incurred] as tie breaker if Count results in ties.