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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi:
I hear frequent complaints from developers who say that, despite their best efforts with DAX formulas, they're unable to successfully have their dashboards display a running total based on date groupings, such as month to date.
What are some of the most commons reasons for these issues?
What are some of the best DAX formulas to use for accomplishing running totals based on month to date, year to date, or other date groupings?
Thanks!
John
@jellis1971 Depends on the situation but this can often occur in single table data models and when using the quick measure for running totals. Because the quick measure is kind of garbage, it can't perform properly with single table data models and can also do weird things depending if auto-time intelligence is turned on and a whole other host of potential issues. The easiest way to avoid all that is this method: