Hello,
It seems that the usage of relative filter on date (last 3 days) is resulting in a sql like this one :
This result in poor performance or even row limit exceeds on very large tables like any Fact table (I suppose that the filter will be applied afterwards in the BI Server).
Does anyone know a trick to avoid that issue ?
Regards.
Jean-Pierre