Forum Discussion
Vanessa250919
5 years agoHelper V
Slicer order
Hello,
It's possible to have a solution for order my sclicer by day in the week, Monday first ... ?
I suggest you create another field (e.g. Day No), using Power Query, where the day names will have sequential numbers
e.g. Monday = 1, Tuesday = 2, Wednesday = 3... etcThen sort the DayName field by DayNo.
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-sort-by-column
2 Replies
- themistoklisCommunity Champion
I suggest you create another field (e.g. Day No), using Power Query, where the day names will have sequential numbers
e.g. Monday = 1, Tuesday = 2, Wednesday = 3... etcThen sort the DayName field by DayNo.
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-sort-by-column
- Vanessa250919Helper V
Thanks !!!