This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Facing this issue while refreshing the dataflow, Implemented incremental refresh, and not doing any transformaition using M query in any table. Please guide me how to resolve this.
Solved! Go to Solution.
Hello @Shubham_rai955,
Even though you mentioned no transformations in M, the incremental refresh policy still applies filters and type conversions. If any column expected as Number contains a Text value (or vice versa), Power Query throws this error.
Check column data types in the source
Add explicit type conversion in Power Query
Validate incremental refresh filters
Preview the query in the editor
You can also Re-run a full refresh once
Disable incremental refresh temporarily.
Run a full refresh to confirm if the issue is only with incremental partitions.
If full refresh succeeds, re-enable incremental refresh.
Hope it can help you !
Best regards,
Antoine
Hello @Shubham_rai955,
Even though you mentioned no transformations in M, the incremental refresh policy still applies filters and type conversions. If any column expected as Number contains a Text value (or vice versa), Power Query throws this error.
Check column data types in the source
Add explicit type conversion in Power Query
Validate incremental refresh filters
Preview the query in the editor
You can also Re-run a full refresh once
Disable incremental refresh temporarily.
Run a full refresh to confirm if the issue is only with incremental partitions.
If full refresh succeeds, re-enable incremental refresh.
Hope it can help you !
Best regards,
Antoine
Check out the April 2026 Fabric update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.