Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi all,
I have a really annoying problem:
I'm trying to merge two queries and can't get the columns to match... to illustrate the problem I have reduced my tables to only two columns each and only three rows. Please see pictures:
Table A
Table BI press "Merge Queries as New" and select Col 1 for both tables. No mather what options I choose from the "Join Kind" option I get 0 matching rows... Please see the next two pictures..
Zero matches!!!
Zero matches!I believe this is due to some kind of formatting error but everything seems okay to me. Does somebody have any suggestions on how to trouble shoot this error!?
Thank you!!
Solved! Go to Solution.
Hi @Anonymous
Could there be some extra space after some text..?
For example "MRG " in one table ..."MRG" in another
You can use custom Column to check this
Text.Length([Col 1])
Hi @Anonymous
Could there be some extra space after some text..?
For example "MRG " in one table ..."MRG" in another
You can use custom Column to check this
Text.Length([Col 1])