Forum Discussion

aktripathi2506's avatar
10 years ago

Ranking function not working with slicer

I have these three columns in my table. Now I want to show top 5 based on the maximum hours.   I have applied following formula RANKX(ALLSELECTED('Table'[Name]),CALCULATE(SUM('Table'[Hours])))  ...