Creating an Analysis Services Cube with Visual Studio 2008 – Part 2

2 min read

Reviewing Jayaram’s other OLAP related articles may greatly help in understanding this article.

Creating a New Cube

The folder structure for the project developed in Part 1 is shown in the next figure. The Northwind.ds data source and the Northwind.dsv data source view were configured in Part 1. There are no pre-existing cubes in Nwind2008.

Right click the Cubes folder and from the drop-down menu you can create a new Cube.

Click on New Cube… menu item. This opens the Cube Wizard welcome window as shown.

Click on the Next button. This opens the Select Creation Method page of the wizard as shown. There are three options and the default is used for this article.

Click on the Next button. This opens the Select Measure Groups tables. At least one table must be chosen to continue. There is even the option of asking for a suggestion.

Click on the Suggest button at the top. The program goes through the motions and comes up with two tables as candidates for Measures group, the Products table and the Order Details table. You will see check marks appearing for these two tables. Accept the suggested tables for measures and click on the Next button.

This opens the Select Measures window where you can choose measures that you want to include in the Cube as shown.

Uncheck the ID related items in the Products table and click on the Next button. This brings up the Select New Dimensions window as shown in the next figure. Here also one could choose the needed items. For this article the default is accepted.

Click on the Next button. This takes you to the Completing the Wizard window which shows your Cube contents in a tree view as shown.

Now click on the Finish button. This creates the Cube as shown in the Solution Explorer.

Now you will see additional tabs open up for the Northwind.cube as shown. Using these tabs you can look at more details. These are outside the scope of this article.

Also separate windows gets displayed for Cube’s Measures and Dimensions as shown.

Also, the Data Source View of the Cube with the relationships between the Dimensions and Measures gets displayed as shown.

 


 

Packt

Share
Published by
Packt

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago