Question
please show with screenshots each step or any other ways Adventure Works Cycles is a large, multinational manufacturing company. The company manufactures and sells metal
please show with screenshots each step or any other ways Adventure Works Cycles is a large, multinational manufacturing company. The company manufactures and sells metal and composite bicycles to North American, European and Asian commercial markets. While its base operation is located in Bothell, Washington with 290 employees, several regional sales teams are located throughout their market base. As a bicycle manufacturing company, Adventure Works Cycles has the following four product lines: Bicycles that are manufactured at the Adventure Works Cycles. Bicycle components that are replacement parts, such as wheels, pedals, or brake assemblies. Bicycle apparel that is purchased from vendors for resale to Adventure Works Cycles customers. Bicycle accessories that are purchased from vendors for resale to Adventure Works Cycles customers. The AdventureWorks2012 OLTP database supports the following typical sales and marketing areas: Customer and sales-related information is a significant part of the AdventureWorks database. This topic provides details about the customers that are represented in the database. As a bicycle manufacturing company, Adventure Works Cycles has two types of customers: Individuals. These are consumers who buy products from the Adventure Works Cycles online store. Stores. These are retail or wholesale stores that buy products for resale from Adventure Works Cycles sales representatives. The following is the subset of the structure of the AdventureWorksDW2012 data warehouse that you need to use for this project. Part A Your first task is to develop an OLAP Cube based on the existing data warehouse. It should contain all dimensions, their attributes and measures from the above diagram. In addition, create named calculations for month and year based on the DateKey in the FactProductInventory table. Since DateKey is an integer, you would need to convert it into 2005 for year using the following statement: SUBSTRING(CONVERT(CHAR(8),OrderDateKey),1,4) You need to extract 200501 for month from DateKey using the similar statement as the above one. DimProduct ProductKey ProductAlternateKey ProductSubcategoryKey WeightUnitMeasureCode SizeUnitMeasureCode EnglishProductName SpanishProductName FrenchProductName StandardCost FinishedGoodsFlag Color SafetyStockLevel ReorderPoint ListPrice Size SizeRange Weight FactProductInventory ProductKey DateKey MovementDate UnitCost UnitsIn UnitsOut UnitsBalance DimProductSubcategory ProductSubcategoryKey ProductSubcategoryAlternateK EnglishProductSubcategoryNa SpanishProductSubcategoryN FrenchProductSubcategoryNa ProductCategoryKey
2 Once you create new cube: Make sure that you properly format measure (AggregateFunction & FormatString). Add new calculated measure named TotalCost as UnitCost * UnitBalance. Add new dimension named Dim Date. When you specify the source of information, select FactProductInventory table and DateKey as a key. Dont forget to change the Attribute Types! Rename DateKey to Date. Make attributes invisible. Create a date hierarchy (Date-> Month -> Year) and make their relationships rigid. Add attributes for Product and ProductSubcategory. Make product attributes invisible. Crate product hierarchy. Make their relationships rigid. Add attributes for product. Define dimension usage by adding Dim Date dimension and verify corresponding relationship. Deploy the project (set the deployment properties if needed). Include the snapshot of the cube view into your project report. Open SQL Server Management Studio and demonstrate that your cube is created and populated. Put Product Name and Years in the rows, and include UniteBalance and TotalCost measures. Include the snapshot of this view into your project report. Part B Create a KPI named Availability that indicates the level of profit as follows: For UnitBalancet < 0 display red traffic light. For UnitBalancet = 0 display yellow traffic light. For UnitBalancet > 0 display green traffic light. Use the Cube Browser to demonstrate its functionality. Display Availability KPI for one product during a given year and during one month of that year. Include the snapshots for the year and month into your project report. Overall Please create a report with the above indicated screen shots.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started