Logical Functions Overview

Updated on

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

FunctionDescription
Logical.FromCreates a logical from the given value.
Logical.FromTextCreates a logical value from the text values “true” and “false”.
Logical.ToTextReturns the text “true” or “false” given a logical value.

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/logical-functions

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy