Dashboard navigation in public dashboard

Hi, I created a dashboard with some questions (tables and chart) with navigation on click to another dashboard.
When I'm logged in Metabase it works, but even if I shared the public link and published all dashboards, it seems the click to another dashboard doesn't work in public view.

Is that correct? Is how it is intended to work?

Thanks very much

Hi @drenda
Public Sharing and Signed Embedding is per-object, so you are only making a single object available - not drill-through or walk-across. If that was possible without you explicitly allowing it, then someone could gain access to parts you might not want.

You have to use URL to the Public address of the other dashboard.
There's a request for having Metabase automatically find the Public address of the linked object:
https://github.com/metabase/metabase/issues/14009 - upvote by clicking :+1: on the first post

Thanks for your quick reply. I guessed that but I hoped because also the destination dashboard was public and had a public link Metabase saw that that kind of navigation was allowed.

I see, with public url as destination it works, actually I need to pass some filters and the selected value to the final dashboard but I see I can do that (https://www.metabase.com/docs/latest/administration-guide/12-public-links.html)

Thanks

@drenda There are some fixes to filters coming in 0.41, which you might or might not hit.