I am trying to find the most populated cities within various polygons (which have I.D.'s). My cities have a POP value associated. When I use the Summarize tool I group by the polygon ID, then select the MAX for Population. The issue is I also need the city name. There are multiple Cities within a given polygon. I tried using "first" but that returns the first city entry with the max pop (which is not the same city). I want to simply carry over the city associated with the max POP value within each polygon but I don't see a way to accomplish that.
Any help is appreciated!