Thank you for reaching out to the Microsoft Fabric Community Forum regarding the issue you're experiencing.
Based on the information provided, to use the left outer join between the two tables, ensure that the columns you are joining on in both tables have compatible data types and their names match exactly. It appears that the data types are same, but there is a discrepancy in the column names. Kindly change the column names in both tables and try the join operation again.This might help you to resolve the error.
If this post helps, please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.