Power Query
Search…
published
Introduction
Accessing Data
Action
Binary
Binary Formats
Combiner
Comparer
Cube
Date
Date Time
Date Time Zone
Diagnostics
Duration
Error
Expression
Function
Lines
List
Logical
Metadata
Number
Record
Replacer
Splitter
Table
Text
Time
Type
Function.IsDataSource
Type.AddTableKey
Type.ClosedRecord
Type.Facets
Type.ForFunction
Type.ForRecord
Type.FunctionParameters
Type.FunctionRequiredParameters
Type.FunctionReturn
Type.Is
Type.IsNullable
Type.IsOpenRecord
Type.ListItem
Type.NonNullable
Type.OpenRecord
Type.RecordFields
Type.ReplaceFacets
Type.ReplaceTableKeys
Type.TableColumn
Type.TableKeys
Type.TableRow
Type.TableSchema
Type.Union
Uri
Values
Powered By
GitBook
Type.FunctionRequiredParameters
Type.FunctionRequiredParameters
Returns a number indicating the minimum number of parameters required to invoke the type of function.
function (
type
as type) as number
Description
Returns a number indicating the minimum number of parameters required to invoke the input
type
of function.
Category
Type
Examples
Find the number of required parameters to the function
(x as number, optional y as text)
.
1
Type.FunctionRequiredParameters(type function (x as number, optional y as text) as any)
Copied!
1
Previous
Type.FunctionParameters
Next
Type.FunctionReturn
Last modified
3yr ago
Copy link
Contents
Type.FunctionRequiredParameters
Description
Category
Examples