Number.BitwiseNot

 

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 the result of a bitwise NOT operation on the provided operands.

Number.BitwiseNot(x as number, y as number) as number  

ArgumentDescription
xThe number to shift.
yThe number of bits to shift.
Show: