Forum Discussion

MrVillareal's avatar
MrVillareal
Regular Visitor
7 years ago
Solved

RANKX in Table Matrix

Hi please your help with RANKX function. I created this measure: Rank Segment Sales = IF(NOT(ISBLANK([Sum of Net Sales])),    RANKX(        ALL('Profit Centers'[Segment Name]),        [Sum of ...