Skip to main content

MDX Reference

This section lists the MDX functions and operators allowed in a calculation formula.

📄️ 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).