The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.
Solved! Go to Solution.
try to use "&" to connect.
"NOT OK" & 'EXAMPLE'[EXAMPLE]
Proud to be a Super User!
try to use "&" to connect.
"NOT OK" & 'EXAMPLE'[EXAMPLE]
Proud to be a Super 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