Syntax
Table.View(table as nullable table, handlers as record) as table
Description
Returns a view of table where the functions specified in handlers are used in lieu of the default behavior of an operation when the operation is applied to the view.
Handler functions are optional. If a handler function is not specified for an operation, the default behavior of the operation is applied to table instead (except in the case of GetExpression).
Reference Data
https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference