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. |
ISEVEN is a DAX function that returns TRUE if a number is even, or FALSE if it is odd.
ISEVEN( Number )
Argument | Properties | Description |
---|---|---|
Number | The value to test. If number is not an integer, it is rounded to the nearest integer. |
Returns TRUE
if number is even, or FALSE
if number is odd.
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:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy