Looking to find a way to manage Quicksight Dashboards across accounts.
As I understand it, Dashboards contain Analyses, and Analyses contain sheets.
Jumping from CLI / API version 1->2, the ability to add Analyses was added to the API. However it appears there is no obvious way to create the component sheets via the API.
Is there any way to manage these programmatically as JSON, or is it only possible via the Quicksight Console?
Thank you for the question. This is in our roadmap. Please keep watching our What’s New post in AWS. Out of curiosity, what’s your use case for creating visuals/sheets programmatically?
I’m not the OP but I have a similar need. Here are a few things I’d like to accomplish by programmatically creating analyses:
Eliminate Manual Work: Creating Quicksight reports involves a lot of repetitive click-and-drag work. It would be more efficient to replace this with code.
Improve Re-usability: Re-using content in Quicksight is a very click intensive manual process. Code is easier to reuse for similar work.
Improve Precision: Click-intensive manual processes are naturally error prone. Giving users the ability to script out analysis creation reduces the potential for error.
I am facing a similar problem, and the above given URL is not working.
@Koushik_Muthanna, If you can share the solution again, I would like to see.
@KareemAWS_QS My use case for creating visuals/sheets programmatically
I have visual data available to bind in the sheet for example (positions and types of visuals with source data) and I want to update the analysis with my updated sheets programmatically.
My use case is that we are a SaaS company and we have started to make different dashboard versions for different client stages. (ex: clients in launch phase vs. longterm clients). These are shared directly with them.
However, the issue I have is many visuals remain the same and must be recreated manually in each version. On top of that, they evolve separately so if we ever improve one visual we must remember to update it in each analysis it exists in.
So I’m interested to hear if there have been any updates on this feature?
OverSight for Amazon QuickSight is a SaaS-based solution for managing and moving QS objects across AWS Accounts. It simplifies the process of grouping together QS objects and moving together as a cohesive until to another AWS Account / QuickSight subscription.