Function values

Function values functions for Power Query M language.

Functions

FunctionDescription
Function.FromAccepts 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.InvokeExecutes the provided function with the designated set of parameters and outputs the outcome.
Function.InvokeAfterThis function will return the output obtained by executing another function after a specified amount of time has elapsed.
Function.IsDataSourceDetermines if the function is recognized as a source of data or not.
Function.ScalarVectorThe 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...