Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Greetings,
I need help with a dax cumulative formula that stops acumulating based on a date.
I have some activities, and need them to cumulate through tha date they been created ti'll the day they where finished. On the current weeknum only be shown the activities that were created or not finished from the past weeks.
This image is some tests I'm working on, but can't figure a way to stop cumulating only the finished activities.
The green bar is the sum of created activies hours, and the blue is the cumulative
Hi @crsjunior ,
What do you mean by stopping cumulating only the finished activities? Doesn't the green bar already exclude finished activities?
Best Regards,
Winniz
@crsjunior , you can top based on table date
example
Cumm Sales =
var _max = maxx(allselected(Sales), Sales[Date])
return
CALCULATE(SUM(Sales[Sales Amount]),filter(allselected('Date'),'Date'[date] <=max('Date'[date]) && ,'Date'[date] <=_max ))
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 41 | |
| 37 | |
| 32 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 66 | |
| 58 | |
| 31 | |
| 25 | |
| 24 |