Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Rojali
Regular Visitor

Cumulative/Rolling Sum for 3 months

Hi,

I have tried to calculate Rolling Sum for 3 months (in reverse order),

"Rolling 3 months sum = CALCULATE([Sales %],DATESINPERIOD('Datetable'[Date],MAX('Table'[Date]),-3,MONTH))"

 
But DAX returns some weird values. I have created separate Datetable/Calender table even, but still the DAX is not working. 
 
 
Thanks.
 
 
2 REPLIES 2
amitchandak
Super User
Super User

@Rojali , try like

Rolling 3 months sum = CALCULATE([Sales %],DATESINPERIOD('Datetable'[Date],MAX('Datetable'[Date]),-3,MONTH))

@amitchandak : That's not working too...

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.