Hi everyone.
I have a following measure in my Tabular Analysis Service:
x:= CALCULATE(SUM(Knjizenja[GlavnicaDin]),FILTER(ALL(Datum),Datum[DatumInt]<=MAX(Datum[DatumInt])))
but this works too slow...
are there any recommendations how to avoidfilter all because it filters the whole table and lasts a long time...
Thank you.
Srdjan