Table.ViewError

Table.ViewError is a Power Query M function that creates a modified error record from errorRecord which won’t trigger a fallback when thrown by a handler defined on a view (via Table.View). The function returns a modified error record.

Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365

Syntax

Table.ViewError( errorRecord as record ) as record

Description

Creates a modified error record from errorRecord which won’t trigger a fallback when thrown by a handler defined on a view (via Table.View).

Other functions related to Table.ViewError are:

BI Gorilla Youtube Channel

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/table-viewerror
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.