Hello all,
First time caller. And I’d definitely still class myself as a beginner still, so go easy on me
So, I’m trying to figure out how to count the number of Leads in any given month. So for example, in the empty Total Leads table below the Actual Leads table, I’d like it to show:
Month Number
October 2
November 1
December 1
…However, I can’t figure it out for the life of me.
I managed to figure out how to get the specific answer for one month by doing this:
Filter([Actual Leads],Month=October).Count()
But struggling to make it work in a table.
Any help would be much appreciated!
Thank so much,
Dan