How to import analysis or combine analysis from multiple analysis ?
Hello @Sneha_Jain, welcome ot the QuickSight community! To help you resolve your issue, I will need a little more detail about the issue you are experiencing.
If you are wanting to merge sheets or visuals from one analysis and put them into another, there is not a way from the front end or through QuickSight CLI to complete that task. The best thing you could do would duplicate an analysis and then manually add the visuals and sheets from another.
Let me know if that helps!
Hi @Sneha_Jain
One slight adjustment to dylans answer - though it IS correct that there is no way to merge sheets or visuals from one analysis into another via UI - but this type of flow COULD be possible using the Describe and Create api’s.
New analysis could be constructed from the output of various describe analysis - all in JSON. THough requiring coding/automation and some complex use cases might not be supported - this could potentially be a solution.
https://docs.aws.amazon.com/cli/latest/reference/quicksight/describe-analysis.html