March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
I am trying to compute a running total for a forecast per year, but not from the beginning of the year, just from the first date when there are no more actuals.
It is shown in a table per month/year.
I have come up with the formula below, however I cannot understand why my forecast is always summed from the beginning of the year (Jan 1st) - all dates are working correctly, LastDateWithSpending is giving me the right date, DATESBETWEEN is correctly starting from the LastDateWithSpending+1...
[Forecast] measure is just the sum of the Forecast column.
How do I force DAX to ignore the forecast from Jan 1st until the LastDateWithSpending and only start the cumulative sum from LastDateWithSpending+1 day?
WIth the formula below, I get correctly 0 for all months before the month of LastDateWithSpending, however the first non blank month is the sum of all forecast for the previous months since beginning of the year.
Thanks!
Kind regards
Valeria
Solved! Go to Solution.
Hi @ValeriaBreve one of possible implementation is following:
1. In Date table insert column with code
Proud to be a Super User!
Hi @ValeriaBreve one of possible implementation is following:
1. In Date table insert column with code
Proud to be a Super User!
Thanks! This works 🙂
I still don't get why my code was not working... well I'll probably get to it when I am finished with the DAX course by Marco Russo and Alberto Ferrari! Give me a few months though - my brain is limited 😂
Thanks again :-0)
@some_bih Hello, it really looks quite simple...
But I can't figure it out.
I am adding a column with epected result, and another one with what I am getting today with my formula (so what I DON'T want).
And this should be by YEAR (so every following year the running total of the forecast is resetting and starting again from Jan)
Thanks!
Kind regards
Valeria
Date | Actuals | Forecast | Expected Result | What I am getting today… |
Jan-23 | 56 | 67 | ||
Feb-23 | 26 | 30 | ||
Mar-23 | 35 | 47 | ||
Apr-23 | 26 | 29 | ||
May-23 | 35 | 35 | 208 | |
Jun-23 | 37 | 72 | 245 | |
Jul-23 | 63 | 135 | 308 | |
Aug-23 | 30 | 165 | 338 | |
Sep-23 | 26 | 191 | 364 | |
Oct-23 | 39 | 230 | 403 | |
Nov-23 | 35 | 265 | 438 | |
Dec-23 | 55 | 320 | 493 |
Hi @ValeriaBreve please provide some sample data and expected output with your solution.
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
23 | |
15 | |
12 | |
9 | |
8 |
User | Count |
---|---|
41 | |
32 | |
29 | |
12 | |
12 |