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
mhilzendegen
Regular Visitor

CONTAINSSTRING not working

Hi there,

I am using containsstring to check the spelling of my sales managers... 😉
I am using containsstring to filter valid entries and create a link to the spelling error. I call it the Wall of Shame.
However, when I have additional words in the field, it does not work. Long story short:

 

mhilzendegen_0-1674141528407.png

as you can see "kein interesse" should result in a blank, but lines 5 and 6 of the lower table has a result. I have narrowed it down to everything that has
a) a special character and

b) inbound in front.

 

My understanding of CONTAINSSTRING is that it should find the string. What am I doing wrong?

 

Thanks y'all

 

Marko

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @mhilzendegen 

I think it is the order of arguments. You need to change as follows

CONTAINSSTRING ( betreff, "string" )

View solution in original post

1 REPLY 1
tamerj1
Super User
Super User

Hi @mhilzendegen 

I think it is the order of arguments. You need to change as follows

CONTAINSSTRING ( betreff, "string" )

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.

Top Solution Authors