Function values

 

The Power Query Formula Language is a powerful query language optimized for building queries that mashup data. It's a functional, case sensitive language similar to F#, which can be used with Power Query in Excel, Get & Transform in Excel 2016, and Power BI Desktop. To learn more, see the PowerQueryName reference.

FunctionDescription
Function.InvokeInvokes the given function using the specified and returns the result.
Function.InvokeAfterReturns the result of invoking function after duration delay has passed.
Function.IsDataSourceReturns whether or not function is considered a data source.
Show: