Forum Discussion
giovanni_figuei
4 years agoFrequent Visitor
Two values in IF FALSE DAX
Hi im trying to put two values in the IF FALSE part of the IF statement. My situation requires that i show the "NOT OK" and a value from a column if the expression is false. I get the SINTAX ERROR ...
- 4 years ago
amitchandak
4 years agoSuper User
giovanni_figuei , What is that additional column doing
if(12>0, "OK" , "NOT OK")
Use Switch for multiple conditions
Switch-Case statement of #PowerBI: https://www.youtube.com/watch?v=gelJWktlR80&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=56