I am creating a Census tract level choropleth map and running into an issue where the symbology classification is not responsive to changing values on the map when slicers are updated. For instance, when I use a switch function to change the metric displayed from something that has a 0-100 range to a different measure that has a 0-10,000 range, the symbology classification does not respond to change, meaning that the map just goes to grey if the values of the selected metric are outside of the 0-100 range of values already set. Another example is that I have a measure that is the count of individuals in each census tract - in some states the counts can range from 0-150 and in other states the counts can range from 0-15,000. If I set the symbology in a state where the range is at the 0-150 level, then change slicer to a different state where the range is 0-15,000, the map effectively becomes useless because the tracts that have values over 150 become greyed out.