Forum Discussion
Camstr
Helper I
2 years agoMultiple 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.
MurtuzaMomin
2 years agoRegular Visitor
Here is your Solution with Switch function instead of using multiple If statement.