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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
djankuna
Frequent Visitor

Text search slicer - find special characters

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:

djankuna_0-1708336812754.png

--> 

djankuna_1-1708339923006.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

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.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors