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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
Cocrodile
Helper I
Helper I

Comulative sum Within Categories

Hi I have this table and I wish I could implement the cumulative function on dax.

------------------------------------------------------------------

-The CAT field is the field with reference to the category

-The WEEK field is the field referring to the week

-The Ticket field is the field with reference to the ticket number

-The CUMULATIVE field is the value I would like to get out in DAX and refers to the cumulative

-------------------------------------------------------------------------

Cocrodile_0-1647593823814.png

 

-------------------------------------------------------------------

 

 

I would need a dax formula to calculate the cumulative.
In this case I only reported week 10 but it should calculate the cumulative sum for each week in relation to the category (CAT field).
Each week I have different categories
A thousand thanks

 

 

 

2 REPLIES 2
amitchandak
Super User
Super User

@Cocrodile , based on what I got

sumx(filter(allselected(Table), Table[Cat] = max(Table[Cat])  && Table[Week] <= max(Table[week]) ), [ticket])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

I have created the measure but testing it but it doesn't make the cumulative sum it brings me only the values

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.