DAX Information - ISERROR function



Description

Checks whether a value is an error, and returns TRUE or FALSE.

Syntax

ISERROR (<value>) 

Parameters

Sr.No. Parameter & Description
1

value

The value or expression you want to test.

Return Value

TRUE or FALSE.

Example

= ISERROR (5/1): This DAX formula returns FALSE. 
= ISERROR (5/0): This DAX formula returns TRUE.  
dax_functions_information.htm
Advertisements