Power Query M Function Creator

Let's get informal! Turn a M expression into a typed, documented function without fuss.

Expression

Insert the let … in block that becomes the function body.

Function

Define your function name, structure and type.

Return type
Output style

Documentation

Optional name, description, and examples shown in Power Query’s function invocation dialog and function info.


Examples

Optional examples shown in Power Query’s function invocation dialog.

Parameters

Output