Number.IsEven

This function determines whether the input number is even or not. It returns true if the number is even, and false if it is not.

Syntax

Number.IsEven(number as number) as logical

About

This function determines whether the input number is even or not. It returns true if the number is even, and false if it is not.

Explanation

Determine whether the number 625 is even by using the Power Query M function Number.IsEven. The output will be false. Similarly, ascertain if the number 82 is even using the Power Query M function Number.IsEven. The output will be true.