PowerPivot: DAX: Logical Functions
Logical Data Analysis Expressions (DAX) functions act upon an expression to return information about the values or sets in the expression. For example, you can use the IF function to check the result of an expression and create conditional results.
Read more about the following logical functions:
- AND
- FALSE
- IF
- IFERROR
- NOT
- OR
- TRUE