At any time, a "regular" Break Total line can be added to a Pivot section by selecting "Add Totals" from the Row Labels right-click speed menu (or the Pivot menu in the Section toolbar).
When a Break Total row is added, it is labeled "Total" as shown below:
Notice that, the regular Break Total row performs aggregation of each Break Total cell value from the underlying Table section data by using the aggregation Data Function that has been specified for that Fact column.
For example, the "Average Of Units Sold" Fact column Break Total cell has a value of 2100. This value has been evaluated by using the Average Data Function (which is the Data Function that has been specified already for that column) on the underlying Table section data. The equation is:
Sum all "Units Sold" values for all Cities in the underlying Table section and divide by the total number of occurrences of those values.
Likewise, The "Count Of Units Sold" Break Total value refers to the underlying Table section values and returns the total number of occurrences of "Units Sold" values there for all Cities. This amount equals 10.
The "Max Of Units Sold" Break Total value refers to the underlying Table section and returns the single maximum "Units Sold" amount for all Cities. This amount equals 500.
The "Min Of Units Sold" Break Total value refers to the underlying Table section and returns the single minimum "Units Sold" amount for all Cities. This amount equals 50.