IFERROR is a DAX function that returns a specified value if the first expression results in an error, otherwise it returns the value of the first expression.
Syntax
IFERROR(
Value,
ValueIfError
)
Argument | Properties | Description |
---|---|---|
Value | Any value or expression. | |
ValueIfError | Any value or expression. |