Forum Discussion
Datalfow refresh ignores filter
Hi all,
I hope someone can help. I have Pro license and working on getting a premium or ppu license. I have one specific dataflow that pulls from a SQL database and within my query I have the data filtered specifically by the RFP date after 1/1/2021. I have the dataflow on a scheduled refresh but for some reason when it is on a scheduled refresh, it ignores this particular filter and only provides the first 2021 data only.
It is a weird because I am pulling from the same SQL database but different tables and don't have any issues. It is only when I pull data and filter from the Deals table.
Can someone shed some light? I really appreciate it.
Hi ysherriff
Dataflow will perform two kinds of refresh: full refresh and incremental refresh. Incremental refresh applies to Premium only.
Full refresh will perform a complete flush.
When using incremental refresh, it processes a subset of your data based on time-based rules, expressed as a filter, that you configure. The filter on the date column is used to dynamically partition the data into ranges in the Power BI service. After incremental refresh is configured, the dataflow automatically alters your query to include filtering by date.
Please reference the following document.
Understanding and optimizing dataflows refresh - Power BI | Microsoft Learn
Best Regards,
Community Support Team _ xiaosunIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- v-xiaosun-msftCommunity Support
Hi ysherriff
Dataflow will perform two kinds of refresh: full refresh and incremental refresh. Incremental refresh applies to Premium only.
Full refresh will perform a complete flush.
When using incremental refresh, it processes a subset of your data based on time-based rules, expressed as a filter, that you configure. The filter on the date column is used to dynamically partition the data into ranges in the Power BI service. After incremental refresh is configured, the dataflow automatically alters your query to include filtering by date.
Please reference the following document.
Understanding and optimizing dataflows refresh - Power BI | Microsoft Learn
Best Regards,
Community Support Team _ xiaosunIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- ysherriffResolver II
Thank you