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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

Users online (396)