Is there a way display the mean for all rows without aggregating (summing)? This would require aggregating a field and returning it to each row. For example:
ID,Amount,Avg Amount
1,$10,$20
2,$20,$20
3,$30,$20
While this can be done in dataflow, it needs to be dynamic (use will filter and change date range) and thus done in beastmode.