I have a data warehouse with the following dimensions ( say ) 1.Dim Time 2.DimensionX and a Fact table The sample design as follows DimensionX ( Key, Name, Start Date , End Date ) - This is related to Time Dimension. DimTime ( Key , FullDate , Year,Month etc ) FactTable: Timekey ( Refers Time Dmension ) Measure1 ( Decimal ) I have to find out the Measure1 which happened between start and end date of the DimensionX . Could you please let me know how to proceed with the same ? |
Regards, Savio