Forum Discussion

jussiwaisto's avatar
jussiwaisto
Icon for Helper I rankHelper I
6 years ago
Solved

Sum total with date slider?

Hi, 

 

what kind of measure do I need, if I want to SUM € values by using Date slider?

 

If I use this kind of measure, bit it SUM's ALL data together and date slider won't work at all.

 

Measure =
CALCULATE(
SUM(Table[€](;
ALL(Table))

 

This gives result 3600 but it should be 600 (because of January).

 

What should I add there?

2 Replies