I have a number of data entries for the employees in my department, and I'm trying to set up a pivot chart that would give me their average error rate in comparison to the average error rate of the whole department. I was able to create a Pivot Chart that shows me a line with the average for each one of the individual employees, and for the specific Teams as well, but I cannot figure out how to have one line where the total moving average is shown, so that I can compare how the individual employees/teams are doing in comparison to that base line. Any suggestions? I would like to achieve this with a pivot table, just because of the volume of data that I have to analyze daily, and the flexibility that it provides.
The raw data I have looks something like this:
[TABLE="class: cms_table"]
<TBODY>[TR]
[TD]Date[/TD]
[TD]Updater[/TD]
[TD]Errors[/TD]
[TD]Team[/TD]
[/TR]
[TR]
[TD]01/01/2013[/TD]
[TD]A[/TD]
[TD]6[/TD]
[TD]Team 1[/TD]
[/TR]
[TR]
[TD]01/01/2013[/TD]
[TD]B[/TD]
[TD]5[/TD]
[TD]Team 1[/TD]
[/TR]
[TR]
[TD]01/02/2013[/TD]
[TD]B[/TD]
[TD]3[/TD]
[TD]Team 2[/TD]
[/TR]
[TR]
[TD]01/03/2013[/TD]
[TD]C[/TD]
[TD]4[/TD]
[TD]Team 2[/TD]
[/TR]
[TR]
[TD]01/03/2013[/TD]
[TD]D[/TD]
[TD]5[/TD]
[TD]Team 1[/TD]
[/TR]
</TBODY>[/TABLE]
Thanks,
The raw data I have looks something like this:
[TABLE="class: cms_table"]
<TBODY>[TR]
[TD]Date[/TD]
[TD]Updater[/TD]
[TD]Errors[/TD]
[TD]Team[/TD]
[/TR]
[TR]
[TD]01/01/2013[/TD]
[TD]A[/TD]
[TD]6[/TD]
[TD]Team 1[/TD]
[/TR]
[TR]
[TD]01/01/2013[/TD]
[TD]B[/TD]
[TD]5[/TD]
[TD]Team 1[/TD]
[/TR]
[TR]
[TD]01/02/2013[/TD]
[TD]B[/TD]
[TD]3[/TD]
[TD]Team 2[/TD]
[/TR]
[TR]
[TD]01/03/2013[/TD]
[TD]C[/TD]
[TD]4[/TD]
[TD]Team 2[/TD]
[/TR]
[TR]
[TD]01/03/2013[/TD]
[TD]D[/TD]
[TD]5[/TD]
[TD]Team 1[/TD]
[/TR]
</TBODY>[/TABLE]
Thanks,