How to change legends and bar graph dynamically in quicksight

How to change legends and bar graphs dynamically in quick sight

How are you envisioning this?

You can use parameter’s and an ifelse to change what field gets displayed.

ifelse(${param}=‘Sales’,{sales},${param}=‘Billing’,{billing},etc…)

1 Like

If you want to display different visuals depending on what the user selects, you can overlay multiple visuals on top of each other and use Hide/Show parameter to control what is currently displayed.
Let us know please what works for you.