I am working on a dashboard that will be using Direct Query to several large tables (100M rows). Row level filtering is being used to filter the results. From the query logs, we see that PowerBI is loading the full dataset each time, instead of pushing the filtering selection down to the SQL level. This is causing unacceptable wait times. Is there any way to have PowerBI force the filtering predicate down to the SQL query level?
↧