ISEVEN

Updated on

ISEVEN is a DAX function that returns TRUE if a number is even, or FALSE if it is odd.

Syntax

ISEVEN( Number )
Argument Properties Description
Number The value to test. If number is not an integer, it is rounded to the nearest integer.

Return Values

Returns TRUE if number is even, or FALSE if number is odd.

Remarks

  • If number is nonnumeric, ISEVEN returns the #VALUE! error value.

  • This function is not supported for use in DirectQuery mode when used in calculated columns or row-level security (RLS) rules.

Empty

Other functions related to ISEVEN are:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/dax/iseven-function-dax

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy