Power Query
published
Search
⌃K

Value.Subtract

Value.Subtract

Returns the difference of the two values.
function (optional value1 as nullable any, optional value2 as nullable any, optional precision as nullable any) as nullable any

Description

Returns the difference of value1 and value2. An optional precision parameter may be specified, by default Precision.Double is used.

Category

Values.Arithmetic operations