Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
I have three tables I'm merging, each with a name column, from SQL Server. When I try to merge on a uniquely named key, the fact that the name column exists in the data is causing a collission. On one of the merge tables I have renamed the Name column and then tried to merge it, but it doesn't seem to make a difference.
DataSource.Error: Microsoft SQL: The column 'Name' was specified multiple times for '$Outer'.
Details:
DataSourceKind=SQL
DataSourcePath=SQL Server
Message=The column 'Name' was specified multiple times for '$Outer'.
Number=8156
Class=16
There doesn't appear to be a way to send this as a frown in Power Query, did I just miss it?
The only work around I found was to add something that broke query folding, then the merge worked fine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.