Reply
pbiforum123
Post Patron
Post Patron
Partially syndicated - Outbound

Cumulative sum in DAX

How to get the output column in daxHow to get the output column in dax

We need above output column using DAX. Can someone please share the working DAX.

1 ACCEPTED SOLUTION
DOLEARY85
Resident Rockstar
Resident Rockstar

Syndicated - Outbound

Hi,

 

try this:

 

Running Total (m) =
CALCULATE(SUM ( 'Table'[Sales] ),FILTER(ALL('Table'),'Table'[Employee] = MAX('Table'[Employee])&&'Table'[Date]<=MAX('Table'[Date])))
DOLEARY85_1-1691078981349.png

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

View solution in original post

1 REPLY 1
DOLEARY85
Resident Rockstar
Resident Rockstar

Syndicated - Outbound

Hi,

 

try this:

 

Running Total (m) =
CALCULATE(SUM ( 'Table'[Sales] ),FILTER(ALL('Table'),'Table'[Employee] = MAX('Table'[Employee])&&'Table'[Date]<=MAX('Table'[Date])))
DOLEARY85_1-1691078981349.png

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

avatar user

Helpful resources

Announcements
March PBI video - carousel

Power BI Monthly Update - March 2025

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

March2025 Carousel

Fabric Community Update - March 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)