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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Fabric update to learn about new features.