I have a question regarding filtering after using aggregate function. The column "Gesamt" is aggregate with following Expression.
Aggregate ( currentMeasure within set ( lastPeriods (-1000; [01. JANUAR 2018]) ) )
I aggregate the currentMeasure for the next 1000 days starting from the 1st January 2018. Now i would like to filter the Column "Gesamt" that only values > 10000 should be displayed. I have tried to set the filter directly in the Filtersection like [Gesamt] > 10000 and also with a prompt and both doesnt work, cause as soon as i start the Report i got the result that "no data is available".
I tried also both filter settings with before and after automatic aggregation.
Does anyone had the same Problem and know how to solve it? Thanks in advance
