Hello,
I'm having a problem creating a cumulative measure when using a date filter in my reports.
I am using the following formula: calculate(sum('table'[amount]);filter(all(date[date]);date[date]<=max(date[date])))
In my report i have a data filter in which i selected the option to only show data from 1-3-2016 - 30-11-2016.
my tables have data from before 1-3-2016, i do not want it to show this data but with my current formula it is showing all data, not only from 1-3-2016 - 30-11-2016.
How to fix this?