Hi all,
I have a dataset which has person name, work (in hours) and dates assigned to person doing the work. I converted the dates to which month and year they fall in so I have another two columns in the dataset.
I can easily get a pivot table with this data as 'Person Name' being the dimension, 'Work' as value and Month as column dimension with 'Year' as report filter.
What I am having difficulty is with continuous months not showing up because there is no work assigned in that month. E.g. January > February > April > May etc..., but March is not shown because there is no work. I completely understand that there is no data in the dataset that has values which fall in March.
Is there anyway I could have all calendar months pivoted as Column Dimension and values shown in the respective month?
Thanks!
SJ