I have this use case where I need to have an Apply All Filters button in all of my dashboards within a single workbook. The ask is if i select something on Dsb1 and click Apply All Filters, it should filter both Dsb 1 and Dsb 2. Also, if I go and do some new/change selection in dsb 2 and click on Apply All Filters, it should filter both Dsb 2 and Dsb 1.
I can achieve one way Dsb 1->2...but when I applying the reverse it is weirdly navigating to the next dsb. Attaching a wbk, if anyone can solve this for me.
Try using filter actions instead of navigation actions. Make sure both dashboards share the same filter fields and check the button action settings to avoid triggering dashboard navigation.