Function.From

Syntax

Function.From(functionType as type, function as function) as function

Description

Takes a unary function function and creates a new function with the type functionType that constructs a list out of its arguments and passes it to function.

Reference Data

https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference

Power Query M Functions / Function Values / Function.From