DAX statement optimizing with FILTER comoponent

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 avoid filter all because it filters the whole table and lasts a long time...

Thank you.

Srdjan

January 14th, 2014 4:41am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics