Forum Discussion
Sort in Matrix
- 5 years ago
Hi hill
If in the Columns field (in matrix seeetings) you have added a field with the values "addition", "new", "reduction" and "soldall", unfortunately this columns cannot be sorted.
To enable sorting, you need to create a separate measure for each 'category' and then add it in the Values field (in the matrix settings).
_______________
If I helped, please accept the solution and give kudos! 😀
hill , Looking at the screenshot not very clear. But if you have used a column on the column group of the matrix . then it will sort ascending or sort on sort column. So create a sort column and mark it as the sort column for the column used.
https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
Sort Column = Switch( true(),
[column] ="New",1,
[Column] ="addition" ,2,
//add other
)
Marj this as sort column. rest will happen automatically
Created month year sort in this video -https://youtu.be/Qt0TM-4H09U
- hill5 years agoHelper I
thanks, though seems that your solution is for another problem!