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,
Based on the table below, can anyone help me write a custom column formula that will act as an IF function? Every time I try an IF statement, I am told that PowerBI does not recognize the IF term
Thank you in advance!
Solved! Go to Solution.
@JD ,
if function is power query is case sensitive. Your first one should work like this.
if ( [Search_Classification_C] = "Leadership Search"
and [Third_Bill_C] = "True" )
then 1
else 0
Think you should be able to follow the same syntax for your second bullet.
In future, please post data sample as text, not as a picture. Will help make it easier to solve your issues.
Hope this helps.
Regards,
@JD ,
if function is power query is case sensitive. Your first one should work like this.
if ( [Search_Classification_C] = "Leadership Search"
and [Third_Bill_C] = "True" )
then 1
else 0
Think you should be able to follow the same syntax for your second bullet.
In future, please post data sample as text, not as a picture. Will help make it easier to solve your issues.
Hope this helps.
Regards,
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.