Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
When connecting to BC365 custom/advanced API (salesInvoiceLines) through a Dataflow Gen2, I get the error "Failed to verify that a query with incremental refresh is folding" upon publishing.
How to fix? I have incremental load enabled on "lastmodifieddate" (datetime data type).
Here are my query steps (basically I first navigate to salesInvoices (the parent) after which I expand/unpivot data for salesInvoiceLines):
Incremental refresh settings:
Solved! Go to Solution.
I have incremental load enabled on "lastmodifieddate" (datetime data type).
Incremental Refresh is incompatible with data changes. You need to choose a datetime column with immutable values like "createddate".
I have incremental load enabled on "lastmodifieddate" (datetime data type).
Incremental Refresh is incompatible with data changes. You need to choose a datetime column with immutable values like "createddate".
Check out the November 2025 Fabric 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!