Forum Discussion
Cluster Column Chart - sorting by dates
- 6 years ago
mrothschild you have to month sort column in your model and sort you month wiht this month sort on modelling tab.
So add another column called Month Number which will be 1 for Jan, 2 for Feb and so on.
Selected Month column, go to modelling tab under sort by column, in drop down, select month number column. Basically you are telling model that you want to sort Month column by Month Number otherwise your Month column is sorted alphabetically which doesn't make sense in case of Month
mrothschild you have to month sort column in your model and sort you month wiht this month sort on modelling tab.
So add another column called Month Number which will be 1 for Jan, 2 for Feb and so on.
Selected Month column, go to modelling tab under sort by column, in drop down, select month number column. Basically you are telling model that you want to sort Month column by Month Number otherwise your Month column is sorted alphabetically which doesn't make sense in case of Month
- mrothschild6 years agoContinued Contributor
Thanks, that did the trick!