Hi, I have a web map that contains a Map Image Layer of crime incident points. In my web map, my layer has a definition query (filter) omitting all records where [MyLatitudeColumn]='48.00' (all records that had '0' or Null latitudes were field-calculated to this nice rounded-off number in order to handle them and keep them within the full set of features). So, in my web map, these features are not displayed, which is how I want it. The web map also has a duplicate layer in its table of contents that does not omit these same records (contains the full set of features), but it is not visibly displayed on the map (this is how I want it).
Web map:

However, I have created a dashboard from my web map and, as soon as I configure a 'Selector' in the dashboard, it seems to then ignore the web map's filter on my display layer, and the previously omitted features display. When I initially add the web map to my dashboard, it seems to be honoring the filter...it only ignores the filter when I build a 'Selector' widgit that utilizes the layer.
Is this expected behavior? Is there some way to work around this?