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.
When saving, Premium Dataflows almost consistently add two steps to my logic - Table.TransformColumnTypes and Table.ReplaceErrorValues. These appear without my request and cover multiple columns in the table. The UI will simply add them at the end of my logic. Although sometimes they cause no harm, there are instances where they consistently create problems.
For example, if using the enhanced compute engine, the performance-based recommendation is to have a staging or landing zone dataflow that simply pulls data from sources in their raw format (see "Using the enhanced compute engine" of the article "Premium features of dataflows"). Downstream dataflows then link to the staged dataflow tables rather than going to original sources. We have a large Smartsheet that undergoes structural (column insert/update or rename) modifications more than once a week. When I stage the smartsheet, my logic has only Source and Navigation steps, but then the dataflow UI Save operation adds the TransformColumnTypes and ReplaceErrorValues on every column in the table. This results in frequent daily failures when a column gets removed from or renamed in the smartsheet.
By the way, when an error occurs due to these additions, I open the dataflow UI and delete the two steps. Upon saving, the dataflow UI then rebuilds the two steps with only the available columns.
Thank you in advance for your help.
Solved! Go to Solution.
Hi @RandyPgh ,
It is by design, you may contact the support or submit an idea.
https://ideas.powerbi.com/ideas/ .
Best Regards,
Jay
For those curious, any column that does not have a non-Variant data type seems to be automatically set to a text type if you save and leave the designer. The two steps are added for that purpose - to set any Variants to text and to replace errors.
Hi @RandyPgh ,
It is by design, you may contact the support or submit an idea.
https://ideas.powerbi.com/ideas/ .
Best Regards,
Jay
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.