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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Heena_9980400
Helper IV
Helper IV

Need help on getting running total for month

Hi Experts,

 

I need help running total or cumulative sum for only months, You can see the requirement screenshot.

How to get the running total monthly wise, Kindly need some suggestion here.

DATE CUMM.PNG

 

 

 

 

 

 

 

 

 

 

Appreciate your help on this.

 

Thanks,

hk

1 ACCEPTED SOLUTION
olgad
Super User
Super User

Hi, there has to be a month number column as well, 1,2,3...,12 which you can use. 
In my example I have a seprate calendar/date table

 running total in Month =
CALCULATE (
   Total Sales,,
    FILTER (
        ALL ( 'Calendar'),
      'Calendar'[Date].[MonthNo] <= MAX ( 'Calendar'[Date].[MonthNo] )
    )
)

olgad_0-1679304413400.png

 


DID I ANSWER YOUR QUESTION? PLEASE MARK MY POST AS A SOLUTION! APPRECIATE YOUR KUDO/LIKE!
PROUD TO BE A SUPER USER!
Best Stories, Interesting Cases: PowerBI Storytime Newsletter
Linkedin Profile: Linkedin
YouTube Channel: PowerBI Storytime

View solution in original post

1 REPLY 1
olgad
Super User
Super User

Hi, there has to be a month number column as well, 1,2,3...,12 which you can use. 
In my example I have a seprate calendar/date table

 running total in Month =
CALCULATE (
   Total Sales,,
    FILTER (
        ALL ( 'Calendar'),
      'Calendar'[Date].[MonthNo] <= MAX ( 'Calendar'[Date].[MonthNo] )
    )
)

olgad_0-1679304413400.png

 


DID I ANSWER YOUR QUESTION? PLEASE MARK MY POST AS A SOLUTION! APPRECIATE YOUR KUDO/LIKE!
PROUD TO BE A SUPER USER!
Best Stories, Interesting Cases: PowerBI Storytime Newsletter
Linkedin Profile: Linkedin
YouTube Channel: PowerBI Storytime

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.