Top Ranking Pattern =
VAR Top5 = RANKX(ALL(Locations[City]), [Total Sales], , DESC)
Return
IF( Top5 <= 5,
[Total Sales],
BLANK()
)
Of Useful Things
Top Ranking Pattern =
VAR Top5 = RANKX(ALL(Locations[City]), [Total Sales], , DESC)
Return
IF( Top5 <= 5,
[Total Sales],
BLANK()
)