13

IFERROR DAX Function (Logical)

 3 years ago
source link: https://dax.guide/iferror/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Returns value_if_error if the first expression is an error and the value of the expression itself otherwise.

Syntax

IFERROR ( <Value>, <ValueIfError> )

Parameter Attributes Description Value

Any value or expression.

ValueIfError

Any value or expression.

Return values

Scalar A single value of any type.

A scalar of the same type as Value

Remarks

The IFERROR function is a faster implementation of a semantically equivalent IF / ISERROR pattern.

IFERROR ( A, B )
-- Corresponds to
IF ( ISERROR ( A ), B, A )

Related functions

Other related functions are:

2018-2020 © SQLBI. All rights are reserved. Information coming from MSDN is property of Microsoft Corp. » Contact us   » Privacy Policy & Cookies

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK