I would create either:
1) A generated column in the base table that always has a value of 1, or
2) A calculated column, value of 1, set as "Calculate before Aggregation"
Then, sum up your VALUE field and divide by the sum of the generated/calculated column.
(Generated column will give better performance)