I have a fact table which holds properties (houses, buildings etc) and another table (not sure how to set this up that's the question) that holds many per property their first mortgage amount, date, ...
second mortgage amound date ,...
and so on (up to 4 of these)
They want to be able to sum all morgage amounts per property or find out if any mortgage amount is between 25K and 50K for a property show the property, how many mortages per property are between 25K and 50K
Which properties have any mortgages within year 2012 if yes how many etc
How can I set this up so that this questions can be answered, would that be another dimension (only 1 table) or a shared dimension and another fact table, how would that be related (at sql server table level, foreign keys etc)?
Thank you
Gokhan Varol