Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.