I am using Metabase with a PostgreSQL implementation.
I'd like to achieve the outcome in the photo. I wish to include a column that counts how many times a field has occurred above. It should include the current instance as well.
Other examples I've seen have simply counted total occurrences. As I am ordering by date, I do not wish to count occurrences that happen after the date.