Defining a Dimension
In the following task, you will use the Dimension Wizard to build a Date dimension.
Note
This lesson requires that you have completed all the procedures in Lesson 1.
To define a dimension
In Solution Explorer (on the right side of Microsoft Visual Studio), right-click Dimensions, and then click New Dimension. The Dimension Wizard appears.
On the Welcome to the Dimension Wizard page, click Next.
On the Select Creation Method page, verify that the Use an existing table option is selected, and then click Next.
On the Specify Source Information page, verify that the Adventure Works DW 2012 data source view is selected.
In the Main table list, select Date.
Click Next.
On the Select Dimension Attributes page, select the check boxes next to the following attributes:
Date Key
Full Date Alternate Key
English Month Name
Calendar Quarter
Calendar Year
Calendar Semester
Change the setting of the Full Date Alternate Key attribute's Attribute Type column from Regular to Date. To do this, click Regular in the Attribute Type column. Then click the arrow to expand the options. Next, click Date > Calendar > Date. Click OK. Repeat these steps to change the attribute type of the attributes as follows:
English Month Name to Month
Calendar Quarter to Quarter
Calendar Year to Year
Calendar Semester to Half Year
Click Next.
On the Completing the Wizard page, in the Preview pane, you can see the Date dimension and its attributes.
Click Finish to complete the wizard.
In Solution Explorer, in the Analysis Services Tutorial project, the Date dimension appears in the Dimensions folder. In the center of the development environment, Dimension Designer displays the Date dimension.
On the File menu, click Save All.
Next Task in Lesson
See Also
Tasks
Create a Dimension by Using an Existing Table
Create a Dimension Using the Dimension Wizard