📄️ Abs
Syntax
📄️ Aggregate
Returns a number that is calculated by aggregating over the cells returned by the set expression. If a numeric expression is not provided, this function aggregates each metric within the current query context by using the default aggregation operator specified for each metric. If a numeric expression is provided, this function first evaluates, and then aggregates, the numeric expression for each cell in the specified set. The numeric expression must contain an existing AtScale metric or calculated metric that has been defined in Design Center (ad-hoc metrics are not supported).
📄️ ALL
Refers to the "All" level with a single member called the "All" member. The "All" member is the default dimension member unless the referenced Hierarchy has an alternative default dimension member configured. Used to constrain a tuple expression. Usage of "All" is case sensitive in AtScale.
📄️ ALLMEMBER
Similar to the ALL() DAX function, this function evaluates a given tupleExpression as if all other model hierarchy references explicitly reference the hierarchy's ALL member.
📄️ ALLMEMBEREXCEPT
Similar to the ALLEXCEPT DAX function, this function evaluates a given tupleExpression as if all other model hierarchy references explicitly reference the hierarchy's ALL member, with the exception of the hierarchies listed in hierarchySet.
📄️ Ancestor
Syntax
📄️ Arithmetic Operators (MDX)
Arithmetic operators perform basic math operations on their operands.
📄️ Avg (MDX)
Returns the Average of a Measure evaluated over a specified set.
📄️ BottomCount
Sorts a specified set in ascending order, and returns a specified number of elements with the lowest values.
📄️ CASE
The CASE function evaluates each row in the dataset according to one or more input conditions, and outputs the specified result when the input conditions are met.
📄️ CBOOL
Casts the value to a Boolean. Returns False for String or Numeric expressions that evaluate to zero, else returns true.