Number.Abs

This function is used to calculate the absolute value of a given number. If the input number is null, the function will also return null. The parameter "number" refers to the value for which the absol...

Syntax

Number.Abs(number as nullable number) as nullable number

About

This function is used to calculate the absolute value of a given number. If the input number is null, the function will also return null. The parameter "number" refers to the value for which the absolute value is being calculated.

Explanation

The technical description of the absolute value of -3 is calculated by using the Power Query MNumber.Abs(-3) function, which outputs the result as 3.