Forum Discussion
Divya904
Helper III
8 years agoDAX Calendar - Date Sorting
Hi All I have created a DAX calculation to generate the calendar Date as given below. After executing this code, i have got a table named 'Date' which has columns: Calendar Date, day, month, year...
- 8 years ago
Hi Divya904
It is possible to create a default sort order, but you need to generate a separate column that has negative values for each month and then use the "Sort by Column" feature to set the default order.
prateekraina
Memorable Member
8 years agoHi Divya904,
Click on the elipses on the top right corner of the slicer and change sort order to descending.
Prateek Raina
harirao
Post Prodigy
7 years agoHi, I need to create a custom sort in chart for example, it should start from,Oct as 1,Nov as 2,Dec as 3,Jan as 4 soon on...can you please help me on this