Forum Discussion
benidoink
4 years agoFrequent Visitor
Slicer order by Month
Hi Guys, Is there a way to sort the slicer by month order like (January to December)? See below the screenshot of the slicer. The only option I saw was sort descending and sort ascending. Or yo...
- 4 years ago
Hi benidoink ,
Create column with below code and sort the month column with the newly create column.
Month_num = MONTH([Date])Thanks,
Samarth
Samarth_18
Community Champion
4 years agoHi benidoink ,
Create column with below code and sort the month column with the newly create column.
Month_num = MONTH([Date])
Thanks,
Samarth