Where to find the Analysis created from QS template?

Hi,

I have created a new analysis from a QS template, however, I can’t find it in my Analyses list.

I created the analysis in the same AWS region too. Kindly help.

Thanks

Hi @sandeep.k,

Can you check if you assigned the required permissions when you created your analysis? Take a look at “Permissions” in the request body.

Principal should contain your username and I believe you need the DescribeAnalysis action and possibly ListAnalyses in order to see the analysis.

Hi David,

Thank you for your reply. yes, i added the below code block when I’m creating an analyses from a template via AWS CLI. however, I’m facing yet another problem where the new Dataset’s Data is not propagating to the visuals (the new dataset seems to be empty in the new analyses - but has data in the actual dataset). The dataset was ‘Direct Query’, so i thought it would have been a Database permissions issue and hence tried changing the ‘Direct Query’ mode to ‘SPICE’. But no luck there too. Any suggestions to resolve that would be helpful.

Thank you in Advance

Permission code block i Used when creating the Analyses from Dashboard:

--permissions ‘[ { “Principal”: “arn:aws:quicksight:us-west-2:XXXXXXXXXXXX:user/default/AWS-Prod-PowerUsers/XXX@YYY.com”, “Actions”: [ “quicksight:RestoreAnalysis”, “quicksight:UpdateAnalysisPermissions”, “quicksight:DeleteAnalysis”, “quicksight:DescribeAnalysisPermissions”, “quicksight:QueryAnalysis”, “quicksight:DescribeAnalysis”, “quicksight:UpdateAnalysis” ] } ]’

1 Like

Hi @David_Wong,

Hope everything is well! Just checking in to see if you saw sandeep.k’s most recent message regarding data not propagating.

Hi @sandeep.k,

Sorry for the delay. When you use the same dataset to manually create an analysis, do you see data?

If you see data in your manually created analysis, can you do a DescribeAnalysisDefinition on it and compare the definition with the other analysis? I would look for any differences in the definition of the 2 analyses that might explain the difference in behaviour. That’s how I would try to troubleshoot it.

Hey David,

I got the right permissions to get my data visible in my dashboard. Thanks for all the help!

Cheers

1 Like