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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Guys, I'm getting this error message when applying the following transformation:
-Duplication of columns
-Transform row to column
OLE DB or ODBC error: [DataSource.Error] An error occurred while reading data from the provider: 'An item with the same key has already been added.'.
Solved! Go to Solution.
Hi @AyaneYep ,
Please check whether there existing some columns in the tables that share the same field name. If so, please rename these columns to enable each column has its unique field name. By the way, Table1.Column1 and Table2.Column2 might be regarded as the same one.
You can also refer the following similar case that could help you:
Best Regards,
Yingjie Li
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi @AyaneYep ,
Please check whether there existing some columns in the tables that share the same field name. If so, please rename these columns to enable each column has its unique field name. By the way, Table1.Column1 and Table2.Column2 might be regarded as the same one.
You can also refer the following similar case that could help you:
Best Regards,
Yingjie Li
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Sounds like you already have a column with the same name as one trying to be created?