Value.Subtract
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.
Value.Subtract(value1 as any, value2 as any, optional precision as nullable number) as any
| Argument | Description |
|---|---|
| value1 | The left value to subtract. |
| value2 | The right value to subtract. |
| optional precision | Precision of comparison. |
Show: