Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to create time dimension in OLAP cube?

Status
Not open for further replies.

ema15

Programmer
Aug 3, 2001
11
US
Hi guys!
I just started building OLAP cubes and not sure if I am doing right. I have a table in MS SQL Server 2000 containing SalesmanID, CustomerID, ProductID and DeliveryDate by day. I need to creat a cube with dimensions:[Salesman],[Customer],[Product],[DeliveryDate] and SalesQuantity as a Measure. Is there a way of building MonthToDayThisYear and MonthToDayLastYear, YTDThisYear and YTDLastYear SalesQuantity, By Quarter, by week in MS Analysis Services? Should I create a view from the same table which I am using as a fact table for DeliveryDate as a Time dimension?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top