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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
I have a question regarding incremental refresh that I can't seem to find online.
I have a Stored Procedure (SP) on my SQL server that I am using dataflow to get information out of. The SP will output all end of the month data + the newest daily data. This means on the date:
As you can see, the SP will:
From my understanding, incremental refresh will be able to add on the new daily information and the new end of month data, but will it be able to remove the old daily information?
Thank you!
Solved! Go to Solution.
Hi @Deermeat
You can use the Detect Data Changes and point this to the column which will tell the Incremental Refresh engine which columns have changed and how to refresh the required data
Incremental refresh for datasets and real-time data in Power BI - Power BI | Microsoft Docs
Hi @Deermeat
You can use the Detect Data Changes and point this to the column which will tell the Incremental Refresh engine which columns have changed and how to refresh the required data
Incremental refresh for datasets and real-time data in Power BI - Power BI | Microsoft Docs
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.