From dashboard how to get into it's corresponding analysis

Is there is way to navigate to the “Analysis” from one of the dashboard created from the “Analysis”.

Note: not to create new analysis from dashboard, we need to get the origin analysis from a dashboard (We have it’s analysis in our analysis tab but in different name)

@basil-ygag You can use DescribeDashboard API/CLI command to obtain details about the dashboard, which should include the underlying Analysis or Template ARN (if the Dashboard was created from a Template) as ‘[SourceEntityArn](https://docs.aws.amazon.com/quicksight/latest
/APIReference/API_DashboardVersion.html#QS-Type-DashboardVersion-SourceEntityArn)’.

If you want to check via your browser, you can right click on anywhere on the Dashboard → view Page Source → and search for ‘sourceEntityArn’ and it should have the underlying Analysis or Template ARN with ID.