The goal is to rank by:
Start Date (ascending) > Total Quote Value (descending) > Created On (ascending)
This should preferrably result in a new rank value overall. I intended to do this by multiplying the ranks for each and then adding them up.
Example: 100 + 10 + 1 => 111 (is first)
I’m tied up in meetings all day today, so won’t have time to really dig into this until this evening, but in the interim you may want to take a look at the post below, and also my data challenge entry #4 where I did what I think you are trying to do in developing a composite rank across five dimensions using a subset of the data drawn from slicers via ALLSELECTED.
No, actually, my scenario is much more simple in a way, yet I believe the goal is slighltly different.
I want the outcome of the first measure to be used, as a group to be ranked by another measure.
Example:
Rank | value | New Rank (descending of Value)
1 | 10 | 1
2 | 15 | 2
2 | 5 | 1
3 | 2 | 1