Type.OpenRecord

 

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 an opened version of a record type, or the same type, if it is already open.

Type.OpenRecord(#"type" as type) as type  

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

Show: