While tabbed dashboards are on the way, there are currently a few creative solutions to provide users a tabbed experience or navigation across dashboards within the iframe.
Linking will allow users to have an experience where they can either click on a given value, such as a user ID, and have that display an option to link to another dashboard where that value is passed through into a filter. A common example for this would be a global sales overview, with a link to an individual sales person’s performance in a separate dashboard with more detail.
Markdown tiles can also be used in tandem with linking to create a tabbed appearance that will let users link across different dashboards.
POST messages can be used in two formats as outlined in the hyperlink above. The main way we see this leveraged today is to use a markdown component to send a POST message to the parent frame. This in turn can be picked up by a listener, which can then be used to swap out the URL in the iframe to a different link. This option, while requiring a bit more engineering effort, has a more seamless experience for the end user.