Skip to main content
Skip table of contents

CumulativeSum

Calculates the sum of visible row values cumulatively.

Syntax

CODE
CumulativeSum(Numeric_expression)

Arguments

Numeric_expression

MDX expression that returns a number

Examples

The following formula will count created issues for rows cumulatively.

CODE
CumulativeSum([Measures].[Issues created])

The following formula calculates the % of resolved issues cumulatively. 

CODE
CumulativeSum([Measures].[Issues resolved %])
JavaScript errors detected

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

If this problem persists, please contact our support.