I have a fact table, with two dimension tables.[b]fact.IISLogs[/b]LogIDServerIDSiteID[b]dim.ServerInfo[/b]ServerIDServerNameClientEnvironment[b]dim.SiteInfo[/b]SiteIDSiteNameThe hierarchy I want to build is:Client > Environment > Server Name > Site NameThe only relationship between those two dimensional tables, is the fact they belong to the same fact table rows. However logically, a Site Name only ties to one Server. How would I go about setting up a Dimension with two dimensional tables, and that type of hierarchy?(I am going about this whole process to ensure that when I select a Client Name I can see which site names I can possibly filter on)
↧