The VARS aggregation function returns the unbiased sample variance of a given line item. 

This function can be useful for estimating sales deal variance by region or manufacturing defect rate variance.

Source[VARS: Mapping, VARS: Mapping 2, etc.]

ArgumentData typeDescription
SourceNumberThe values to return the sample variance of.
MappingDate, time period, list

The mapping that determines which values to return the sample variance of.

This argument can be repeated to provide multiple mappings.

The VARS aggregation function returns a numeric result.

This function is only available in the Polaris Calculation Engine.

'Recent Deals'.'Deal Value'[VARS: 'Deal Region Map'.'Sales Region']

  • The sample variance of a single value is zero.
  • The sample variance of a set of values, which includes NaN, is NaN.
  • The square root of VARS is equal to STDEVS. See Related Anaplan functions, below.
  • You can't use VARS with another number-typed aggregation function.
  • VARS returns zero for unmapped points.
  • You can't use VARS together with the Formula summary method.
  • You can't use VARS in version formulas.

VAR.S