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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
daaf_ratsma
New Member

Look if text string has substrings matching list of words in 2nd table

Hello,

i have table 1 with text strings (product descriptions) and i want to see if that text string contains 1 or more words listed in table 2.

Any one how to do this ?

 

 

 

1 REPLY 1
amitchandak
Super User
Super User

@daaf_ratsma , A new column in table 1 like

 

countx(filter(search(Table2[column], Table1[column],,0)>0), Table2[column])

 

Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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