Forum Discussion
ming927tw
6 years agoFrequent Visitor
PowerBI Url Filter With Chinese column name or table name issue
I create a table with dax
Date = CALENDAR(DATE(2017,10,1),DATE(YEAR(NOW())+1,12,31))
add 2 columns
年度 = YEAR([Date]) (type : Integer)
YYYY = YEAR([Date]) (type : Integer)
I am try url filter with this 2 columns
https://app.powerbi.com/reportEmbed?....................&filter=Date/YYYY eq 2020.....work
https://app.powerbi.com/reportEmbed?....................&filter=Date/年度 eq 2020.....not working
2 Replies
- nandukrishnavsCommunity Champion
ming927tw - This is due to your field name.
Please refer to this link https://docs.microsoft.com/en-us/power-bi/service-url-filters#special-characters-in-url-filters
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂- ming927twFrequent Visitor
i had read this page before i post message yesterday
my problem is when column name is chinese url filter parameter doesn't work
english column can work
this document can't solve my problem
thanks for your response