Is there a way to select when hide or show the chart based on controls?

I’m trying to build a dashboard to allow the user select wich charts he want to see. To be more directly, I want to have an option on the controls with “On” and “off” to show some charts when the user wants to see it. Something like that :
image
But instead off to be like the image above, I want a bottom with this options

Hi @PedroRodriguezxX,

Yes, you can do this by using parameters. In free-form layout, you can add a rule to show or hide a visual.
image

The rule is based on the value of a parameter.
image

You can create a control (e.g. a dropdown list) which is linked to your parameter. The user will then be able to show or hide the visual by selecting a value in the control.

1 Like