Calculated field of formula “Amount / sumOver(Amount, [CustId], PRE_AGG)” to get the percentage is incorrect. “sum(Amount) / sumOver(Amount, [CustId], PRE_AGG)” will give error “Mismatched aggregation. Custom aggregations can’t contain both aggregated and nonaggregated fields, in any combination.”
Hi @lbl,
It looks like you’ll want to account for the year in your aggregation as well based on your visuals. Can you try the following and let me know if this works for your case: