Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
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
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.