Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
User | Count |
---|---|
116 | |
73 | |
60 | |
48 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |