If in reality they are just different stages of the passenger then what are the additional measures, and what are the new dimensions ?
Isn't "Stage" just another dimension ? Or is that being overly simplistic ?
Main Topics
Browse All TopicsLooking for a some ideas:
I work for transportation company, and I'm building an EDW from scratch. The first segment of the EDW is that they want to track passenger: Reservations, Ticket Purchases, Actual Trip, Closed (refunded or reissued). These are looked at in the organization as separate entities, but in reality they are simply different "stages" of the passenger. These stages share about 85% of data elements and 90% of dimensions.
The issue that I'm struggling with is that as the reservation moves through the stages, there are more data elements, more measures and more dimensions.
Therefore, if I put them in one cube, this would cause a significant number of "Unknown" members in dimensions and zero value measures for the earlier stages as these won't be "complete" until reaching the final stages.
I know I create measure groups for the different stages, but on the dimension side?
My instincts are the they are so similar that they should be one cube, but the perfectionist in me is struggling with the empty members.
Since I don't have anyone here to expand the idea with, I thought I would come here. Any thoughts you might have could spur some innovative thinking!! Look forward to hearing from you...
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
@Mark Wills, Yes. In this scenario Stage is without doubt another dimension.
@srnar, that is essentially what I was thinking. I guess what I'm looking for is confirmation that the direction I'm going is the correct one as I haven't worked with an "evolving" data stream from a BI perspective. All the cubes I've designed and developed in the past were more static.
Different measure groups are created for new measures (especially for distinct measures). The more measure groups you have the more complex the cube you create. Keep in mind that all is XML based and large cubes have surprisingly big overhead - we once run into large XML structures on project with many distinct measures.
Choose the most simple solution with one measure group although you are not happy with the number of the dimensions not used. You can implement perspectives if you want to create virtual cubes where there are more simple relationships.
Think I am still perplexed by the supposed complexity...
Stage as a distinct dimension is really a "state" of passenger. They have a reservation, are on-route, or finished, they cannot be all things at the same time. As a diemsnion, you might consider it a hierarchy, in so much as they must have been "en-route" before they finish...
It sounds more like a few measures might need to be conditionally populated, and the fact table for the person has a change of "state" rather than adding additional stages for the passenger.
In some regards, it might not be so different from an inventory sales model where product is ordered, packed, shipped, delivered, invoiced.
Now "tracking" a passenger is really through the use of measure not the "stage" diemension, and really those measure are applicable to multiple members of the "stage" dimension. It could well be the event that populates the different measure gives rise to the "stage" dimension.
Not sure what or how the passengers are being tracked, but for example, the cost of ticket remains the same cost of ticket regardless of stage, and the date of reservation may well be needed for "days to travel" regardless ot the trip having been completed. I guess some of it really does depend on the interactions of the various "stages" being tracked and any dependancy - it does indeed become more complex if subsequent stages are not dependant on prior stages.
So, might be worthwhile sitting back for a moment and examine the business requirement rather than the structure and then decide how it is best to construct.
Business Accounts
Answer for Membership
by: srnarPosted on 2009-07-17 at 01:29:43ID: 24876637
It often helps to share your opinion.
You don't have to use all dimensions for every measure group. If a dimension is not used than it is by default [all member] selected from a not binded dimension.
You can also use some specific dimension where some branches have more members as it is natural from your business view.
You can also bind a measure group to a different level (than the key level) of a dimension if it has no meaning - for example you don't want to artificially divide a value.
Hope it helps.