Round
Rounds the values in its first argument to the specified number of decimal places.
Syntax
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