Forum Discussion
How to sort multiple columns separately
- 2 years ago
Hi, AlwaysLearn You can sort multiple columns in table using "Shift + Left clicking" the column header. Left click again for opposite direction. You can then convert the table to matrix if you want.
If this solved your problem, please mark it as a solution!!
- Anonymous2 years ago
Hi AlwaysLearn
Please try this:
Here I create a set of sample:
Then add a calculated column:
Column = ROWNUMBER(ORDERBY( 'Table'[Month], ASC, 'Table'[Values], DESC ))Then you can sort the matrix or table visual by this column, the result is as follow:
ROWNUMBER function (DAX) - DAX | Microsoft Learn
ORDERBY function (DAX) - DAX | Microsoft Learn
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, AlwaysLearn You can sort multiple columns in table using "Shift + Left clicking" the column header. Left click again for opposite direction. You can then convert the table to matrix if you want.
If this solved your problem, please mark it as a solution!!
- AlwaysLearn2 years agoFrequent Visitor
Hi shafiz_p
Am I right to say, I need to adjust at data modelling level, instead of looking at report/chart level?