Function values
Function values functions for Power Query M language.
Functions
Function | Description |
---|---|
Function.From | Accepts a single function as input and generates a new function of type functionType. This new function takes multiple arguments, constructs a list with them, and then passes the list as input to the ... |
Function.Invoke | Executes the provided function with the designated set of parameters and outputs the outcome. |
Function.InvokeAfter | This function will return the output obtained by executing another function after a specified amount of time has elapsed. |
Function.IsDataSource | Determines if the function is recognized as a source of data or not. |
Function.ScalarVector | The scalarFunctionType function returns a single scalar value and calls the vectorFunction with a single set of input arguments, then returns the result. When the scalar function is applied to each ro... |