Hi, I'm trying to create a couple of maps (and dashboards) by points within zip codes as well as within regions set by HUD (Housing and Urban Development, I have the polygon shapefiles). Ultimately, the symbology should be on the polygon layer. However, I would also like the dashboards to be able to have interactive filters using a couple attributes on the points layer (a date selector and a program table).
My challenge is if I join the points to the polygon table (using summarize within), the counts don't respond to a filter. On the flip side, if I join the polygons to the points (using completely contains) then the symbology is locked to either points or heat map, rather than to the polygons.
Is there a way to either a) create a summarize within output layer than can still be filtered after geoprocessing or b) change the points layer symbology to follow the polygons?