Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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?
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.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
9 | |
7 | |
6 | |
6 |
User | Count |
---|---|
28 | |
11 | |
11 | |
10 | |
6 |