Number.BitwiseAnd

 

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

Number.BitwiseAnd (number1 as number,  number2 as number) as number  

ArgumentDescription
number1First operand.
number2Second operand.
Show: