
So as seen above, each red dot has a number of years attached to it. Some of them have 2, others have like 10. My problem is that I want to make the data concise but I am unsure about how. Essentially, I would like it such that each dot has a year and a count (ex. a dot with 2020, 2020, 2020, 2021, 2019 would be 2019 (1), 2020 (3), 2021 (3)). Would it be possible to do something like this for each dot? Currently, all I have is the workflow counting the total times the year shows up in all dots rather than each dot.

Sample of what my workflow looks like