Function Values Overview

Updated on

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

FunctionDescription
Function.FromCreates a function with a specific parameter signature on top of a function that takes a single list argument
Function.InvokeInvokes the given function
Function.InvokeAfterInvokes the given function after the specified duration has passed.
Function.InvokeWithErrorContextThis function is intended for internal use only.
Function.IsDataSourceReturns whether or not a particular function is considered a data source.
Function.ScalarVectorCreates a scalar function on top of a vector function, batching multiple invocations.

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/function-values

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy