Is there a way to use the sum window function to get the following results in green
I can get the total by using the following, but its givings a runnning total, I am looking for a group total
sum(groupvolume) OVER ( PARTITION BY geo_group ORDER BY Month ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) AS group_volume