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).
Related functions
Other functions related to Table.ViewError are:
