I’ve watched a lot of Sam’s tutorials on Budgeting. It has been extremely useful. Although in all of his examples, he sets a Budget, but then the comparison of Budget V Actual is already complete at end of year. I’m wanting to compare Budget V Actual, at any point in time to see how you are tracking (Further drill down by Product to see where budget is not being reached). You obviously get a reasonable visualisation of this with Cumulative Budget and Cumulative Sales on a line graph.
So to calculate Total Sales to Date. = IF(LASTDATE( Dates[Date] ) > TODAY(), BLANK(), SUM('Sales'[Net Amount]) )
But then I cannot do the same for my 2018 Budget, as obviously there is transactions all the way through the 2018 FY period in this table. So I need the Budget to date … Having some trouble getting this outcome.
I can use month filters to get end of month differences, but prefer something dynamic at any point in time.
Hi Sam, I received an email when Gary responded. Then with the browser open to the page, I did not receive an email for your response, but the notification popped up in top right corner.
The way you have shown it Sam. Yes, no problem, see screenshot, I can stop the Cumulative Budget on the Line Graph at Today(). See below in Orange. But how do I show that actual figure in a Card?
Thank you Sam! That worked exactly as I was after.
As you can imagine this is immensely more powerful as a card in a Dashboard. Dynamically over time, you can open your Dashboard and see how you are tracking against Budget at that point in time without having to worry about the date filter and context, etc. Ie. You do not need to open a report, it can be pinned as a tile.