Type.FunctionReturn
This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.
Returns a type returned by a function type.
Type.FunctionReturn(type as type) as type
Type.FunctionReturn(type function () as any) equals type any
Type.FunctionReturn(type function () as [A = number]) equals type [A = number]
Show: