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 with this code below.
I dont even know if it is possible to do that but i will apreciate any help. Thank you for your time.
2 Replies
- amitchandakSuper 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
- ryan_mayuSuper User