DAX Information - ISLOGICAL function



Description

Checks whether a value is a logical value (TRUE or FALSE), and returns TRUE or FALSE.

Syntax

ISLOGICAL (<value>) 

Parameters

Sr.No. Parameter & Description
1

value

The value that you want to test.

Return Value

TRUE or FALSE.

Example

= ISLOGICAL (5>4) returns TRUE. 
dax_functions_information.htm
Advertisements