I have created a dashboard with multiple KPIs that are sourced from a sheet that contains all of the raw data. I want to have the user be able to click the KPI widget and view the data that falls under that specific criteria. I have multiple filters set up on the sheet with the raw data, and have linked each KPI widget with the URL that contains the appropriate filterID. For some reason, when you click on each widget, it starts to open with the correct filterID in the URL but then automatically changes it to the last used filter. What are some other solutions that would work in this scenario? I've seen people suggest publishing each view and using that link, but this is a living document with new information added every day, so the published report would be out of date quickly.