What is the difference between sum({field1}, [${visualDimensions}, field2, field3}] and sumOver({field1}, [{field2, field3}], POST_AGG_FILTER)?

I don’t think there’s any difference between those two.

sumOver with POST_AGG_FILTER came first.
sum(measure,[group_field_A]) came later but it does the same thing.

2 Likes