Forum Discussion
how 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 - more Days
I tried using default sorting but no options to do that, any suggestion?.
Thanks in advance
Luis
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
4 Replies
- AnonymousNot applicable
Hi luis_pflucker ,
Thank you for reaching out to the Microsoft Fabric Community.
I wanted to check if you had the opportunity to review the information provided by mariussve1 . Please feel free to contact us if you have any further questions. If the response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.- AnonymousNot applicable
Hi luis_pflucker ,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
- mariussve1Solution Sage
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
- AnonymousNot 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.