I'm a BI beginner, so please bear with me.
I have a fact table [Fact15MinData] that looks like this:
Cell Date Hour Minute Counter1 Counter2
Cell1_1 20141001 2 15 2.4 4.5
Cell1_1 20141001 2 30 4.5 39.2
Cell1_1 20141001 3 45 1.5 3.2
Cell1_1 20141001 5 00 3.5 9.2
My [DimTime] table looks like this:
ID Time Hour Minute Second AmPm
1 00:00:00 0 0 0 AM
901 00:15:00 0 15 0 AM
1801 00:30:00 0 30 0 AM
2701 00:45:00 0 45 0 AM
3601 01:00:00 1 0 0 AM
4501 01:15:00 1 15 0 AM
How can I match my [DimTime] table to my [FactData] table?