Daily Row count growth

What is the best way to show row count growth of a dataset day over day?

Currently using DOMO Stats to show each datasets total row count

I think I can create a beastmode for this, any suggestions here?

Answers

  • You'd need to take a daily snapshot of the domo stats to calculate the row count each day and then use those values to graph the row size day over day. You can use a recursive dataflow to handle this or alternatively set the stats dataset to append and use the _BATCH_LAST_RUN_ field as your timestamp date.

    To get the difference you can use a lag function to get the prior days value and then calculate the difference between the two values.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**