Forum Discussion
Filter a report using query string parameters in the URL
Hello Guys,
I had an issue when filtering a report using query string parameters in the URL.
For example, user open the power bi url firstly in uat Citrix : https://app.powerbi.com/groups/me/reports/40c3b6e9-0328-4068-9cd4-a3ca0936d089/ReportSectiondec51a7cd481501b3dea?experience=power-bi&filter=Combined_Data%2FHD_CODE%20eq%20%27STH%27%20 ,
the link above will change %20 to %2B. Does anybody know the reason?
I attached the screenshot from offical do
2 Replies
- FowmySuper User
Anonymous
When the transformation occurs from %20 to %2B, it generally indicates the substitution of a space in the original URL with a plus sign in its encoded form. Both representations are valid in diverse contexts, and the selection between them may hinge on the particular requirements of the system or application handling the URL. - AnonymousNot applicable
Hi Fowny,
The URL is ok in PC mode, but is automatically changed %20 to %2B in Citrix when jumping into Power BI workspace. Do you maybe know why?