Change dashboards without change the filter

Hello, Is there a way of put on a button that when receive a click, the user it’s redirect to another dashboard with same filters values?

Currently no. If you’re using Embedded, then you could control the filters outside the iFrame and have navigation done there.

This is what I have:

The first drop down selects the dashboard
2nd is how frequently it should refresh, then a button to force a refresh now.
Next 4 are just a single cascading parameter setting the team(s) to view.
Rest is customer specific.

Backend is C#, just creates the jwt. Hard bit was having to pass the parameter even when 'all' is required.