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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi - is there a way to create a Cummulative dax measure for the following already calculated Moving 8 weeks Sales Measure :
Moving 8wk Sales =
CALCULATE(sum(SalesLines[Quantity]),DATESINPERIOD(Dates[Date],MAX(Dates[Date]),-56,DAY))
The result I wanted to achieve is in the column D below :
@Anonymous I hope this helps you! THANK YOU!!
Hello there - thanks for the reply. Unfortunately it gives the same results as my original "Moving 8 wks" calculation :
Hii @Anonymous you have used Date[date] column in filter but look in my measure i have used Date[Month] column , Please Try that and share your views.THANK YOU!!
Hello again - I used Date[Month] - but it looks the same :
The Date[Month] column I have is as per below :
@Anonymous I hope this helps you!THANK YOU!!
Hi again,
Thanks again for the help - but this time it has no result. It looks like a Cummulative may not be possible to add onto a Measure that has a "DatesIn Period" in there..