Hi!
I'm building a dashboard for a client, previous day's data is loaded once a day, during the night.
Now, this means they never have today's data. I need to do a comparisons between cumulated previous month and current month but when I do that it takes 3 days from previous months and 2 days of data this month.
So it's always distorted by a single day.
With what logic can i set up functions, dashboards etc so the whole computation is shifted by one day?
Month to date numbers on 03.09.2021 should be from 01.09.2021 to 02.09.2021, last 7 days should start counting from yesterday etc..
What is the preferred workaround here?
Thanks in advance!
Abel