Number.BitwiseXor

 

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 XOR operation on the provided operands.

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

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