How can I bring the top right menu of a chart when I embed that chart

I want to have the following menu in an embedded chart. How can I do that
image

Hi @Noorali,

Here’s a screenshot from my embedded dashboard:
image

The dropdown menu is the same but the icons are different. You’ll see the Filter icon if you enable ad hoc filtering when publishing the dashboard.
image

The bell icon isn’t shown because alerts are not supported in embedded dashboards.

Hi,

The method that you mentioned above is for dashboard. But I want to embed visual and have that menu.
Hoe can I embed a visual with that menu?

Best
Noorali

@Noorali Have you looked into ExperienceConfiguration param?
Also, it will be easier for others to help you, if you provide a detailed problem statement, screenshot, and how currently you doing it… More information is less.

Follow the documentation from here… you might not find your actual answer on this page, but it will guide you on how to do that…

Hi @nshah-quicksight ,
I want to embed a chart. For instance if I want to embed the following chart I do the following steps:
1: I go to dashboard and from that chart I click on more options and select Embed visual. like below image
image
after that I click on COPY CODE button to copy embed code.
And I will paste the code into my web page but I can’t see the top right menu on the embedded chart in my web page.
I mean I can’t seen top right menu in embedded chart. I want to be able to export to csv or excel in embedded chart. So my question is how can I embed a chart that have this export to csv or excel option?

@Noorali
Visuals are part of the dashboard and they inherit the dashboard’s configuration.
And if you want to override them, you have to do that at the embedding time through API.

Have you tried @David_Wong’s solution? What’s the outcome of that?

Hi,

I did like David solution before asking my question here but it didn’t work. I think but I am not sure that option is for dashboard not for a visual.
It will be appreciated if you send me how can I have this menu using API or other solutions.

Best regards

@Noorali Embedding QuickSight visuals for anonymous (unregistered) users - Amazon QuickSight

The link I have shared has step-by-step guidelines, Letus know how far you can go with that, and we might be better position to help you from there…

Hi @nshah-quicksight ,

As I mentioned before I generate embed code from UI in Quicksight.
Which part of generating url code is for generating that menu that I mentioned?

Best regards
Noorali

Hi @neelay and @David_Wong,

I have just the following menu in the embedded chart. I also want to have Export to Excel in this menu. This is my question.
image

@Noorali you have to define that in dashboard options.
for e.g.

DashboardPublishOptions={
                                "AdHocFilteringOption": {
                                    "AvailabilityStatus": "DISABLED"
                                },
                                "ExportToCSVOption": {
                                    "AvailabilityStatus": "ENABLED"
                                },
                                .
                                .
                                .
                            }

same are available in the interface when you publish the analysis to the dashboard.

@neelay I have it in my dashboard like below. My question is why I don’t have it when I embed this visual in my application?
image

Hi @Noorali,

It could be that the menu is not supported in visual embedding. I also don’t see it in this visual embedding demo:
https://democentral.learnquicksight.online/#Dashboard-FeatureDemo-Visual-Embedding

Hello @Noorali , @David_Wong , and @neelay !

Based on this conversation I believe David is right that this is not supported. I will mark this as a feature request for the Quicksight team.