Navigating From One dashboard to Another Dashboard which is published in User portal

Hi,
I have 2 dashboards which is created using quicksight and published in to an external portal. I need to add a navigation /Drill Down from one dashboard to another dashboard. Inside quicksight we can directly add the link using multiple ways. But my challenge is our users don’t use /Don’t have access to quicksight. Since we are displaying this dashboards in an external portal.
And in the portal, we dont have specific links to each dashboard. Only link available is the portal link itself. I tried to add the quicksight dashboard link, but in portal also its redirecting to quicksight. How can i achieve this without involving quicksight here, ie, I need to navigate from one dashboard to another dashboard inside the portal.

Hi,
Can somebody respond?

Hi @Ganga,
Yes, using Quick Sight in an embedded context works a little differently if you’re embedding dashboards directly in an external portal using the “embed dashboard experience” as part of the Quick Sight Embedding SDK. If your portal framework (React, Angular, Django, etc.) allows routing, you can achieve something similar to the native Quick Sight functionality of linking between by:

  1. Creating unique URL routes inside the portal (e.g., /dashboard1, /dashboard2).
  2. Embed the respective Quick Sight dashboards in those 2 routes.
  3. Your “drill down” navigation action within Quick Sight can be configured to link to the full URL of the other dashboard in your application, like https://yourportal.com/dashboard2

Then your users will feel like they’re navigating dashboards seamlessly inside the same portal.

1 Like

Hi @Ganga,

Following up here as it’s been awhile since we last heard from you on this thread; did you have any additional questions regarding your initial post?

If we do not hear back within the next 3 business days, I’ll close out this topic.

Thank you

Hi @Ganga,

Since we have not heard back, I’ll go ahead and close out this topic. However, if you have any additional questions, feel free to create a new post in the community and link this discussion for relevant information if needed.

Thank you!