Checkbox to control columns to be displayed on a graph

Hello,

In my database, I have several premium columns: EarnedPremium1,EarnedPremium2, EarnedPremium3,EarnedPremium4

In order to compare them, I would like to represent these columns on a graph.

But I would like to be able to check/uncheck the different columns.

Is this possible?

Thank you :smiley:

Hello @michael.casalinuovo,

Welcome to the QuickSight Community, it is great having you here.

You can achieve what you mention using Filters, if you deselect one region then the column will not show up

Hope this helps…

Thank you for your reply, but I think I’ve expressed myself wrongly.
I don’t want to filter on the modalities of the variable in the histogram, but on the lines to be displayed.

Something like this :

and if I uncheck 1 of the boxes, I only have 3 curves left on my graph.

Hi,

You cannot do this with the QuickSight native visual, but you could do it with a HighCharts visual.

Here in the sample number 10

https://democentral.learnquicksight.online/#Dashboard-FeatureDemo-Highcharts-Visual

you can just click on the line and it will be deselected

Hope this helps!

1 Like

Thanks, I’ll have a look :wink: