Forum Discussion
CagCelik
8 years agoNew Member
join error
I have a deep problem about joining two tables to ech other with cariid column.
rocky09
Solution Sage
8 years agoÍ don't understand the language.
I guess, it is saying that you should have unique values in one table for joining. So, make sure, you have unique values in one table then try to join again.
- CagCelik8 years agoNew Member
There are two tables which i try to join. These are " sf_urun10 " and " sf_uretim01". Uniqe value is " cariid" . I tried to join but i failed
- rocky098 years ago
Solution Sage
Unique value in the sense, it should not have duplicate values. If cariid is appearing in the table more than once, the join won't work. If It is not clear. Please provide your pbix file with sample data. So, I can help.