Hi People,
I have a set of data from which I am creating a Pivot Chart. The data has a series of learning modules and their completion dates.
I have created a column in the data which creates a month and year value (date format mm-yyyy) so I can display by month. The formula to create the field is =MONTH([@[Course Completion Date]])&"-"&YEAR([@[Course Completion Date]]).
When I create the pivot table from this data and set the counter of users completing the learning as a running total based on the month-year field, I want the month-year field in the Pivot Table to sort by year e.g. 10-2020, 12-2020, 10-2018, 12-2019.
Unfortunately, this doesn't seem to work unless I manually set the date column. If I filter the learning module values to display only one module, the sort gets lost. .
I need the data to always display sorted by year and month, e.g. 10-2018, 11-2018, 12-2018, 1-2019, 2-2019 irrespective of how the learning module is filtered.
Any thoughts and ideas gratefully received.
I have a set of data from which I am creating a Pivot Chart. The data has a series of learning modules and their completion dates.
I have created a column in the data which creates a month and year value (date format mm-yyyy) so I can display by month. The formula to create the field is =MONTH([@[Course Completion Date]])&"-"&YEAR([@[Course Completion Date]]).
When I create the pivot table from this data and set the counter of users completing the learning as a running total based on the month-year field, I want the month-year field in the Pivot Table to sort by year e.g. 10-2020, 12-2020, 10-2018, 12-2019.
Unfortunately, this doesn't seem to work unless I manually set the date column. If I filter the learning module values to display only one module, the sort gets lost. .
I need the data to always display sorted by year and month, e.g. 10-2018, 11-2018, 12-2018, 1-2019, 2-2019 irrespective of how the learning module is filtered.
Any thoughts and ideas gratefully received.