These two tables have a key column which is string type. I am using Autonumber() to replace the string with unique key values in both these tables and joining them with the new Autonumber() column.
However, I have noticed that the Fact table data has records with Null values. The Autonumber() is not generating any key values.
Can someone help on how to replace these null values in the key column and make proper joins?