0% found this document useful (0 votes)
104 views

Template - Dimensional Modeling Workbook

The document describes the structure of a data warehouse with dimensions, facts, and relationships between fact and dimension tables. It includes examples of dimension and fact tables with columns, keys, data types and source information. The tables show the relationships between the target data warehouse tables and their source systems and source fields.

Uploaded by

steve
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
104 views

Template - Dimensional Modeling Workbook

The document describes the structure of a data warehouse with dimensions, facts, and relationships between fact and dimension tables. It includes examples of dimension and fact tables with columns, keys, data types and source information. The tables show the relationships between the target data warehouse tables and their source systems and source fields.

Uploaded by

steve
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Data Warehouse Bus Matrix

Dimension 1
Dimension 2
etc.
Business Process Fact Table Granularity Facts
Table Name :
Table Type : Dimension
Table Description :
Tar

Unknown
Column Name Description Member Example Values Data Type Size
BlankDimKey Surrogate primary key -1 1, 2, 3, … int
NKBlankDimID Business key from source system
(aka natural key) -1 nvarchar 10
Attribute1 Always describe your columns Unknown Attribute nvarchar 50
Attribute2 Always describe your columns Unknown Attribute nvarchar 50
Attribute3 Always describe your columns Unknown Attribute nvarchar 50
Target Source

Source Field Source


Key FK To Null Default Value Source System Source Table Name Data Type
PK N

N
N
N
FK N
Table Name :
Table Type : Fact
Table Description :
T

Unknown
Column Name Description Member Example Values Data Type Size
Dim1Key Key to Dim1 -1 1, 2, 3, … int
Dim2Key Key to Dim2 -1 int
Fact1 Always describe your columns int
Fact2 Always describe your columns float
Fact3 Always describe your columns money
Target Source

Source Field Source


Key FK To Null Default Value Source System Source Table Name Data Type
FK Dim1.Dim1Key N
FK Dim2.Dim2Key N
Y
Y
Y

You might also like