Forum Discussion
Custom sort in matrix table
- Anonymous7 years ago
The way I would be doing it is to get it into the same table, either by merging or if your list is fixed you could simply write a quick SWITCH statement to create a new column on your main table.
Order by = SWITCH( 'table'[variable],
"Sum of Total HLS", 1,
"Sum of List_Price", 2,
"Sum of Excise", 3......)
then use the 'sort by' to simply influence the order.
The way I would be doing it is to get it into the same table, either by merging or if your list is fixed you could simply write a quick SWITCH statement to create a new column on your main table.
Order by = SWITCH( 'table'[variable],
"Sum of Total HLS", 1,
"Sum of List_Price", 2,
"Sum of Excise", 3......)
then use the 'sort by' to simply influence the order.
The Matrix visual lacks functionality. There are lots of ideas on the community site. Below are the front runners. Please vote these up!