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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
stino123
Helper II
Helper II

text filter if a string of text includes two words

Hey,

 

Below I have a data set, in that data set there are a number of business tags. I want to know if in the list of all tags it has the tag "Online Outlet". Below you can see one method I tried to return a value of 1 if it does, without success.  I tried another option but it did not work either. Any suggestions?

 

Outlet =
SWITCH(
TRUE(),
SEARCH("online outlet", SELECTEDVALUE(Cat_Products[Products Tags]),1,0)>0,"Outlet",
BLANK()
)

 

Screenshot 2022-08-31 094753.jpg

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@stino123 ,

Change

search as

search("Search Text", [Column],1,0)  >0 , "Outlet"

 

 

change data as per need

View solution in original post

2 REPLIES 2
stino123
Helper II
Helper II

@amitchandak Thank you, this did the trick!

amitchandak
Super User
Super User

@stino123 ,

Change

search as

search("Search Text", [Column],1,0)  >0 , "Outlet"

 

 

change data as per need

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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