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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Cumulative Sum

Hi All, I'm new to Power BI and I'm tyring to fix a dashboard someone else set up. I need to get a running total or cumulative sum for the code below. TIA for your help.

 

Hires =
CALCULATE(
    COUNTA('Candidate Activity'[Linked people: Person ID]),
    'Candidate Activity'[Step] IN { "26: Client Hire" }
1 REPLY 1
selimovd
Super User
Super User

Hello @Anonymous ,

 

I think you have to give more details.

Does the measure work? What is the result? What should the result look like? Running total over a hierarchy or over time?  How does your data model look like? How do your tables look like?

 

Without more information it's hard to help you.

 

Best regards
Denis
 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors