Let’s look at how to aggregate data by a geography column. BigQuery refuses to GROUP BY using geography as key, so let’s consider alternatives, and learn about under-appreciated ANY_VALUE function. Lacking the ability to GROUP BY a geography column, what can one use right now? A very common solution is…