Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Matt22365
Resolver III
Resolver III

Power Query help - If text contains or text contains

Hi

I hope someone can help

I would like to use the add column feature of the query editor to search 2 columns of text and return a phrase if either contains what i am looking for.

I have written the formula but all it returns is errors, can anyone see the error in my formula?

if Text.Contains([Project Number], "ABCD") or Text.Contains ([Status 1],"ABCD") then "ABCD Related" else null)

Thanks for your help

Matt 

1 ACCEPTED SOLUTION
az38
Community Champion
Community Champion

@Matt22365 

what exactly error do you get? from my point everything look ok, except closed parenthesys ")" in the very end of your statement.

also be sure, your columns have a Text date type


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

View solution in original post

2 REPLIES 2
az38
Community Champion
Community Champion

@Matt22365 

what exactly error do you get? from my point everything look ok, except closed parenthesys ")" in the very end of your statement.

also be sure, your columns have a Text date type


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

Hi @az38 

Thanks for getting back to me so quick. One of the columns wasnst specified to Text. ive changed it and it works great now.

Thanks

Matt 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors