Allow Detect Data Changes for Historic Data Outside Incremental Window
In Power BI Incremental Refresh,Detect Data Changes only works inside the incremental refresh window. If historic data gets updated, Power BI cannot detect or refresh it unless I expand the incremental window.
Although we can refresh historic partitions manually through XMLA/SSMS, but it would be great if this capability built directly in power BI.
Please add an option to detect changes and refresh historic partitions even when they are outside the incremental window. This will help with scenarios where old records are updated occasionally.
Thanks in advance!
Keerthi
1 Comment
- messias93New Member
Hi Keerthi,
I ran into this exact issue and found a workaround that solved it completely.
The fix: set the "Incrementally refresh data starting" window to the same duration and granularity as your archive window ("Store rows in the last"). For example, if you store 10 years of history, set the incremental window to 10 years too — instead of a small window like 30 days.
Detect Data Changes only checks partitions that fall inside the incremental window. If that window is small, historic partitions are simply never checked. Making the window match your full archive means every partition gets checked on every refresh — and thanks to the refresh bookmark, unchanged partitions are still skipped automatically, so you're not paying for a full reload each time, just a lightweight check per partition.
One key adjustment to make this practical: reduce your partition count. With a wide incremental window, every refresh checks every partition, so more partitions means more overhead. Switching from monthly to yearly granularity cut our total partition count by ~10x and dramatically reduced refresh duration.
With this approach, we went from a full refresh to fully automatic incremental detection across a 10-year history, and measured a ~70-76% reduction in Fabric CU consumption compared to the original setup — validated across multiple days, not a one-off measurement.
Happy to share more detail if useful.
Recent ideas
Bring Back separating Power BI artifacts on a per web page basis
Previously, the ability to have different artifacts open on different web tabs was enabled. This was beneficial if you wanted to differentiate what environments you were in, working across three diff...zoe-dean28 minutes agoNew MemberNew36Views7likes0CommentsREST API Should expose credentials used in connections
When a consultant leaves a client, it's important to clean up any connections that may have the consultants credentials embedded within. I'm able to use the Fabric CLI to get the managed connections ...PeterDaniels40 minutes agoAdvocate IIINew8Views3likes0CommentsExpose full activity-level error details in Workspace Monitoring Eventhouse
Microsoft Fabric Workspace Monitoring exposes activity-level pipeline telemetry in FabricDataPipelinesActivityRunsLogs, including PipelineRunId, OperationId, ActivityIterationCount, ActivityName, Act...MarcoOnnis56 minutes agoNew MemberNew1View0likes0CommentsSQL Analytics Endpoint host name - CNAME or defined alias
The host name for a SQL Analytics endpoint is ugly. They look like this: random_ugly_alphanumeric-random_ugly_alphanumeric.datawarehouse.fabric.microsoft.com The first segment looks like it...Mike_Diehl3 hours agoNew MemberNew29Views2likes1Comment