Power Query
published
Search
⌃K

Value.Compare

Value.Compare

Returns -1, 0, or 1 based on whether the first value is less than, equal to, or greater than the second one.
function (optional value1 as nullable any, optional value2 as nullable any, optional precision as nullable any) as number

Description

Returns -1, 0, or 1 based on whether the first value is less than, equal to, or greater than the second one.

Category

Values