I\'m sure this is simple, but how do I get a pivot table to display an average for a calculated sum of fields? In the simplified example, I\'ve filtered out fund x1, and the pi
I would add a helper column in column D to count unique customers.
This will flag each row in your data with a 1 if it is the first time a name appears in the column or zero otherwise. The pivot table calculation will sum up the total value and divide by the total unique customers.