month,state as dimension and expression as --> count( {< salesrep=p(state) , date={>=startdate<=enddate} >} users)
if i select single month in the top filter it is showing correct value but if i select last six months possible function is evaluating based on six months and it is not aggregating with month as jan, feb,mar,apr..so on..
it is showing entire six months sales rep count in each month.