I have this card that I'm trying to rank by each month.
It seems like it's ranking the numbers with both months, but I want them ranked individually by month.I.E. between 9 and 10 #9 is under Jan but #10 is under Feb.
This is the beastmode so far.
Rank()
Over(order by COUNT(`Certificate#`) desc)
Also is there a way to remove the month rankings and just do it by total if that's possible or remove the total rank column and just do it by month? Thanks!