Forum Discussion
URL Query String Parameters not working
- 3 years ago
Hi , Anonymous
According to your description, you are filtering a report using query string parameters in the URL.
According to your url , i think this may cause by the space in your column name.
The url format is like this:
?filter=Store/Territory eq 'NC'So for your need , you can try to use the :
https://app.powerbi.com/groups/me/reports/06cfe45f-46f1-4bb5-96ad-353ab96e142d/ReportSection?experience=power-bi&filter=ADGroups/Group_x0020_Name eq 'MSFTProjPortfolioManager'
For more information, you can refer to :
Filter a report using query string parameters in the URL - Power BI | Microsoft LearnThank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi , Anonymous
According to your description, you are filtering a report using query string parameters in the URL.
According to your url , i think this may cause by the space in your column name.
The url format is like this:
?filter=Store/Territory eq 'NC'
So for your need , you can try to use the :
https://app.powerbi.com/groups/me/reports/06cfe45f-46f1-4bb5-96ad-353ab96e142d/ReportSection?experience=power-bi&filter=ADGroups/Group_x0020_Name eq 'MSFTProjPortfolioManager'
For more information, you can refer to :
Filter a report using query string parameters in the URL - Power BI | Microsoft Learn
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
That worked! Thank you!