Loading Data Aggregated to Date into Fact Table

grahan007 at 15h12
26
May
2009
Loading Data Aggregated to Date into Fact Table

I have following source table:
Source Table
ID App_Version Os_Version Date
9123305 2.5.2.60 Windows NT 5.1 2/15/2009
9123306 2.5.2.60 Windows NT 5.1 2/15/2009
9123307 2.5.2.60 Windows NT 5.1 2/15/2009
9123308 2.5.2.60 Windows NT 5.1 2/15/2009
9123309 2.5.2.60 Windows NT 6.0 2/15/2009
91233
About
This topic belongs to the forum
  • Data Warehousing and Business Intelligence based on dimensional modeling and the Kimball Lifecycle.

  • Numbers of topics : 1858
  • Numbers of messages : 8714
  • Numbers of users : 3801
  • Numbers of points : 1672
Similar topics
Hi, I have following tables FACT, A_DIM, B_DIM. How do I update relationship between a_key and b_key in the FACT table when new record arrives in TYPE2 a_dim dimension? Below is simple create scrip to illustrate what I mean. create table fact (a_key
In reading a previous thread, I understand that when a Dimension is changed by a SCD type 2, a new record is created for the new key and no update is needed on the previously existing facts. However, what happens in the loading of the fact table that
Hello, I have a dimension used to store several types of 'bands' like monthly income bands, available income bands, risk bands, settlement bands etc. If I leave out all the lineage columns this is what the dimension looks like: DimBandID BandType
I'm new to data warehousing .. sorry if this is a basic question. I have a type 2 slowly changing dimension already loaded and now I want to load a fact table. At least, I think it should be a fact table. A lot of the entities in the dimension table
I've read different opinions about the usage of dates in fact tables. If a date is NEVER used to filter and only reported, what is the purpose of adding it as a date key instead of a plain date type? Aren't we wasting the resources to get to the date
Forums from same category
See also
more_less
Informations

1 Replies For the topic :
"Loading Data Aggregated to Date into Fact Table"

This topic has been viewed 1337 times.

Last message :
26/05/2009 at 15h12 by "grahan007"