Forum Discussion

yugofukuda's avatar
yugofukuda
Helper IV
5 years ago
Solved

Accumulated Sum using no date

Hi, I would like to create a formula which accumulates measure using no date (Age). Could you please teach me how to do that?? 
  • v-kelly-msft's avatar
    v-kelly-msft
    5 years ago

    Hi yugofukuda ,

     

    Create a measure as below:

    Measure = SUMX(FILTER(ALLSELECTED('sample'[Age]),'sample'[Age]<=MAX('sample'[Age])),[DIf])

    And you will see:

    For the related .pbix file,pls see attached.

     

    Best Regards,
    Kelly
    Did I answer your question? Mark my post as a solution!