Forum Discussion

ming927tw's avatar
ming927tw
Frequent Visitor
6 years ago

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