Custom distribution for everymonth

[“date”] column use formula:
generate(‘Datetime’, min: concat(‘01/01/’, year(now())-1), max: concat(‘12/31/’,year(now())+1)).to_date.strftime("%Y-%m-%d")

[“status”] column:

I am trying to distribution then [“status”] value for everymonth, how to do it ?

Thanks!