Forum Discussion
nickcurry
4 years agoRegular Visitor
Two Table Relationships
Good Morning All, I have a workspace that has two tables. One table is the main reference for a list of students, and the other give their training compliance percetange over different modules. A...
SpartaBI
4 years agoCommunity Champion
nickcurry you basically need to do the relationship based on the key column which in your case is student unique identifer (id/key/etc), not their name cause then two students can have the same name.
I sugggest to start by looking the free introducion course for data modeling by sqlbi (better of course the full course and also the mastering dax course but they cost money).
https://www.sqlbi.com/training/
nickcurry
4 years agoRegular Visitor
I will check that out, 100%.
I actually already have a column on the main table called Student Number where everyone has a unique number. Will this do? And if so, what should I do with it now in terms or relationship?