Deriving Dimension attributes from Fact table

dwbi_rb at 11h41
13
Oct
2010
Deriving Dimension attributes from Fact table

Hi,
I have a Customer_Activity fact table which stores the the Activity Start & End Date values. I need to derive the last time the customer had an activity before the current date (based on the Activity End Date - MAX(Activity End Date) WHERE Activity End Date < SYSDATE) and the next planned activity for the customer (based on the Activity Start Date - MIN(Activity Start Date) WHERE Activity Start Date >= SYSDATE) - and the corresp
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
My company is currently building a data warehouse and I have a design issue that I am not sure how to address. In general, our business is selling an asset, such as the stock of a corporation, with a certain number of shares and a value. The value of th
Hi I'm presently modeling a data mart and I would like to use a fact table as a dimension for another fact table. Is it something doable and efficient or is there a better way to do that? if yes should i just create a surrogate key and link both
Hello, in our data warehouse, we have a fact table containing about 100 million rows per month joined to a customer dimension containing about 10 million customers. The customer dimension contains 30 attributes. Two of these attributes are very
Here's the short version: Is it OK to have a table which contains keys from other dimensions AND includes additional fields for attributes? (Is this a dimension, outrigger, factless, or merely unusual or just wrong?) Here's the long version (with
Hello users, i've a question about using a dimension in fact tables with different granularity and at the same time retain support for SCD. My scenario: I have one Dimension called Apartment. This Dimension cosists of the following related
Forums from same category
See also
more_less
Informations

4 Replies For the topic :
"Deriving Dimension attributes from Fact table"

This topic has been viewed 1966 times.

Last message :
13/10/2010 at 11h41 by "dwbi_rb"