Table.ViewFunction

Generates a custom view function by utilizing a function that can be managed within a view established by Table.View. The OnInvoke handler within Table.View serves to establish a handler for the view ...

Syntax

Table.ViewFunction(function as function) as function

About

Generates a custom view function by utilizing a function that can be managed within a view established by Table.View. The OnInvoke handler within Table.View serves to establish a handler for the view function. In the absence of a specified OnInvoke handler, or if it does not manage the view function, or if an error is encountered by the handler, the function is implemented on top of the view. For a more detailed explanation of Table.View and custom view functions, consult the official Power Query custom connector documentation.