please, can I create a dimension from two different Data source views in one cube ? I had one AS DB in it one dsv and one cube now I want create another cube based on other dsv but with same dimension date used tables are wuth same structure joined on same date field to DimDate table I can't see tebles from other then original dsv
BIDS x MSSQL
Thanks a lot !
You can't define a single dimension that uses tables from multiple DSVs. It won't know how to join the two tables together to create a single dimension. However you can add a table to the first DSV that comes from a secondary data source. Just beware that it will try to have SQL Server open an ad-hoc linked server to connect to the secondary data source and that performance may suffer during processing and credentials will need to potentially double hop.
Instead, I would just recommend pulling both tables needed for the dimension into one database with SSIS before cube processing.