Forum Discussion

Eric667's avatar
Eric667
Regular Visitor
10 years ago

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!

 

4 Replies

  • kcantor's avatar
    kcantor
    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.

     

  • Anonymous's avatar
    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#

     

     

    • Eric667's avatar
      Eric667
      Regular Visitor

      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's avatar
        Anonymous
        Not applicable

        Yes, I've used your formula.