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.
Hello
I have imported 3 tables and wanted to do a 1:1 relationship
It seems that there are duplicates. But the the connected columns should not have duplicates.
How can I find the duplicates?
Thank you very much
Heinrich
Solved! Go to Solution.
You most likely have spaces at the end of your strings, and when you load them into the data model, the trailing spaces are removed from the strings.
that's where the duplicates come from
Hello
Thank you very much
I have done it with Excel.
There where some duplicates
Regards
Heinrich
You most likely have spaces at the end of your strings, and when you load them into the data model, the trailing spaces are removed from the strings.
that's where the duplicates come from