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! Learn more

Reply
Eftyhia
Regular Visitor

Calculate cumulative amount per month over a year

Hello all,

 

I would like to create a calculated measure in power bi that will calculate cumulative 'Del HL'.

MonthDel HLCumulative Del HL
11500015000
2200017000
3400021000

 

The code that I am using is the below but it gives back in Cumulative Del HL column the very same values as in Del HL column without cumulative calculation:

Del HL running total in Date =
CALCULATE(
    SUM('Volume sales 2023'[Del HL]),
    FILTER(
        ALLSELECTED('Holidays'[Date]),
        ISONORAFTER('Holidays'[Date], MAX('Holidays'[Date]), DESC)
    )
)
 Also tables that I am using are the below:
 
Eftyhia_1-1695901993553.png

 

Eftyhia_0-1695901967318.png

 

Could you please assist?
1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

'Holidays' is not marked as a Date table.  It is recommended that all tables used for time intelligence functions are marked as data tables.

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

'Holidays' is not marked as a Date table.  It is recommended that all tables used for time intelligence functions are marked as data tables.

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.