I need a filter for (Last Business Day). We are open Monday through Friday and have hundreds of transaction each day. One of my sales tabs is "Today's Sales". I use the "LastDate" formula to display all the sales happening on today's date.
I also need a tab titled "Last Business Day Sales". This way anyone can see what happen the prior business day before those sales get lumped into the "MTD Sales" tab
Can I edit the formula below to use the second to last date? I've tried -1 about everywhere in this formula and it doesn't seem to work.
Today's Sales = CALCULATE([Total Sales],LASTDATE(SALES[Ship Date]))