Binary.ViewError is a Power Query M function that creates a modified error record from an existing error record, which won’t trigger a fallback when thrown by a handler defined on a view. The function returns the modified error record.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Binary.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 Binary.View).
Related functions
Other functions related to Binary.ViewError are:
