Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to:
SQL Server Analysis Services
You can use logical operators in Data Mining Extensions (DMX) expressions to evaluate values and to return a Boolean value in Microsoft SQL Server Analysis Services.
The following table identifies the logical operators that DMX supports.
| Operator | Description |
|---|---|
| AND (DMX) | Performs a logical conjunction on two numeric expressions. |
| NOT (DMX) | Performs a logical negation on a numeric expression. |
| OR (DMX) | Performs a logical disjunction on two numeric expressions. |
Related content
- Data Mining Extensions (DMX) Reference
- Data Mining Extensions (DMX) Function Reference
- Data Mining Extensions (DMX) Operator Reference
- Data Mining Extensions (DMX) Statements
- Data Mining Extensions (DMX) Syntax Conventions
- Data Mining Extensions (DMX) Syntax Elements
- Expressions (DMX)
- General Prediction Functions (DMX)
- Operators (DMX)
- Structure and Usage of DMX Prediction Queries
- Understanding the DMX Select Statement