Binary.ViewError

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).

Other functions related to Binary.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/binary-viewerror
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.