Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Sum values current date - sum values last date

I am trying to subtract the values of the current date from the day before the current date.   What I have:   Measure = CALCULATE(SUM(Base[MCL Current value SEK]);ALLSELECTED(Base[Date])) - CALC...