Type.IsOpenRecord

 

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 whether a record type is open.

Type.IsOpenRecord(#"type" as type) as logical  

Type.IsOpenRecord(type [ A = number,…]) equals true  

Type.IsOpenRecord(type [ A = number]) equals false  

Show: