Discover Type Functions in Power Query M Language, essential for manipulating type information. This page provides a comprehensive list and descriptions of Type Functions available in the M Language.
Function Type
Function Description Type.ForFunction Returns a type that represents functions with specific parameter and return type constraints. Type.FunctionParameters Returns a record with field values set to the name of the parameters of a function type, and their values set to their corresponding types. Type.FunctionRequiredParameters Returns a number indicating the minimum number of parameters required to invoke the type of function. Type.FunctionReturn Returns a type returned by a function type.
Record Type
Function Description Type.ClosedRecord Returns a closed version of the given record type (or the same type, if it is already closed). Type.ForRecord Returns a type that represents records with specific type constraints on fields. Type.IsOpenRecord Returns whether a record type is open. Type.OpenRecord Returns an opened version of the given record type (or the same type, if it is already open). Type.RecordFields Returns a record describing the fields of a record type with each field of the returned record type having a corresponding name and a value.
Table Type
Type Conversion and Inspection
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy