Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I'm specifically trying to merge 2 tables but get a collation error. I want to resolve this error specifically in Power Query M. Not BI or SQL or anything.
Table 1 is my primary table with dozens of different columns - one of which is the Customer ID Number
Table 2 is dedicated to details of each customer ID number (Name, address, etc.)
I'm trying to merge the 2 on the Customer ID Number column, which works fine, but when I expand afterwards, I get the following collation error:
DataSource.Error: Microsoft SQL: Cannot resolve the collation conflict between "Latin1_General_CI_AS" and "SQL_Latin1_General_CP1_CI_AS" in the equal to operation. Details: DataSourceKind=SQLDataSourcePath=REDACTED;Database Name Message=Cannot resolve the collation conflict between "Latin1_General_CI_AS" and "SQL_Latin1_General_CP1_CI_AS" in the equal to operation. Number=468 Class=16
I just want to know if it's possible to collate in M specifically.
Solved! Go to Solution.
Try adding an index column to one or both tables before the merge.
If this works for you, please mark it as solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Try adding an index column to one or both tables before the merge.
If this works for you, please mark it as solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
hey Adding an index column worked for me. Thanks!
Very interesting, why does that work? Will the table I added the index column to still pull in new data upon refresh or does adding the Index column make it static?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
15 | |
14 | |
13 | |
12 | |
11 |