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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
PaulCo
Helper II
Helper II

Cumulative Formula Measure

I've read some of the other threads and have tried to apply to my dashboard but am having troubles with the Formula. 

 

I am trying to count the number of registrations that we have over a period of time so that I can plot the cumulative numbers on a graph. 

 

Table Name = Stratas_SC_Registration_Prod

Date Field = [Supplier Registered Date]

 

This is the formula that I tried:

Cumulative Registrations = CALCULATE (Count(Stratas_SC_Registration_Prod [Supplier Company Name]), FILTER(ALL(Stratas_SC_Registration_Prod[Supplier Registered Date].[Date]),Stratas_SC_Registration_Prod[Supplier Registered Date].[Date] <= MAX (Stratas_SC_Registration_Prod[Supplier Registered Date])))

 

However this only returned the same values to me. Can someone point out where I am going wrong? 

 

Thanks

Paul

1 ACCEPTED SOLUTION
mow700
Resolver I
Resolver I

Have you reviewed the dax pattern for this yet?  I found this article very helpful personally.  

http://www.daxpatterns.com/cumulative-total/

 

Perhaps you are looking for the distinct count?

 CALCULATE ( DISTINCTCOUNT(Stratas_SC_Registration_Prod [Supplier Company Name])....

 

View solution in original post

2 REPLIES 2
mow700
Resolver I
Resolver I

Have you reviewed the dax pattern for this yet?  I found this article very helpful personally.  

http://www.daxpatterns.com/cumulative-total/

 

Perhaps you are looking for the distinct count?

 CALCULATE ( DISTINCTCOUNT(Stratas_SC_Registration_Prod [Supplier Company Name])....

 

Thanks, I managed to work it out using the link.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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

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.