Delve into Logical Functions in Power Query M Language, essential for performing logical operations for your data transformations. This page provides a comprehensive list and descriptions of Logical Functions available in the M Language.
Logical Functions in Power Query M
Function | Description | Input | Output |
---|---|---|---|
Logical.From | Creates a logical from the given value. | Any | Logical |
Logical.FromText | Creates a logical value from the text values “true” and “false”. | Text | Logical |
Logical.ToText | Returns the text “true” or “false” given a logical value. | Logical | Text |
