Forum Discussion

yorkehead's avatar
yorkehead
Frequent Visitor
8 years ago

RANKX - Filtering by more than one dimension

Hi,   Currently I have this two metrics for having a top 10:   Rank:=RANKX(ALL('Table A'[column table A]),[metric])   Top 10 := IF(Rank] <= 10,[metric],IF(HASONEVALUE(Table A'[column table A]),...