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
mariussve1
Solution Sage
1 year agoHi,
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