Number.IsOdd

 

This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.

Returns true if a value is an odd number.

Number.IsOdd(value as number) as logical  

ArgumentDescription
valueValue to evaluate.
Number.IsOdd(3) equals true  

Number.IsOdd(4) equals false  

Show: