Forum Discussion
aburling1989
6 years agoFrequent Visitor
Sort column by multiple columns
Hi, I was wondering if it was possible to sort a column based on two columns? In the example below I'm trying to sort the Category by the Sort_Order column. The problem is that the sort order...
- 6 years ago
Hi aburling1989 ,
You could create a rank column to sort category.
Rank = RANKX ( 'Table', 'Table'[Group] * 10 + 'Table'[Sort_Order],, ASC, DENSE )
az38
6 years agoCommunity Champion
aburling1989
6 years agoFrequent Visitor
Hi az38 ,
I added it as a column and it certainly sorts the data correctly; However the issue I still have is that I can't specifically sort the 'Category' by this column. So if I was to add 'Category' to a slicer it still defaults the sort order alphabetically, but I would want it sorted by the new 'Surrogate Order Column'.
Thanks again for your help.
Ashley
- az386 years agoCommunity Champion