Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello,
I am having a little issue with my Cumulative Total I created based on Weekending Date. I currently have a dataset that returns past totals based on weekending and also has future forecast totals based on the same weekending date. As you can see (squared in dashboard pic) the cumulative totals repeats for any future week endings. I would like to add a condition where it only calculates the totals up to the closest weekending date to today (upcoming weekending).
This is what i currently have as the Cumulative Measure :
My dataset looks like this. Cumulative Total is based out of the Retrieved column which is coming in my View.
I want to not display any totals for any future dates for my cumulative total (Green Line). Thank you very much!
Solved! Go to Solution.
Oh, sorry. You need to add a MAX:
If I'm understanding correctly, you just don't want to see any weekending dates on your x-axis ( and corresponding y values ) of your chart if those weekending dates are for weeks in the future? So the last weekending on your chart would be 9/30?
Hi There,
I dont want to see cumulative totals for any future dates but still want to see everything else (columns, weekendings) As you can see the cumulative total repeats over and over for any future weekending dates which correspond to the forecast (columns) totals.
Thank you.
What happens if you add a conditional? Like..
Like this ? :
Well, now I'm confused. I didn't see this bit in the first DAX you posted:
&& 'vw_Forecast_WeeklyRetrieved_Optum_DEV'[WeekEnding] <= MAX('vw_Forecast_WeeklyRetrieved_Optum_DEV'[TollGateDate]))
Additionally, your error is referencing a date table and field I don't see being referenced in your measure at all.
I am really sorry about that, I copied the wrong measure I was playing around with. This is the one I have now and giving me the same error :
Oh, sorry. You need to add a MAX:
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
76 | |
55 | |
37 | |
34 |
User | Count |
---|---|
99 | |
56 | |
53 | |
44 | |
40 |