This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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.