Forum Discussion
Anonymous
6 years agoNot applicable
Months in visualizations needs to be sorted
2 Replies
- rajulshah
Resident Rockstar
Hello Anonymous,
Create a calculated column as below:
MonthSortNumber = VALUE(YEAR(Date[Date]&FORMAT(Date[Date],"MM"))
Then click on [Month] column > Go to Modeling > Sort by Column > MonthSortNumber.Your [Month] column will be sorted.
Hope this helps.
- AnonymousNot applicable
HI Anonymous ,
Please take a look at the following blog to create a sorting table to apply custom sort order based on 'sort by column' feature.
Regards,
Xiaoxin Sheng