I have an Organisation table with org_code and parent_org_code to link the hirerarchy information
I also have a Buildings table, with parent_org_code linking to an organisation. Only an organisation on Hirerarchy level 4 could have 0 or N buildings.
So effectively, I need a dimension based on 2 different tables. Is this possible? If so, how?
I also have a Buildings table, with parent_org_code linking to an organisation. Only an organisation on Hirerarchy level 4 could have 0 or N buildings.
So effectively, I need a dimension based on 2 different tables. Is this possible? If so, how?