Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello,
I am trying to calculate a moving 90 day sum that I am then plotting on a graph with the actual months (think June has June, May & April data, May has March, April, and May data etc). My data set is cost data for each product for each month with a number of other measures. I have been attempting this through various versions of the "Calculate(,FILTER( or Calculate(,DatesBetween(" functions with no luck. Has anyone done this before? I also tried calculating a number of custom columns where I would sum the previous month and the month before and add the columns together but that did not work either.
Solved! Go to Solution.
This should be close and works for me. This calculated measure assumes a relationship between the Sales and Dates tables.
Measure = CALCULATE( SUM('Sales'[Sales Qty]), ------------------------------------------------------------------------- DATESINPERIOD('Dates'[Date],LASTDATE('Dates'[Date]),-90,DAY) )
This should be close and works for me. This calculated measure assumes a relationship between the Sales and Dates tables.
Measure = CALCULATE( SUM('Sales'[Sales Qty]), ------------------------------------------------------------------------- DATESINPERIOD('Dates'[Date],LASTDATE('Dates'[Date]),-90,DAY) )
That looks to have worked! Thanks Phil!
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 |
---|---|
80 | |
79 | |
59 | |
36 | |
35 |
User | Count |
---|---|
99 | |
57 | |
56 | |
46 | |
40 |