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! Request now

Reply
RDF25087
Helper I
Helper I

Cummulative Sum ignoring slicer

Hi all -

 

This is probably simple but I'm struggling...

 

I have a measure that counts the number of claims for 2023 by sales rep:

 

2023 Claimed Qty =
CALCULATE(
SUM('Sales Report (Claims)'[Claimback Qty]),
FILTER('Sales Report (Claims)','Sales Report (Claims)'[Invoice Year] = 2023),
FILTER('Sales Report (Claims)','Sales Report (Claims)'[Invoice Month 2] = SELECTEDVALUE('Calendar'[MonthNum])) )
 
The chart I have then created shows the claimed quantity depending on which month is selected on the slicer.
 
However, what I'd like is a measure that gives a cummulative value based on the month claimed. So...
 
If Bob Smith had 180 claims in January and 150 claims in February...
 
When the user selects January the chart will show 180 for Bob. But if they select February it will show 330 for Bob (180 + 150)
 
Does that make sense?
 
Any help greatly appreciated.
 
RDF
1 REPLY 1
RDF25087
Helper I
Helper I

Any ideas?

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Top Solution Authors