ISEVEN Function (DAX)
How does the ISEVEN Function (DAX) work?
ISEVEN Function (DAX) returns TRUE if number is even, or FALSE if number is odd.
ISEVEN Formula Syntax
ISEVEN (number)
How do you use the ISEVEN function?
If Number is even, ISEVEN returns TRUE, or FALSE if number is odd.
Related Blog Posts
Related Support Forum Posts
Cumulative Biennial budget formula
Grouping based on single record item
Identify all Blank rows
Considerations when using the ISEVEN function
If the number is non-numeric, DAX ISEVEN function returns the #VALUE! error.
Related Video Tutorials
Formula examples using the ISVEN function
= ISEVEN (8)