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[ChangeD...