SELECT SUM(fes.dist_total_revenue) as total_rev,sa...
# troubleshooting
d
SELECT SUM(fes.dist_total_revenue) as total_rev,sales_year,sales_month,sales_quarter FROM fact_revenue fes where fes.__time BETWEEN TIME_PARSE ('2019-01-31T000000.000Z') AND TIME_PARSE ('2022-11-30T000000.000Z') group by sales_year,sales_month,sales_quarter order by sales_year,sales_month,sales_quarter