The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
well according to Microsoft,
However, I notice there are issues when the field value is & or + ,,
because I am guessing
Suppose I want to send Customer Age by enquiry date in ('366+') to the url
Power BI will translate as below
Customer_x0020_Age_x0020_by_x0020_Enquiry_x0020_Date%20in%20(%27366%20%27)
+ becomes %20.......
Also, if a value that contains & , the link will break......
For example,
I want to pass : Customer in( 'A&B' )
The returned link would become Customer%20in%20(%27A
It stops right at A because & in url means break.
The link will die and return full set of report to user.
Any creative idea to avoid the problems???
Solved! Go to Solution.
OK...I found the answer on my own.
I can use substitue function to replace + or & into unicode.
Thank you for sharing😀
Best Regards,
Community Support Team _ Zeon Zheng
OK...I found the answer on my own.
I can use substitue function to replace + or & into unicode.