Forum Discussion

bdehning's avatar
bdehning
Post Prodigy
3 years ago

Need TOPN

I have the following measure and what do I add to show only the Top 5?   Rank Cause Grouping = IF (     ISINSCOPE(InjuryCause[Cause Grouping] ),     RANKX(         CALCULATETABLE(           ...