Type.ClosedRecord

 

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.

The given type must be a record type returns a closed version of the given record type (or the same type, if it is already closed)

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

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

Show: