Hello! I’m trying to create an interactive dashboard using data from different states. I currently have a value selection configuration to allow the user to select a specific state to see certain data from. Upstream from the configuration I have a series of row filters set to exclude rows that are missing data. As a result, a group of states is missing from the data set that is being fed into my value selection configuration. However, the missing states are still showing up as options in my configuration. It seems like the configuration is reading the original data set instead of the filtered data that is directly being linked to it. How do I make the value selection configuration only see the rows from my filtered data (that is being fed into it)?
Also, is there a way to make the drop-down selection menu appear in the interactive view instead of having it only appear in the component configuration menu?
Thanks!