Logical.FromText

Syntax

Logical.FromText(text as nullable text) as nullable logical

Description

Creates a logical value from the text value text, either “true” or “false”. If text contains a different string, an exception is thrown. The text value text is case insensitive.

Reference Data

https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference

Power Query M Functions / Logical Functions / Logical.FromText