Forum Discussion
Power bi
- Anonymous3 years ago
Hi Srishti ,
There is no direct option to sort week day, try to sort manually by the following way-
- Create a calculated column and write the below DAXWeekDay Sort = SWITCH(Table1[WeekDay],"Monday",01,"Tuesday",02,"Wednesday",03,"Thursday",04,"Friday",05,"Saturday",06,"Sunday",07,08)
- Sort "WeekDay Name" column by "WeekDay Sort" Column under the Modeling tab in ribbon palet.
I have also found a similar post, please refer to it to see if it helps you.
Solved: Ordering weekdays. Monday, Tuesday, Wednesday, Thu... - Microsoft Power BI Community
- please follow this video I watched on youtube and skip straight to 10:30 if you want to see exactly what I did to achieve what I needed.
- https://www.youtube.com/watch?v=d2bZpNZ6uIA
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ RongtieIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Srishti ,
There is no direct option to sort week day, try to sort manually by the following way-
- Create a calculated column and write the below DAXWeekDay Sort = SWITCH(Table1[WeekDay],"Monday",01,"Tuesday",02,"Wednesday",03,"Thursday",04,"Friday",05,"Saturday",06,"Sunday",07,08)
- Sort "WeekDay Name" column by "WeekDay Sort" Column under the Modeling tab in ribbon palet.
I have also found a similar post, please refer to it to see if it helps you.
Solved: Ordering weekdays. Monday, Tuesday, Wednesday, Thu... - Microsoft Power BI Community
- please follow this video I watched on youtube and skip straight to 10:30 if you want to see exactly what I did to achieve what I needed.
- https://www.youtube.com/watch?v=d2bZpNZ6uIA
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.