Forum Discussion

Camstr's avatar
Camstr
Helper I
2 years ago
Solved

Multiple IF Statements

Hello, I need to create a calculated column based on test results.  I believe I need multiple IF/AND type logical functions to create my DAX expression, but I cannot write this properly.  An example...
  • MurtuzaMomin's avatar
    2 years ago

    Here is your Solution with Switch function instead of using multiple If statement.