Forum Discussion
Anonymous
4 years agoNot applicable
Slicer Visual - How to Sort Data
Hi all,
I have a slicer visual for days of the week.
Is there a way I can sort the dates so they're displayed in order? (Monday - Friday)
Anonymous , In you table you have create a sort column and mark that as sort column for this on
if you have date
weekday = weekday([Date])
mark weekday sort column of you column
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c
1 Reply
- amitchandakSuper User
Anonymous , In you table you have create a sort column and mark that as sort column for this on
if you have date
weekday = weekday([Date])
mark weekday sort column of you column
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c