--- title: "Bitwise Operators | Microsoft Docs" ms.date: 06/04/2018 ms.prod: sql ms.technology: analysis-services ms.custom: mdx ms.topic: reference ms.author: owend ms.reviewer: owend author: minewiskan --- # Bitwise Operators Logical operators evaluate values and return a Boolean value. In Multidimensional Expressions (MDX), logical operators do not perform bitwise operations. MDX supports the logical operators listed in the following table. |Operator|Description| |--------------|-----------------| |[AND](../mdx/and-mdx.md)|Performs a logical conjunction on two numeric expressions.| |[IS](../mdx/is-mdx.md)|Performs a logical comparison on two object expressions.| |[NOT](../mdx/not-mdx.md)|Performs a logical negation on a numeric expression.| |[OR](../mdx/or-mdx.md)|Performs a logical disjunction on two numeric expressions.| |[XOR](../mdx/xor-mdx.md)|Performs a logical exclusion on two numeric expressions.| ## See Also [MDX Operator Reference (MDX)](../mdx/mdx-operator-reference-mdx.md) [Operators (MDX Syntax)](../mdx/operators-mdx-syntax.md)