ABS
Last updated
Was this helpful?
The ABS function returns the absolute value of a number, which represents the number’s magnitude without considering its sign. Negative values are converted to positive values, while positive values and zero remain unchanged. This function is commonly used in calculations where only the magnitude of a value is required.
ABS(value)value: The number for which to return the absolute value.
Returns the absolute value of the specified number.
ABS(Variance%)In the example below, the Absolute Variance measure is created using the ABS function to display the absolute values (without a sign) of the Variance% measure.

Last updated
Was this helpful?
Was this helpful?