Hi,
Need to pull the date from >= first of the last month.
Below you can see an example,
Date> (DateTimeAdd(DateTimeAdd(DateTimeToday(),-1,"month"), 1-DateTimeDay(DateTimeAdd(DateTimeToday(),-1,"month")), "days"))
I tried with above formula its showing zero after the filter.
