Question
How to get the rank by the cumulative value of the rows instead of by each column?
How to get the rank by the cumulative value of the rows instead of by each column?
{ EXCLUDE DATEPART('year', [Order Date]) : SUM([Sales]) }4. Create a calculated field and name it Rank.
RANK(SUM([Total sales per category]))5. Add Rank to Label.