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
I am moving my queries from Datamart (preview), to Fabric. I have created a new Warehouse, and am adding Dataflow gen 2.
I have some functions that are invoked by queries. The problem is, Power Query is adding extra steps to my functions, causing the functions to get data from API, and then deleting everything again....
The functions is invoked for a list of customer numbers, and the API returns invoice information, that is then added to my table.
All the columns in the function has column type added in the function:
When i publish the dataflow, there are som steps that are added, and the update is aborted.
From value and Remove Columns are added automatically. I delete these, publish, but they are added again.
On my queries, this results in the following error:
Once i delete the steps, the "Fx" logo is back on the functions in the left pane, and my flows work again, but only in the power query. Once i pulish, the steps are added back again, and it stops working
Hi @MegaOctane1 ,
Regarding your problem, according to the description in this article, this problem occurs because the type is not set for the column.
Why are Power Platform Dataflows adding steps automatically at the end? (thebiccountant.com)
You seem to use M code to define column types. Perhaps you can try to define column types explicitly.
1.Selected Column
2.In the "Convert" menu, click the "Data Type" drop-down button and select the desired data type
3.Repeat steps
Best Regards,
Wenbin Zhou
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.