Forum Discussion
jp123
5 years agoFrequent Visitor
RANKX using a measure based on multiple categories
Hello, I'm trying to generate a rank of a measure [Average Gross Profit], based on several columns. Columns: data[Model], data[colour], data[Year] [Average Gross Profit] is the comb...
- 5 years ago
Hi,
Try this measure
Rank = RANKX(ALL(data),[Average Gross Profit])Hope this helps.
Ashish_Mathur
Super User
5 years agoHi,
Try this measure
Rank = RANKX(ALL(data),[Average Gross Profit])
Hope this helps.
jp123
5 years agoFrequent Visitor
Thanks, Ashish. Much appreciated.
- Ashish_Mathur5 years ago
Super User
You are welcome. If my previous reply helped, please mark that as Answer.