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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Nyxza
New Member

How to count cumulative on graph

Hi,

 

Need help to count cumulative for total. However, i dont have the figure in excel. Im using the function to count the row. Issit possible to create a DAX formulae?

1 REPLY 1
MAwwad
Solution Sage
Solution Sage

Yes, it is possible to create a DAX formula to count cumulative totals in Power BI. You can use the following formula:

Cumulative Total = CALCULATE(SUM(Table[Value]), FILTER(ALLSELECTED(Table), Table[Date] <= MAX(Table[Date])))

Replace "Table" with the name of your table and "Value" with the name of the column you want to calculate the cumulative total for. Also, replace "Date" with the name of the column containing the date information. This formula will give you the cumulative total for the selected period of time.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.