Forum Discussion
Anonymous
3 years agoNot applicable
Incremental Refresh in Data Flow Incorrectly Pulls all Data
Hi, I have worked with several microsoft employees and we cannot figure out why my incremental refresh on my power bi dataflow is incorrectly pulling all data. Their dataset provides a date colu...
ppm1
Solution Sage
3 years agoYou can check for folding by right clicking on your filter step and looking for View Native Query. However, you icon indicators suggest folding is not occurring. Another quick test is to use a very narrow range (e.g., one day) for RangeStart and RangeEnd and see if it refreshes quickly.
You can add steps to first convert your RangeStart and RangeEnd values into Unix time and use that in the filter step, which should fold.
Pat