Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi All,
Why does the cumulative total doesn't show up for the months of November and December. If there's no data for novemeber and december, it should show the same value as that of October. See the below pic which has the formula. Date is just another table. How do I force it to show Dec which also has same value that of October ?
Hello @Kolumam,
Please try the following DAX:
Cumulative size = CALCULATE(SUM(Project[Size (Mwp)]), FILTER(ALL('Date'),Date[Date]<=MAX('Date'[Date])))
Let me know if this doesn't work.
Regards.
Hi Rajul,
This didn't work as well.
Thanks
Krishna
Hi,
did you ever get this resolved?
Shah
Hi @Kolumam
I can’t reproduce your issue, could you post an example of your dataset? For example, columns of table ‘project’ used here, table ‘date’.
It seems that the cumulative size measure works but not the exact cumulative total, it only calculate values for each row, thus If there's no data for novemeber and december, it shows no bar on the visual.
Best Regards
Maggie
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.