Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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 November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 71 | |
| 50 | |
| 47 | |
| 44 |