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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
srose88
New Member

Multiple search function in powerbi

Hi,

 

I'm trying to lift the formula from an excel document as below - where B2 is equivalent to a column that contains a mix of characters/numbers in the powerbi table (i.e. "column X" contains STR-ABC-09394).

 

=IF((OR(ISNUMBER(SEARCH("ABC",B2))=TRUE,ISNUMBER(SEARCH("CDE",B2))=TRUE)), "NON_UK", "UK")

 

When replacing B2 with the "column X" reference in COLUMN in powerbi, I'm getting the following error - The search Text provided to function 'SEARCH' could not be found in the given text.

 

Can anyone help?

 

Thanks

 

 

 

1 ACCEPTED SOLUTION
Greg_Deckler
Community Champion
Community Champion

You need to include the optional parameter of a "not found" return value per the SEARCH function specifications:

 

SEARCH(<find_text>, <within_text>[, [<start_num>][, <NotFoundValue>]])  

 



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

1 REPLY 1
Greg_Deckler
Community Champion
Community Champion

You need to include the optional parameter of a "not found" return value per the SEARCH function specifications:

 

SEARCH(<find_text>, <within_text>[, [<start_num>][, <NotFoundValue>]])  

 



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.