Skip to main content
atoti.first(
    measure: VariableMeasureConvertible,
    on: Level,
    /,
    *,
    partitioning: Level | None = None,
) → MeasureDefinition
Return a measure equal to the first value of the passed measure on the given level.

Parameters

measure

The measure to shift.

on

The level to shift on.

partitioning

The level in the hierarchy at which to start over.