2

I have columns with count of Customers and count of orders. how can i show the average count of orders?

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278

1 Answers1

4

Drop the orders column onto the Pivot layout again and then double click to select the summary method.

Joe Skora
  • 14,735
  • 5
  • 36
  • 39