EVEN DAX Function in Power BI

The EVEN DAX function returns number rounded up to the nearest even integer.

DAX Syntax EVEN(number)

The parameter number is the value to round.

Example: Let’s create a calculated column.

DAX

EVEN Column = EVEN('Students Data'[Sum of 10th and 12th Marks])

The output of the above dax code is shown below:

EVEN dax function in Power BI