Forum Discussion
Aggregate query question
- Dec 12, 2024
Think this can be closed as solved. Broke apart query to simplest option (select driverName, finish from raceResults where finish BETWEEN 1 AND 5;), repeated for 1-10, then did a count query based on those results. Inefficient, but have the exports of 6 different queries feeding into a .xlsx that's run through Power Query, which manipulates the data the way I'd like to see it.
Think this can be closed as solved. Broke apart query to simplest option (select driverName, finish from raceResults where finish BETWEEN 1 AND 5;), repeated for 1-10, then did a count query based on those results. Inefficient, but have the exports of 6 different queries feeding into a .xlsx that's run through Power Query, which manipulates the data the way I'd like to see it.