Summary

In this example, a pivot table is used to show the year-over-year change in sales across 4 categories.  Change can be displayed as the numeric difference (this example) or as a percentage.

Fields

The pivot table uses all three fields in the source data: Date, Sales, and Color:

Pivot table year over year comparison

The Color field has been added as a Row field to group data by color. The Date field has been added as a Column field and grouped by year:

Date grouped by year only

The Sales field has been added to the Values field twice. The first instance is a simple Sum of Sales:

Pivot table year over year comparison sales field settings

The second instance of Sales has been renamed "Count", and set to show a "Difference from" value, based on the previous year:

Change field settings

Note: Column H values are empty since there is no previous year. It has been hidden for cosmetic reasons only.

Steps

  1. Create a pivot table
  2. Add Color field to Rows area
  3. Add Date field to Columns area, group by Year
  4. Add Sales to Values as Sum
  5. Add Sales to Values, rename to "Change"
    1. Show values as = Difference From
    2. Base field = Date (or Year)
    3. Base item = Previous
  6. Hide first Change column (optional)

Notes

  1. To show percentage change, set Show values as to "% Difference From" in step 5 above.
  2. If Date is grouped by more than one component (i.e. year and month) field names will appear differently in the pivot table field list. The important thing is to group by year and use that grouping as the base field.
  3. As an alternative to automatic date grouping, you can add a helper column to the source data, and use a formula to extract the year. Then add the Year field to the pivot table directly.