Forum Discussion
Merging Tables to Look-Up but Returning Null
- 3 years ago
Hi,
Thank you for your reply.
Both fields are upper text and numbers so it's not this causing the issue.
In the end my manager my manager found the solution. There was indeed spaces in one of the fields that didn't show when exporting to Excel or as text. We performed the following steps to clean the data in order for the merge query to work:Whilst in transform mode (Power Query),
Right click on the column to clean - select 'Replace Values'
In 'Value To Find' put a single space (therefore cannot see it).
In 'Replace With', leave this blank / nothing
Click ok.
Hi LW_777 ,
Have you also checked capitalisation? Power Query is entirely case-sensitive.
Try running Text.Upper on both [Item Number] and [ItemNum] before the merge.
Pete
Thank you Pete, it wasn't case sensitivity as all the product IDs are upper case and numbers.
Thak you for replying though. Appreciate your time. My manager tried a solution that work per my reply posted.
Laura