Dimensional modeling (DM) is the name of a set of techniques and concepts used in data warehouse design.
0
votes
1answer
22 views
Should all dimension values be used in the fact table?
Im modeling a data warehouse which has 6 dimension. One of these dimensions is client, which has around 600k rows, and some others such as accounts and products. I made an estimation of the number of ...
0
votes
0answers
17 views
How do I create SSAS dimension for conceptually but not logically related items?
I want to create a Vendors dimension for a fairly large cube in SSAS 2005.
In our company vendor can mean different things depending on the area:
Merchandising Vendor - Where it fits in our ...
0
votes
0answers
57 views
Star schema with Graph Database
I've recently designed a star schema as the top layer of a soon to be implemented data warehouse. We're looking initially at financial data, and it's a fairly straightforward design with (at present) ...
6
votes
2answers
114 views
Dimensional Modelling
Am trying to build a dimension for Customer Preferences sourcing from Multiple tables.
Example of Source Tables are as below:
I already got Dim Customer built and now i have to design Customer ...
1
vote
3answers
121 views
SAS/PROC-SQL Convert from table with unique key to table with multiple rows has the same key
Currently I have a table like below:
U_ID SPOUSEDOB FCHILDDOB SCHILDDOB ChangeDate
1 20/01/1980 01/01/1900 01/01/1900 01/01/2000
2 20/01/1950 20/01/1970 01/01/1900 01/01/2000
3 ...
0
votes
0answers
71 views
semi-additive measure questions for SSAS
I'm trying to build a cube around a certain fact table is SSAS. The "fact" table consists of sales transactions with, among other dimensions, a coupon code dimension. The rub is that multiple ...
0
votes
0answers
78 views
How do I create a User-Defined Hierarchy that includes a Parent-Child Hierarchy?
Environment: SSAS 2005, BIDS 2008.
Data Schema:
DepartmentMaster
DepartmentNumber int (PARENT)
SubDepartmentNumber int (CHILD)
CategoryMaster:
DepartmentNumber int references ...
1
vote
1answer
73 views
Dimensional model for web stream with multiple values
Looking for a little help to elucidate a dimensional model. I'm looking at what boils down to a web event analysis - given web logs, I want to parse and store the variables present in the URL. The ...
3
votes
2answers
663 views
How to handle late arriving dimension and NULL business key in Kimball Data Mart?
I'm trying to implement Kimball data mart which uses -1 and -2 rows in dimension table for late arriving dimension and for NULL business key. I have an example code below which creates one staging ...
0
votes
1answer
167 views
Dimensional Modeling - How to deal with a single fact table with facts with inconsistent dimensions?
I want to set up a fact table for restaurant sales transactions. Adding up the entire fact table will give the entire sales across the restaurant(s). The restaurant has two main sources of revenue - ...
0
votes
2answers
862 views
Mapping a data warehouse star schema to HBASE
Suppose, hypothetically that I have a star schema in a data warehouse setting.
There is one VERY, VERY long fact table (think billions to trillions of rows) and several low cardinality dimension ...
0
votes
2answers
488 views
SSAS - Category Dimension - Unknown Member
I have an issue with getting my dimension set up properly. Basically I have a fact table that holds details on events. Each event can be categorized, but at different levels. I have a category ...
2
votes
1answer
127 views
Generating default values in dimension tables
In regard to the default values in a dimensional model, as shown here
does anyone have suggestions about best practices to generate these values?
Do you see them related to the Data Warehouse ...
0
votes
0answers
155 views
How to create Slowly Changing Dimension table from Snapshot (Kill And Fill) table in MySQL?
I have a Snapshot Table (a.k.a. Kill And Fill solution) which is populated daily from someone else's system which I cannot modify.
This is causing my application some difficulties so I want to ...
1
vote
0answers
176 views
Calculated Member with a Parent member inside a ragged/parent-child dimension?
Ihave a ragged account hierarchy, [Data Type].[Data Type Hierarchy] (simple key, name, parent key table).
root
account 1
sub account 1A
sub account 1B
account 2 (child of Account 1)
account 3
...
2
votes
1answer
223 views
Dimensional Modeling - Queries without facts
I'm creating a dimensional model about a "calls recording system", for a VoIP service.
I'll give demonstrate just a little example to show my question.
Suppose I have a fact that represents a single ...
0
votes
1answer
471 views
Dimensional design: not sure about fact vs. dimension for a certain types of data
I'm having some trouble deciding what should go in a particular dimension and what should go in a fact table for a star schema I'm developing.
For the sake of example, let's say that the project is ...
0
votes
3answers
106 views
How to assign combinations of members into specifc groups (for OLAP dimensions)
I've got what I believe would be a fairly common scenario in OLAP but a really great way of addressing it isnt jumping out at me:
ive got say a sales transaction with multiple items, with different ...
0
votes
1answer
420 views
SSAS - Date Dimension showing future values where not appropriate
I'm modelling a cube that contains inventory data. For simplicity's sake we are trying to maintain one date dimension. Some of these measures contain the stock level.
The end users are using Excel ...
2
votes
1answer
250 views
designing type 2 dimensions
I have a question about type 2 dimensions.
Within our HR system, it is possible to hire an employee with one date, and then at a later point in time, change the hire date if it had been entered ...
1
vote
1answer
158 views
Dimensional Modeling Doubts
I have a few questions regarding dimensional modeling:
While designing dimensional model from existing OLTP system, do we use the same table structures in OLTP in dimension model? For example I have ...
1
vote
2answers
531 views
Date Dimension Generator for MySQL
I'm designing a data warehouse and I need a tool that can generate the Date Dimension. I'm using MySQL 5.x.
Thanks
1
vote
1answer
119 views
Star Schema starting with 2 tables
Can someone please explain to me how you would create a star schema starting with 2 tables, for example a Student table with StudentID, Address, City, State, Zip and class table with description, ...
3
votes
3answers
661 views
Why NULL values are mapped as 0 in Fact tables?
What is the reason that in measure fields in fact tables (dimensionally modeled data warehouses) NULL values are usually mapped as 0?
0
votes
1answer
132 views
Using time dimension in OWB
I started to work with Oracle Warehouse Builder a few days ago, and I want to use some of the dates in a source table as a dimension.
I generated the time dimension with the wizard, but there is no ...
0
votes
1answer
302 views
Correctly aggregate values from a one to many relationship in SSAS
So I have a dimensional database for shipments:
A shipment contains many packages.
A package contains many charges.
Because this is dimensional and the charges are the data I'm most interested in, ...
2
votes
2answers
238 views
Creating Data Warehouse
I am creating a data warehouse by using a star schema. I successfully build all the dimension tables, but I'm kind of stuck at the fact table. I am in a need to make a Sales table as Fact table. It ...
2
votes
3answers
10k views
What are the types of dimension tables in star schema design? [closed]
When reading about star schema design I have seen that many people uses various names for different types of dimension tables.
Please list the names and a small description of each type. If any list ...
1
vote
1answer
110 views
How to report on sparse areas of sparse fact table
A source system tracks student attendance for a school district by reporting absence events. Attendance on any particular day can be determined by examining three datasets: school calendar, student ...
0
votes
1answer
271 views
Separate and independent counts from the same accumulating fact table
So, I have a Sales Fact table, that is based on the transaction lifecycle model (or accumulating fact snapshot table), with very many different date key columns, (like sales date, refunded date, etc). ...
1
vote
2answers
1k views
How to map entities to dimension table which includes a hierarchy?
Consider the following hierarchy:
Department -> Category -> Product
(Each department contains multiple categories, each of which contains multiple products.)
Using the Kimball approach to ...
0
votes
1answer
165 views
Dimensional modelling few questions
I am getting familiar with Dimensional model, so started looking at health claims process. I am trying to acheive the following:
1) ability to report claims by patient by speciality and service ...
0
votes
1answer
51 views
Should an aggregate data item have the same name as a detail data item?
Consider the following SQL:
select dimension, sum(fact) as fact
from t
group by dimension;
Here, I have given the aggregated fact the same name as the granular, un-aggregated fact. Is this ...
0
votes
1answer
155 views
Analysis Services Attribute Heirarcy and Attribute Relationships
Is it possible to have a attribute heirarchy where the parent doesn't always have children? If so, how is this achieved in SQL server Analysis Services?
4
votes
1answer
435 views
Ralph Kimball's Data warehouse toolkit book - Order lifecycle mart design
I'm reading Ralph Kimball's book on Data warehouse and Dimension Modeling. I am reading one of the case studies, and it is about dimension modeling for an order system, where the requirement is to ...
2
votes
2answers
163 views
Is it possible to set the foreign key of a reference directly in NHibernate?
Got a project that collects data as XML files from a particular system (these come in as web requests), converts it to an entity model, and stuffs it in a database for reporting.
The project uses ...
1
vote
1answer
104 views
What's a good screencast for an introduction to dimensional models and SQL Server Analysis Services?
My team is getting ready to start using SQL Server Analysis Services on our project but none of us have a lot of experience with it. What's a good screencast we can watch to get us started?
0
votes
2answers
474 views
How do I dimensionally model this relationship in a Kimball-style data warehouse?
So I have two dimensions in my data warehouse:
dim_machine
-------------
machine_key
machine_name
machine_type
dim_tool
------------
tool_key
tool_name
machine_type
What I want to make sure of is ...
0
votes
1answer
222 views
Two or more similar counts on fact table in dimensional modelling
I have designed a fact table that stores the facts for a specific date dimension and an action type such as create, update or cancelled. The facts can be create and cancelled only once, but update ...
3
votes
4answers
503 views
Star-schema: Separate dimensions for clients and non-clients or shared dimension for attendants?
I'm new to modeling star schemas, fresh from reading the Data Warehouse Toolkit.
I have a business process that has clients and non-clients calling into conference calls with some of our employees.
...
0
votes
2answers
3k views
Reporting Queries: Best Way to Join Multiple Fact Tables?
I'm working on a reporting system that allows the user to arbitrarily query a set of fact tables, constraining on multiple dimension tables for each fact table. I've written a query-builder class that ...
39
votes
8answers
19k views
Star-Schema Design
Is a Star-Schema design essential to a data warehouse? Or can you do data warehousing with another design pattern?