Skip to main content
Skip table of contents

Round

Rounds the values in its first argument to the specified number of decimal places.

Syntax

CODE
Round( Numeric_Expression, Integer )

Arguments

Numeric_Expression

MDX expression that returns a number.

Integer

Integer number to specify decimal places.

Example:

Round(0.005, 2) will return 0.01

JavaScript errors detected

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

If this problem persists, please contact our support.