Skip to main content
atoti.agg.min_member(
    measure: VariableMeasureConvertible,
    /,
    level: Level,
) → MeasureDefinition
Return a measure equal to the member minimizing the passed measure on the given level. When multiple members minimize the passed measure, the first one (according to the order of the given level) is returned.

Parameters

measure

The measure to minimize.

level

The level on which the minimizing member is searched for.
At the given level, the measure is equal to the current member of the City level:
At a level above it, the measure is equal to the city of each continent with the minimum price:
At the top level, the measure is equal to the city with the minimum price across all continents: