Comparer.Ordinal
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 a comparer function which uses Ordinal rules to compare values.
Comparer.Ordinal(x as any, y as any) as number
| Argument | Description |
|---|---|
| x | The left value to compare. |
| y | The right value to compare. |
Comparer.Equals(Comparer.Ordinal, "a","A")equals false
Show: