Value.Equals

Value.Equals is a Power Query M function that checks if value1 is equal to value2. The function returns true if the two input values are equal, false otherwise.

Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365

Syntax

Value.Equals(
   value1 as any,
   value2 as any,
   optional precision as nullable number,
) as logical

Description

Returns true if value value1 is equal to value value2, false otherwise.

Learn more about Value.Equals in the following articles:

Other functions related to Value.Equals are:

BI Gorilla Youtube Channel

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/value-equals
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.