I have a pivot table that is grouped by a category (Department), another category (Employee), the year, and the month. The data is from January of 2007 up to April 2008. Right now, I have it so it totals each column for the month and then for the employee. If I try to average it, it averages for all the data since January 2007.
Instead of summing by the employee totals, I want to do a 12 month rolling average for the last 12 months while still displaying the data from before that.
Can anyone help me figure this out without changing the database?
Instead of summing by the employee totals, I want to do a 12 month rolling average for the last 12 months while still displaying the data from before that.
Can anyone help me figure this out without changing the database?