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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Eric667
Regular Visitor

DAX - Running total until Yesterday using Time Intelligence

Hi there!

 

I have been trying to calculate a Running Total until yesterday using the following formula:

 

Total Until Yesterday = CALCULATE(sum('Table'[Table]), DATESBETWEEN(Datetable[Date], "1-jan-2015", today()-1 ))

 

This works out fine, it gives back the total number until yesterday. My problem now is: once I try to stretch it over time (adding "date" as the axis), it spreads the Total number unti yesterday over the entire time span of the date table, attributing the same value to each day (which is the total of yesterday). 

 

What I want to achieve is getting back the accurate value of sign ups every day since the counting started. Can anybody help with that?

 

Cheers!

 

snip_20160324120744.png

4 REPLIES 4
Anonymous
Not applicable

Hi @Eric667,

 

   can you provide me an example dataset? Because I tried with a dummy dataset and I obtained a correct chart with the ability to drill down the date hierarchy.

 

#I'M Not An Expert#

 

 

Hi @Anonymous, thanks for trying! I will see if i can draw a sample with the same characteristics. May I ask if you used the formula I wrote here?

Anonymous
Not applicable

Yes, I've used your formula.

kcantor
Community Champion
Community Champion

Bump.

I do not have the answer but would like to see what input everyone else offers as this is a great question.

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.

Top Solution Authors