Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello Community,
I want to use URL filtering for my reports. But I have faced with Turkish character problem.
ex: ?filter=Table/Languages eq 'Türkçe' its not working.
Can i solve this issue?
Solved! Go to Solution.
Hi @Anonymous ,
In my opinion, I'd like to suggest you add a translated column on desktop side to convert your language characters to English, then you can simply use them in URL filter without that issue.
If you can't modify your table structure, you can refer to official document o convert your characters with escape characters or use Unicode characters to replace each character:
Filter a report using query string parameters in the URL#Special characters in URL filters
unicodelookup#Türkçe
Regards,
Xiaoxin Sheng
Hi @Anonymous ,
In my opinion, I'd like to suggest you add a translated column on desktop side to convert your language characters to English, then you can simply use them in URL filter without that issue.
If you can't modify your table structure, you can refer to official document o convert your characters with escape characters or use Unicode characters to replace each character:
Filter a report using query string parameters in the URL#Special characters in URL filters
unicodelookup#Türkçe
Regards,
Xiaoxin Sheng