Number.Abs
This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.
Returns the absolute value of a number.
Number.Abs(number as nullable number) as nullable number
| Argument | Description |
|---|---|
| number | A number for which the absolute value is to be calculated. |
Number.Abs(-1) equals 1
Show: