Forum Discussion
Ranking Across Columns
- Anonymous2 years ago
Thank you for your prompt reply Greg_Deckler
Hi renecornishBased on your needs, I have created the following table.
Then in power query, hold down the Ctrl key to select all columns, click "unpivot column".
Click"close and apply", Then you can use the following Dax to get the rank of the column:Column = RANKX('Table','Table'[Value],,DESC)Result:
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you for your prompt reply Greg_Deckler
Hi renecornish
Based on your needs, I have created the following table.
Then in power query, hold down the Ctrl key to select all columns, click "unpivot column".
Click"close and apply", Then you can use the following Dax to get the rank of the column:
Column = RANKX('Table','Table'[Value],,DESC)
Result:
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.