Forum Discussion
Anonymous
7 years agoNot applicable
Merge Queries w/ Like Columns Issue
Hello, I am trying to merge two datasets and have it a wall with matching like values, even though I do have matching values in the referenced table. Purpose: Perfrom a left outer Join Kind...
- 7 years ago
Make sure you do a Trim and Clean on the columns of both tables before Merging. Often there can be trailing spaces and such that cause issues.
jeffshieldsdev
7 years agoSolution Sage
Although not the issue here, perhaps it's worth reminding Power Query join are case-sensitive, while DAX joins are case-insensitive.