Is there a way to return previous month's Revenue as an Opening balance? For Example:
Create an expression to pull the revenue field for all In progress deals on the last day of the previous month using an expression
I can get the the last day using this expression, however i dont know how to add in the revenue field
=dateadd("m",0,dateserial(year(Today),month(Today),0))
Please can someone help me in pulling the total revenue recorded on last day of previous month?