Abs

Syntax

Abs(Numeric_Measure)

Input Parameters

Numeric_Measure
A valid Multidimensional Measure that returns a numeric value, or a numeric literal.

Return Value

Returns the Absolute value of the argument.

Examples

Return the absolute value of the Sales Amount:

ABS([Measures].[Internet Sales Amount Local])