This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.