Logo

Navigation
  • Home
  • Services
    • ERP Solutions
    • Implementation Solutions
    • Support and Maintenance Solutions
    • Custom Solutions
    • Upgrade Solutions
    • Training and Mentoring
    • Web Solutions
    • Production Support
    • Architecture Designing
    • Independent Validation and Testing Services
    • Infrastructure Management
  • Expertise
    • Microsoft Development Expertise
    • Mobile Development
    • SQL Server Database and BI
    • SAP BI, SAP Hana, SAP BO
    • Oracle and BI
    • Oracle RAC
  • Technical Training
    • Learn Data Management
      • Business Intelligence
      • Data Mining
      • Data Modeling
      • Data Warehousing
      • Disaster Recovery
    • Learn Concepts
      • Application Development
      • Client Server
      • Cloud Computing Tutorials
      • Cluster Computing
      • CRM Tutorial
      • EDI Tutorials
      • ERP Tutorials
      • NLP
      • OOPS
      • Concepts
      • SOA Tutorial
      • Supply Chain
      • Technology Trends
      • UML
      • Virtualization
      • Web 2.0
    • Learn Java
      • JavaScript Tutorial
      • JSP Tutorials
      • J2EE
    • Learn Microsoft
      • MSAS
      • ASP.NET
      • ASP.NET 2.0
      • C Sharp
      • MS Project Training
      • Silverlight
      • SQL Server 2005
      • VB.NET 2005
    • Learn Networking
      • Networking
      • Wireless
    • Learn Oracle
      • Oracle 10g
      • PL/SQL
      • Oracle 11g Tutorials
      • Oracle 9i
      • Oracle Apps
    • Learn Programming
      • Ajax Tutorial
      • C Language
      • C++ Tutorials
      • CSS Tutorial
      • CSS3 Tutorial
      • JavaScript Tutorial
      • jQuery Tutorial
      • MainFrame
      • PHP Tutorial
      • VBScript Tutorial
      • XML Tutorial
    • Learn Software Testing
      • Software Testing Types
      • SQA
      • Testing
  • Career Training
    • Career Improvement
      • Career Articles
      • Certification Articles
      • Conflict Management
      • Core Skills
      • Decision Making
      • Entrepreneurship
      • Goal Setting
      • Life Skills
      • Performance Development
      • Personal Excellence
      • Personality Development
      • Problem Solving
      • Relationship Management
      • Self Confidence
      • Self Supervision
      • Social Networking
      • Strategic Planning
      • Time Management
    • Education Help
      • Career Tracks
      • Essay Writing
      • Internship Tips
      • Online Education
      • Scholarships
      • Student Loans
    • Managerial Skills
      • Business Communication
      • Business Networking
      • Facilitator Skills
      • Managing Change
      • Marketing Management
      • Meeting Management
      • Process Management
      • Project Management
      • Project Management Life Cycle
      • Project Management Process
      • Project Risk Management
      • Relationship Management
      • Task Management
      • Team Building
      • Virtual Team Management
    • Essential Life Skills
      • Anger Management
      • Anxiety Management
      • Attitude Development
      • Coaching and Mentoring
      • Emotional Intelligence
      • Stress Management
      • Positive Thinking
    • Communication Skills
      • Conversation Skills
      • Cross Culture Competence
      • English Vocabulary
      • Listening Skills
      • Public Speaking Skills
      • Questioning Skills
    • Soft Skills
      • Assertive Skills
      • Influence Skills
      • Leadership Skills
      • Memory Skills
      • People Skills
      • Presentation Skills
    • Finding a Job
      • Etiquette Tips
      • Group Discussions
      • HR Interviews
      • Interview Notes
      • Job Search Tips
      • Resume Tips
      • Sample Resumes
 

Understanding Dimension Basics

By Exforsys | on March 29, 2005 |
MSAS

The next 6 tutorials explains Building Dimensions using Dimensions Editor. Dimensional modeling is the conceptualization and visualization of numerical data models as a set of measures that are derived from the common parameters used in a business. It summarizes and rearranges data and presents views of data to support data analysis. Dimensional modeling focuses on data such as counts, weights, balances and occurrences.

Understanding Dimensions Basics

Dimensional modeling is the conceptualization and visualization of numerical data models as a set of measures that are derived from the common parameters used in a business. It summarizes and rearranges data and presents views of data to support data analysis. Dimensional modeling focuses on data such as counts, weights, balances and occurrences.

Dimensional modeling revolves around facts and dimensions. These are the basic components of cube structures in Analysis services. Facts are collections of data that are related and consists of measures and context data. Each fact table represents a business item, a business transaction or an event that can be used in the analysis of a business. For instance the revenue of a store relates to total revenue and total profits. These would be facts. Facts are core tables in OLAP database. The data in these tables are usually raw data.

Analysis of facts is conducted across a collection of properties. These properties are known as dimensions. Using these dimensions we can view facts in different contexts and perspectives. For instance the sales fact can be examined with reference to State, city or region. These would be members of the geographical dimension. Every point in the fact table is associated with only one member of the multiple dimension in the dimensional model. In the example below the value in a cell is associated with unique dimensions. A time dimension, a product dimension and a place dimension.

Types of Dimensions

A shared dimension is a dimension stored in the library and can be accessed by multiple cubes in the database.

A private dimension is a dimension that can be used only in cubes in which they are defined. A virtual dimension is created from a member property. It can be browsed like a regular dimension but has no aggregations calculated for it. A member property associates additional information with the members in one of the levels of the dimension.

A time dimension is a specialized dimension used to represent standard time. All other dimensions are called standard dimensions

Dimension members: Dimension members are values of the elements in the dimensions. The members are organized in levels within a dimension. For instance the time dimension consists of several levels. Day, week, months, year are levels in the time dimension. The members of the day would be Monday, Tuesday, Wednesday…and so on. When these concepts are combined with fact table records, it is clear that the dimension member determines the position in the dimension with which the record in the fact table is associated.

Dimension Hierarchies: The members of a dimension can be arranged in one or more hierarchies. Each hierarchy can have multiple levels. A member of a dimension may be located on more than one hierarchy structure. In the time dimension the year member may be linked to quarters represented by three months each or to two halves of a year and so on.

Time dimension is a good example of multiple hierarchies in a dimension

The Dimension Editor Interface

In the second tutorial of the series “Introducing Analysis Manager Wizards” we used dimension wizards to build our dimensions. The dimension editor however, appeared as soon as the dimension was created. This is because the Dimension editor is the interface that helps the user manipulate and edit a dimension. In the Analysis Manager, the main console, the Dimension Editor, and the Cube Editor are the only three windows. All others are wizards or dialog boxes.

While the wizard pre-populates the default property value, the dimension editor provides the user with an interface with which to set properties for a dimension and to manipulate the various dimensions and dimension level properties that are attributed to a dimension.

Before proceeding to actually building dimensions let us examine the Dimension Editor interface we will be using. It consists of two panes—the left pane with the dimension tree and the properties pane and the right pane displaying the dimension tables with two tabs called schema tab and data tab.

The Dimension Tree Pane

The dimension, its levels and member properties are contained in the Dimension tree pane that appears on the left pane of the Dimension editor interface. Clicking on the dimension name in the tree will activate the dimension level properties. For instance clicking on Store in the dimension tree will activate the properties of the store dimensions and the members will be displayed on the right pane. To delete a member level the user has to right click on the member and select delete. To rename a level, the user will have to click on the dimension level and click Rename. The name can then be altered. Using “Altering the name property” for that dimension level will also change the name of the property.

The schema of the dimension is displayed in the schema tab of the Dimension editor. This interface displays the tables, views and joins of the relational database that has been used to create the dimension. This schema is extremely useful where snowflake schema or parent child dimensions have to be created.

The Data tab of the interface enables the user browse the hierarchy of the dimension. Custom member formulas are displayed in a small window in the right pane and the type of member properties used and the values of the member properties within the dimension member.

The Custom member formula window in the bottom right corner of the data tab allows the user to create a calculation at the member level. These calculations are useful in instances where the members created are based on other dimension members. For instance in a financial budget for current year’s expenses a 20% increase can be made by creating a custom calculation at the member level so that Current year’s Budget member is 1.2 times the Current year’s actual member. Calculation at member level requires that the SQL Server Enterprise edition is in use and the write back to the dimension option is enabled.

Grouping levels is used when a dimension contains more than 64,000 members. In MOLAP storage mode Analysis services can handle up to 10 million members but the number of child members to a parent can be only 64,000. Artificial hierarchies are created to circumvent this problem. Analysis services has an inbuilt option of automatically creating the artificial hierarchies. For instance in the Employee dimension “all employees” would be a artificial hierarchy.

Select Advanced options for regular dimensions dialog box
The options available in this dialog box enable users to set different properties to dimensions or members and change the dimension or member properties.
If the user wants to change dimension properties he will have to invoke the Changing Dimension Wizard. This wizard is used to optimize a dimension for frequent changes to data within the relational data source. Regular dimensions that change require the ROLAP storage mode or has to be a parent-child dimension or a virtual dimension.
Uniqueness of members can be ordered by using a combination of member keys unique, member names unique, allow duplicate names, and order by dimension level properties. This helps in building more efficient aggregates for the dimensions.
Storage mode and member groups is a property that is a combination of the storage mode and the dimension property and the grouping dimension level property. Where the dimension has more than 10 million members, this dialog helps convert the storage mode to ROLAP. If the range is greater than 64,000 members but less than 10 million Analysis services will automatically create a grouping level above the lowest level.




« « Oracle 9i Database Triggers
MSAS : Shared vs Private Dimensions » »

Author Description

Avatar

Editorial Team at Exforsys is a team of IT Consulting and Training team led by Chandra Vennapoosa.

Free Training

RSSSubscribe 392 Followers
  • Popular
  • Recent
  • MSAS : Meta data Repository

    March 23, 2005 - 0 Comment
  • MSAS – Introducing Solve Order

    April 21, 2005 - 0 Comment
  • Microsoft Analysis Services Training

    February 25, 2005 - 0 Comment
  • MSAS: Creating a Time Dimension

    April 7, 2005 - 0 Comment
  • MSAS – Applying security to a Dimension

    May 5, 2005 - 0 Comment
  • MSAS : Building the Cube Part #2

    March 10, 2005 - 0 Comment
  • MSAS: Optimization Tuning Part 1

    April 14, 2005 - 0 Comment
  • MSAS : Cube Storage options

    March 23, 2005 - 0 Comment
  • MSAS – Understanding Virtual Cubes

    April 24, 2005 - 0 Comment
  • Defining OLAP Solutions and Data Warehouse design

    February 27, 2005 - 0 Comment
  • MSAS – Browsing the Dependency Network

    May 6, 2005 - 0 Comment
  • MSAS – Building a Relational Decision Tree Model

    May 6, 2005 - 0 Comment
  • MSAS – Introduction to Data Mining

    May 6, 2005 - 0 Comment
  • MSAS – Applying security to a Dimension

    May 5, 2005 - 0 Comment
  • Tutorial 65: MSAS – Managing Cube Roles

    May 5, 2005 - 0 Comment
  • MSAS – Understanding Database Roles

    May 5, 2005 - 0 Comment
  • MSAS – Securing User Authentication

    May 2, 2005 - 0 Comment
  • MSAS – Introducing Analysis Services Security

    May 2, 2005 - 0 Comment
  • MSAS – Writebacks

    April 28, 2005 - 0 Comment
  • MSAS – Defining and Creating Drillthrough

    April 26, 2005 - 0 Comment

Exforsys e-Newsletter

ebook
 

Related Articles

  • MSAS – Browsing the Dependency Network
  • MSAS – Building a Relational Decision Tree Model
  • MSAS – Introduction to Data Mining
  • MSAS – Applying security to a Dimension
  • Tutorial 65: MSAS – Managing Cube Roles

Latest Articles

  • Project Management Techniques
  • Product Development Best Practices
  • Importance of Quality Data Management
  • How to Maximize Quality Assurance
  • Utilizing Effective Quality Assurance Strategies
  • Sitemap
  • Privacy Policy
  • DMCA
  • Trademark Information
  • Contact Us
© 2023. All Rights Reserved.IT Training and Consulting
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.AcceptReject Read More
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT