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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Irwin
Helper IV
Helper IV

Running total in calculated column

Hi,

 

I want to create a running total calculated column that increases my amount of "dynamic assignments". I can get the measure to work when I drag it into a table but in my calculated column it just summarizes the data for all.

 

# Dynamic/month running total =
CALCULATE (
SUM ( Table[Dynamic/Month] ),
FILTER ( ALL ( Calendar[Date] ), Calendar[Date] <= MAX ( Calendar[Date] ) )
)

 

Irwin_1-1643198152276.png

MonthYear - Dynamic/Month - Dynamic running total

Dec 2022      07
Nov 202207
Oct 202207
Sep 202207
Aug 202237
Jul 202207
Jun 202227
May 202207
Apr 202207
Mar 202217
Feb 202217
Jan 202207
Dec 202107
Nov 202107
Oct 202107
Sep 202107
Aug 202107
Jul 202107
Jun 202107
May 202107
Apr 202107
Mar 202107
Feb 202107
Jan 202107
Dec 202007
Nov 202007
Oct 202007
Sep 202007
Aug 202007
Jul 202007
Jun 202007
May 202007
Apr 202007
Mar 202007
Feb 202007
Jan 202007

 

 

Any help is appreciated. Thank you.

1 ACCEPTED SOLUTION
Irwin
Helper IV
Helper IV
1 REPLY 1
Irwin
Helper IV
Helper IV

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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.

Top Solution Authors