Forum Discussion
Camstr
2 years agoHelper I
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...
- 2 years ago
Here is your Solution with Switch function instead of using multiple If statement.
Camstr
2 years agoHelper I
Thanks MurtuzaMomin! SWITCH is a better way to go, works perfectly.