Hi Molly,
According to me you have two posibilities
1. Create column "Is current date" with function =if(Short Date=CurrentDate("MM-yyyy"),1,0) and then column "Count" with formula =Sum({Is current date})
2. Create a table transform and set on Date filter: Row filter (Start) on "Short Date" column. Number of rows in table transform is what you are looking for.