Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Dear all,
I implemented a database with a search function (visual: Text search slicer). I want to search for international authors of the articles, some of them have special characters in their names (e.g., ö. ü...). Problem - if you don't put the special character itselft, the paper is not searchable.
Does anyone of you have a solution?
To visualize the problem, i want to find "Rösch" by searching Rösch or Rosch. So far Rosch is not searchable:
-->
Solved! Go to Solution.
Hi, @djankuna
In Power BI, you can use the M language in the query editor to create a new column that doesn't contain special characters, which can be achieved by replacing the special characters with their counterparts.
Functions for text search in Power BI aren't case-sensitive, but accent-sensitive. This means that "Rösch" and "Rosch" are considered different strings. Maybe the following link will help you:
Optimizing text search in DAX - SQLBI
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @djankuna
In Power BI, you can use the M language in the query editor to create a new column that doesn't contain special characters, which can be achieved by replacing the special characters with their counterparts.
Functions for text search in Power BI aren't case-sensitive, but accent-sensitive. This means that "Rösch" and "Rosch" are considered different strings. Maybe the following link will help you:
Optimizing text search in DAX - SQLBI
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.