Quantcast
Channel: SQLServerCentral » Data Warehousing » Analysis Services » Latest topics
Viewing all articles
Browse latest Browse all 1341

Related measures

$
0
0
I have two related tables in my DSV. The first table called Test has a primary key column called test_id which is an integer data type. I have successfully created measures and the accompanying dimensions on this table. I have a second table called test_details which has a primary key of test_details_id. It also has a column called test_id which is a foreign key on the primary key column test_id on Test. The relationship is one (test) to many (test_details) I have also successfully created measures and the accompanying dimensions on this table as well. What I am struggling with is to find a way to "roll up" or relate the test_details dimensions to test. I believe this is possible. I am just not sure where I am coming up short. I have tried intermediate tables. I have established (I believe) all the necessary relationships in the DSV to have these tables "see" each other but to no avail...Puzzled Mike

Viewing all articles
Browse latest Browse all 1341

Trending Articles