Rank a calculated measure

Capt.Ragnar

Board Regular
Joined
Jun 6, 2012
Messages
138
I think this is formally referred to a dynamic rank so something similar in Tableau.

If I have a calculated measure, how might I create a rank of the results. Not sure if RankX or Rank.eq can facilitate this.
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
You want the smallest or largest numbers in order?
You can use =LARGE($A$1:$A$99,1) to get the largest... =LARGE($A$1:$A$99,2) to get the 2nd largest...
So you would set the Nth number (1, 2, 3) to another column that contained the values (1, 2, 3, 4, ...) and the formula next to it... and get the top values.

Not sure if thats exactly what youre looking for, let me know if not...
 
Upvote 0
Ranking a list of calculated answers is no different to ranking a list of entered values
 
Upvote 0

Forum statistics

Threads
1,224,154
Messages
6,176,731
Members
452,740
Latest member
MrCY

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top