Forum Discussion
Anonymous
6 years agoNot applicable
Months in visualizations needs to be sorted
rajulshah
Resident Rockstar
6 years agoHello 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.