Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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 column, but it is in unix format. I convert this to a date/time column, but I do it in SQL so that the step is "evlauated by the data source" (called [col1]). However, when I add incremntal refresh with this new date/time column, this step is "evaluated outside the data source", so doesn't this mean that the query won't fold as it should, thus not performing an incremental refresh?
I've attached a photo of the query steps.
Here is step #2, which was created when I used the incremental refresh tool:
You 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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!