Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Cumulative sum in DAX
08-03-2023
08:31 AM
How to get the output column in dax
We need above output column using DAX. Can someone please share the working DAX.
Solved! Go to Solution.
1 ACCEPTED SOLUTION
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2023
09:09 AM

Hi,
try this:
Running Total (m) =
CALCULATE(SUM ( 'Table'[Sales] ),FILTER(ALL('Table'),'Table'[Employee] = MAX('Table'[Employee])&&'Table'[Date]<=MAX('Table'[Date])))
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2023
09:09 AM

Hi,
try this:
Running Total (m) =
CALCULATE(SUM ( 'Table'[Sales] ),FILTER(ALL('Table'),'Table'[Employee] = MAX('Table'[Employee])&&'Table'[Date]<=MAX('Table'[Date])))
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Helpful resources
Recommendations
Subject | Author | Posted | |
---|---|---|---|
09-10-2024 03:45 AM | |||
08-13-2024 04:50 PM | |||
07-20-2024 02:40 PM | |||
10-13-2024 08:38 PM | |||
08-21-2024 11:40 AM |
Featured Topics
Top Kudoed Authors (Last Month)
User | Count |
---|---|
114 | |
92 | |
84 | |
54 | |
46 |