Number.IsOdd

This function determines whether a given value is odd. It will return true if the number is odd, and false if it is not.

Syntax

Number.IsOdd(number as number) as logical

About

This function determines whether a given value is odd. It will return true if the number is odd, and false if it is not.

Explanation

Verify whether 625 is an odd number using Power Query MNumber function. Syntax: Power Query MNumber.IsOdd(625) Result: true Determine if 82 is an odd number by utilizing the Power Query MNumber function. Syntax: Power Query MNumber.IsOdd(82) Result: false