Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Other SQL Server 2008 Topics
 SSAS 2008R2 Query

Author  Topic 

AbhishekSC
Starting Member

2 Posts

Posted - 2011-11-24 : 01:00:11
I have two tables in my DB, Application Table, where the primary key is ApplicationID and a transaction table for new disbursements where primary key is ApplicationID+DisbursementDate.

Application table also contains a measure for Insurance Amount.

I want to now create a front end report in PPS using Disbursement Date from the transaction table as dimension and Insurance Amount as measure from application table.

What is the kind of relationship I should specify in Dimension Usage to make this work accurately?
   

- Advertisement -