The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have an embedded report that uses a url parameter to filter my report so my clients only see their own data.
I also have a "reset filters" button on the page that resets any filters the user has applied to the page. They can choose a zone, click different bar charts to filter, etc.
The issue is that the "reset filters" button also resets the filter I pass from the url parameter. The result is that my clients could then see the other clients data.
Is there a way to have the bookmark ignore the url parameter? Maybe there is another way to do it.
My goal is to have the page filtered for my client based on the url parameter value, let the client change slicers, make selections in the bar chart, etc. I then want it to be possible for them to get back to the default page, with the url parameter applied, with a simple button click.
Any thoughts would be appreciated.