Forum Discussion
luis_pflucker
Helper II
1 year agohow to sort matrix by column
Hi All, please I wanted to sort the mattrix ordered by columns, in below mattrix I wanted to show as: 1st column --> 2-3 Days 2nd column--> 4-5 Days 3rd column --> 6-15 Days 4th column--> 16 - m...
- 1 year ago
Hi,
You need to have a another column in the table where you have this grouped days.
This column needs to be int:2-3 Days = 1
4-5 Days = 2
6-15 Days = 3
and so on
Then you need to sort the original column by this new column:
https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-sort-by-column
Anonymous
1 year agoNot applicable
Hi luis_pflucker ,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.