I am trying to get the top 2 tables (region and Territ) to be links in the Data Model.
What I’ve done is created a new table called Uniq ID (2nd screen shot) to get many ID, so I can get a 1-Many Rel.
By doing it this way it drills into the Employee Tables into main Fact table. Logically my model makes sense not sure why on page 2 my column fields are static on total sale.
Please review this course in depth and re-arrange things as per the many best practices advised here
With a model like this you are just placing bandaids over something that need surgery.
The first thing I would do is simplify the amount of table you have within the query editor by merging the many small tables into larger lookup tables.
For example, add these to a master lookup table instead of breaking them out like this.
Also same here (these are pointless by themselves )
Sam your a legend!
I think what I wanted to ask you, I have actually solved now. it’s fine makes sense what I wanted.
I’ve just made my fact “orders” table massive, just under 45,000 rows because was merging on many different columns to get as many ID columns in Order table.
Image Lookup top table - just appended all 9 other tables into 1. Perfect.