DAX Logical - FALSE function


Description

Returns the logical value FALSE.

Syntax

FALSE () 

Parameters

No parameters for this function.

Return Value

FALSE always.

Remarks

Word FALSE is also considered as the logical value FALSE.

Example

= SUMX (Results, IF ([Country] = "USA", FALSE (),1)) 

Returns the number of Medals won by the Country other than USA.

dax_functions_logical.htm
Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements