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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
JohannesM
Helper I
Helper I

Ackumulated sum with a measure

I have seen posts that explain how to do ackumulated sum from a table column but I need to show ackumulated sum in a table but with a measure as base. Is this possible? 

I have a measure that results in column B and now I want to create a measure that gives me column C if shown in a table like below.

JohannesM_0-1665686135119.png

Any ideas?

Thanks in advance!

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @JohannesM 

Please try

Ackumulated =
SUMX (
    FILTER ( ALLSELECTED ( 'Date'[Year] ), 'Date'[Year] <= MAX ( 'Date'[Year] ) ),
    [Measure]
)

View solution in original post

2 REPLIES 2
tamerj1
Super User
Super User

Hi @JohannesM 

Please try

Ackumulated =
SUMX (
    FILTER ( ALLSELECTED ( 'Date'[Year] ), 'Date'[Year] <= MAX ( 'Date'[Year] ) ),
    [Measure]
)

Thanks!
Solved within an hour, like always. Man I love this forum ๐Ÿ˜ƒ

Helpful resources

Announcements
November Fabric Update Carousel

Fabric Monthly Update - November 2025

Check out the November 2025 Fabric 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.

Users online (25)