Skip to main content
Skip table of contents

Sum

Returns the sum of a numeric expression evaluated over a set.

If a numeric expression is specified, the specified numeric expression is calculated for each set member and then sum of all these results is returned. If a numeric expression is not specified, the specified set is evaluated in the current context of the members of the set and then summed.

Syntax

CODE
Sum( Set_Expression , Numeric_Expression )

Arguments

Set_Expression

MDX expression that returns a set.

Numeric_Expression

MDX expression that returns a number.

Examples

This examples gives the sum of the current context value over the last 12 months.

CODE
sum([Time].[Month].CurrentDateMember.Lag(12) : [Time].[Month].CurrentDateMember)

See also

CurrentDateMember

Lag


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.