Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Cummulative DAX

Hi everyone

 

Someone can help me.... I try to do a DAX formula to calculate the cummulative figure per date and I cann't.... y try with this formula:

 

Cummulative Figure = CALCULATE(SUM(Applications[2018]); FILTER(all(Applications); Applications[2018] = LASTDATE(Applications[Date])); values (Applications[2018]))
 
 

Thanks for the help

 

  • Anonymous's avatar
    Anonymous
    7 years ago

    Sorry, it would be either >= or <=. Try both of those. 

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    change '=' to '=>' and see if that works. 

    • Anonymous's avatar
      Anonymous
      Not applicable

      Dear Anonymous Thx for the answer, nut it doesn't work...

       

      I only change the name of the column...

       

       

      • Anonymous's avatar
        Anonymous
        Not applicable

        Sorry, it would be either >= or <=. Try both of those.