Skip to main content
atoti.total(
    measure: VariableMeasureConvertible,
    /,
    *hierarchies: Hierarchy,
) → MeasureDefinition
Return a measure equal to the passed measure at the top level member on each given hierarchy. It ignores the filters on this hierarchy. If the hierarchy is not slicing, total is equal to the value for all the members. If the hierarchy is slicing, total is equal to the value on the first level.

Parameters

measure

The measure to take the total of.

*hierarchies

The hierarchies on which to find the top-level member.