Find Analysis that goes with Dashboard

If an Analysis and the corresponding Dashboard have different names… how can I find the Analysis that goes with (is the source for) a given Dashboard?

For dashboards that were published directly from analyses, you could use the DescribeDashboard api and check the SourceEntityArn in the result. This will have a value like arn:aws:quicksight:eu-west-1:123456789012:analysis/ANALYSIS-ID",. The last part will be the analysis id which you can use to go to the corresponding analysis.

1 Like

Can I find this out from the UI ? I don’t use the CLI

There isn’t a direct way to know from the dashboard directly from UI, but you might look it via the dataset usage tab on the UI - Tracking dashboards and analyses that use a dataset - Amazon QuickSight

Look for the dataset used in the dashboard and there you could find the analyses and dashboards created via that dataset.