Automated Daily Pulses

We’re currently using version 25.1 of Metabase and we self-host it.

I was curious if it is possible to set up a pulse that updates statistics for each individual day. For instance if I want to know the number of clients created each day, is it possible to set up pulses to be automated so it is pushed to my boss’s Email without me having to select the specific day on the calendar. I hope that makes sense.

I’ve tried to find a way to do this but I can’t seem to figure it out.

Hi Jared,
maybe I understand your question wrong - if yes, sorry for that.
So you want to have the number of clients created for yesterday being shown in a pulse today, right?
Why don´t you set up a question that created exactly that with something like “date(date_add(now(), INTERVAL -1 day))” (or if you don´t use the SQL editor select date = previous 1 day in the filters) and create a pulse from that question?

I created a pulse with the daily revenue that shows my manager in the morning the revenue of the day before.

Hope that helps!
E

1 Like

Eva,

It does, thank you so much!

Jared