I have an address point layer that includes many points that are stacked (i.e., they have the same x,y location). I'm interested in creating a single popup for each location that includes attributes from all of the points at that particular location. (So, for example, if a specific location has 5 stacked points, there would one popup for that location with information about each of the 5 points.) I was wondering if this was possible, and if so, if anyone has suggestions on the best approach to do this. I have seen some posts about pulling data from multiple layers but not features from the same layer which is what I'm trying to do here.