How to apply mean to all rows though beastmode?

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. 

 

 

 

Best Answer

  • Valiant
    Valiant Coach
    Answer ✓

    Currently the only way to have an aggregate value like that for all rows would be the dataflow as you described. But you would lose the date filter option you're looking for.

     

    There is however an idea "Under Review" for something like what you're talking about. We would need almost a different functionality type for beastmodes (almost like a summary mode or something). Might be worth upvoting and voicing your support for it. I'll throw a like towards it as well.

    https://dojo.domo.com/t5/Ideas-Exchange/Grand-Total-Beast-Mode/idi-p/15413

     

    Sincerely,

    ValiantSpur

     

    **Please mark "Accept as Solution" if this post solves your problem
    **Say "Thanks" by clicking the "heart" in the post that helped you.

Answers

  • Valiant
    Valiant Coach
    Answer ✓

    Currently the only way to have an aggregate value like that for all rows would be the dataflow as you described. But you would lose the date filter option you're looking for.

     

    There is however an idea "Under Review" for something like what you're talking about. We would need almost a different functionality type for beastmodes (almost like a summary mode or something). Might be worth upvoting and voicing your support for it. I'll throw a like towards it as well.

    https://dojo.domo.com/t5/Ideas-Exchange/Grand-Total-Beast-Mode/idi-p/15413

     

    Sincerely,

    ValiantSpur

     

    **Please mark "Accept as Solution" if this post solves your problem
    **Say "Thanks" by clicking the "heart" in the post that helped you.