The VARP aggregation function returns the population variance of a given line item.

This function can be useful for analyzing total employee performance rating variance by department or total sales revenue variance by region.

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

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

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

This argument can be repeated to provide multiple mappings.

The VARP aggregation function returns a numeric result.

This function is only available in the Polaris Calculation Engine.

'Annual Performance Reviews'.'Final Score'[VARP: 'Employee Department Map'.'Department']

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

VAR.P