Explore Function Values in Power Query M Language, vital for representing functions as values. This page provides a comprehensive list and descriptions of Function Values available in the M Language.
Function Values
Function | Description |
---|---|
Function.From | Creates a function with a specific parameter signature on top of a function that takes a single list argument |
Function.Invoke | Invokes the given function |
Function.InvokeAfter | Invokes the given function after the specified duration has passed. |
Function.InvokeWithErrorContext | This function is intended for internal use only. |
Function.IsDataSource | Returns whether or not a particular function is considered a data source. |
Function.ScalarVector | Creates a scalar function on top of a vector function, batching multiple invocations. |
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy