I have the following table:
I want to get counts of first_name and last_name. I want to then make a bar graph of the counts. I can accomplish this much by doing a power query with it grouped by first_name and last_name. But this eliminates the grade and year columns. Is there anyway to get the counts while still being able to filter on the year and grade columns?