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...
nandukrishnavs
Community Champion
6 years agoming927tw - 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 🙂
ming927tw
6 years agoFrequent 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