我是一名SQL Server Developer家庭與SSIS。但這是我第一次參加SSAS。我正在嘗試從Microsoft提供的免費視頻教程中學習它。在教程中當他們嘗試使用AdventureWorks數據庫中的表創建數據源視圖時...架構在DimDate和FactInternetSales(具有3個連接列/行)之間具有關係,而其他表具有一個連接列/行。在SSAS數據源視圖中,DimDate和FactInternetSales與AdventureWorks數據庫中的表之間沒有關係
But when i tried to do the same, the schema shows no relationship between DimDate and FactInternetSales. Note: Other tables had one connectivity ..same as the video tutorial.
請指教。
謝謝, 瓦努
非常感謝。是的......你的回答有幫助。因此,由於我的表沒有關係,我需要手動創建它們(例如:Start_Date_Key,End_Date_Key,factinternetsales的As_of_Date_Key需要指向dimdate.date_key字段) – user1236420