Forum Discussion
Creating a lookup table
- 10 years ago
michaelh121 So you use 3 fact tables.
Try to avoid two way relantionships.
You have multiple options depending the info your columns have in tables.
Best is to try data modelling in Query mode.
If you have all the site codes in one table you can right click the query/table and reference - > Select the Site codes column -> remove other columns -> Remove duplicates - Ready
* Keep in mind that Query treats capital & lower case letters as different while when loaded model will show an error as it treats as the same letter.
If the Site codes are scattered in all tables then repeat the proccess for each query and the merge append all and again remove duplicates.
michaelh121 So you use 3 fact tables.
Try to avoid two way relantionships.
You have multiple options depending the info your columns have in tables.
Best is to try data modelling in Query mode.
If you have all the site codes in one table you can right click the query/table and reference - > Select the Site codes column -> remove other columns -> Remove duplicates - Ready
* Keep in mind that Query treats capital & lower case letters as different while when loaded model will show an error as it treats as the same letter.
If the Site codes are scattered in all tables then repeat the proccess for each query and the merge append all and again remove duplicates.