Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

How do I cumulate this?

Hi, 

 

I am a beginner at DAX and could need some help...

I have created this code: 

NrOfNegative= CALCULATE (
    DISTINCTCOUNT ( Total[ReferencePeriod] ),
    FILTER ( Total, Total[ChangeDAX] < 0 )
)
 
Where I got the number of months where the change is negative. However, I would like it to cumulate and I can't seem to do that...

Could someone please help me?

2 Replies