Forum Discussion
Data Filter Scenario
- 6 months ago
In Power Query, right-click the step where you applied the date filter. If “View Native Query” is enabled, the filter is pushed to the source. If it’s disabled, Power BI pulls all rows first, filter happens after load (no performance benefit).
Hi Koritala,
It depends on whether Power BI can “push” your date filter back to the data source (often called query folding).
- If it can push the filter: only the rows within your Start/End date range are imported, so refresh is faster and the model is smaller.
- If it can't: Power BI may load a much larger amount of data first, then filter it afterwards in Power Query, so you get little or no performance benefit.
Quick check: in Power Query, right‑click the step where you applied the date filter → if “View Native Query” is available, the filter is being pushed to the source, if it’s greyed out, it isn’t.
More info here: Query Folding
Please leave a Kudo if it helps!