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