All eazyBI for Jira eazyBI for Confluence Private eazyBI

Round

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

Syntax

Round(Numeric_Expression, Integer_Expression)

Arguments

Numeric_Expression

MDX expression that returns a number.

Integer_Expression

Integer number to specify decimal places.

Example:

The following code will return 0.01:

Round(0.005, 2)