Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 19 | |
| 13 | |
| 9 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 30 | |
| 27 | |
| 17 | |
| 11 | |
| 10 |