ISODD

Updated on

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.

Return Values

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

Remarks

  • 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:

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

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