Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Syntax

Code Block
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