Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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:
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
Solved! Go to Solution.
I think it is the order of arguments. You need to change as follows
CONTAINSSTRING ( betreff, "string" )
I think it is the order of arguments. You need to change as follows
CONTAINSSTRING ( betreff, "string" )
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
8 | |
7 |