Hi Team,
I have a unique requirement on my dashboards to filter invoice dates. So based on the current date i need to see the invoices for the previous month also.
I would like to filter, whatever the day we are in, on :
“Select Current month + Last month Invoices” > to simplify, if there a way of saying, if we are 14th February, show invoices later than 1st January.
so the check is for current month + Prior month 
So far I have reached here
"SELECT [Invoice.Invoice Date] FROM [ALL] ORDER BY [Invoice.Invoice Date] DESC Where [Invoice.Invoice Date]
< NOWDATE()"
Now this will filter the invoice date based on current date but i want to restrict the selection with previous full month. Any help is highly appreciated