Logical.ToText

 

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 text value from a logical value.

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

ArgumentDescription
logicalThe logical value to evaluate.
Logical.ToText(true) equals "true"  

Show: