Forum Discussion
Dynamic filtering URL issue
- 1 year ago
Hi krzysztof ,
The issue is with the URL structure. When adding extra parameters like filter=, you should use & to connect them, not another ?.
- There should be only one ? after /reportid.
- Additional parameters should be added using &, like &filter=....
If you want to create dynamic links for different EANs in Power BI, use a DAX measure. Display the links in a table visual and format them as Web URLs for easy access and clicks.FYI:
For more details, here the official Microsoft documentation you can refer
Filter a report using query string parameters in the URL - Power BI | Microsoft Learn
I hope this helps. If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.
Hi krzysztof ,
We haven’t received a response yet and want to ensure the solution met your needs. If you need any further assistance, feel free to reach out we’d be happy to help. If everything is working as expected, kindly mark it as Accepted as solution.
Thank You.