Logical.FromText

 

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 logical value of true or false from a text value.

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

ArgumentDescription
textThe text to evaluate.
Logical.FromText("true") equals true  

Logical.FromText("a") equals error  

Show: