Type.OpenRecord

This function will provide an opened version of the specified record type, or will return the same type if it is already open.

Syntax

Type.OpenRecord(type as type) as type

About

This function will provide an opened version of the specified record type, or will return the same type if it is already open.

Explanation

Generate an exposed version of type [A = number]. Utilize Power Query MType to open the record type [A = number]. The result will be the output type [A = number, ...].