Sum
Sums up the individual values, e.g. anything that represents a discrete quantity which can accumulate, e.g. "Revenue"Average
Calculates the mean of the individual values, e.g. generally anything that's a percentage, like "Growth rate"Final
Takes the final value in the set of individual values, e.g. anything representing an accumulation, like "Total users" or "Cash in bank", or a percentage that you expect to move roughly monotonicallyInitial
Takes the first value in the set of individual valuesFormula
Uses the variable's formula to calculate an aggregation value, e.g. if you have a variable for themargin with the formulaprofit / revenue , the formula aggregation will take the total profit and divide it by the total revenue of the aggregated period.


Note that the time aggregation setting of a variable also determines .how a variable is 'rolled up' to a model with a higher-level granularity
For example, when a model with lower granularity (such as Monthly) pulls data from a model with higher granularity (such as Weekly), the time aggregation setting determines if it should pull the sum, the average, the final etc.For more information on aggregation functions for data and dimensions, see .Aggregation Functions

Last updated on Aug 16, 2023