We may earn an affiliate commission when you visit our partners.
Take this course
Phillip Burton and I Do Data Limited

Reviews:

"Good Stuff Overall. In my opinion, the instructor did great with the "How-tos" which helped for sure in grasping the whole concept of how to create cubes, set up data source and source views, dimensions, add attributes etc." Lakeside David-Debo

"A fantastic course which gets you rolling very quickly and comfortably, thanks for the short and condensed knowledge delivery. Thanks, Phillip you made SSAS very simple for me." - Anup Kale

Read more

Reviews:

"Good Stuff Overall. In my opinion, the instructor did great with the "How-tos" which helped for sure in grasping the whole concept of how to create cubes, set up data source and source views, dimensions, add attributes etc." Lakeside David-Debo

"A fantastic course which gets you rolling very quickly and comfortably, thanks for the short and condensed knowledge delivery. Thanks, Phillip you made SSAS very simple for me." - Anup Kale

"This is really the perfect course for beginners. Easy to learn and very inspirational for further investigations in SSAS. Thank you very much, Phillip. " - Marina Barinova

Welcome to this course on SQL Server SSAS and MDX Cubes – an Introduction.

You may have become experienced with creating SQL statements in SQL Server Management Studio. Building databases is ideal when you want to quickly add data – that’s why they are called OLTP – Online Transaction Processing – they are designed for speed for adding transactions. 

But what if you want to get information out quickly? OLTP databases are not based designed for this. What you need instead is a process whereby data is pre-aggregated – in other words, a lot of the calculations you may write have been calculated before you ask for them. It saves a lot of time. It would also be useful if the end user didn’t have to bother with SQL queries, and could use something a bit more hands-on, although retaining something more advanced for advanced users. That’s where cubes come in, full of pre-aggregated data, and SQL Server Analytical Services– or SSAS – (Online Analytical Processing) allows you to make these cubes.   

This course is designed for the complete beginner in Multidimensional cubes, or someone who wants to refresh their memory. We’ll create a cube to start with from an ordinary database, and then I’ll ask you to create one from a special database known as a Data Warehouse. We’ll export our cube in SQL Server Management Studio, and into SSRS – and we’ll even have a bit of a look at the more advanced way of querying that is MDX.

Enroll now

What's inside

Learning objectives

  • Create cubes in ssas, based on fact and dimension tables.
  • Process the cubes, and analyse them in excel, ssrs, and access them in ssms.
  • Learn some of the more advanced items, such as translations.
  • Learn mdx language to query your cubes.

Syllabus

Hello. I'll be introducing myself, and introducing the course.

Hello, and thank you for joining me in this course. I'll be introducing myself, and looking at what we will cover in this course.

Read more

It used to be that we had to install a cut-down version of SQL Server. Instead, let's now install a version with the full functionality of the Enterprise edition - for personal use only, though.

Now let's go through the process of installing SQL Server.  I'll also go through the various editions of SQL Server (e.g. 2008, 2012).

Now that's the back engine has been installed, we've got to install SSMS (SQL Server Management Studio).

We are going to use two versions of AdventureWorks - the first we will use to create our first cube, and the second will be for a practice activity. Let's download them now.

Let's have a look at AdventureWorks, using SQL Server Management Studios, and have a look at the tables used.

Every cube needs to be creating within a project. Let's create our first project.

Now that we've got a project, let's have a look around at the various panes. Also, just as T-SQL has its own terminology (such as "window functions"), SSAS has its own words. Let's get used to facts, measures, dimensions and cubes.

Now that we've got a project, we need to connect to some data. Let's create a data connection with our AdventureWorks database.

Just like a painter needs colors, a cube designer needs tables. Let's add some tables into a Data Source View.

We've got a data source and a dimension - let's now create a cube, and pull a couple of tables into the cube.

So on my computer, I find that I can't see the cube that I've just created. Let's add a role for my account, and change the impersonation for the data source, and see whether that solves the problem. Then let's take a quick look at the cube.

Now we've got a cube, let's look at it. First of all we'll open Excel from Visual Studio directly. Then we'll go to Excel 2016 and we'll add a database connection, and create a PivotTable, and see how that is different from traditional PivotTables. We'll do the same again in Excel 2013 to see how that it is different.

Let's add an extra table and create a dimension from this table.

Now we've created a dimension, let's re-process the cube, and then view it in Excel again.

Not only can you use T-SQL in SSMS, you can also use MDX, creating SELECT statements from your cube. But be warned - the syntax may look like T-SQL, but it is actually quite different.

What else can we do with cubes? Why don't we create a report as well, using SQL Server Reporting Services.

Now it's your turn. Let's create a second cube, this one using the AdventureWorksDW file. We'll go through what you have got to do - and then, over to you.

As a reminder, here are your instructions.

Let's run through, and create this second cube.

Existing dimensions can be modified, by adding additional attributes. But what if one of the attributes you want to add it merely a translation of an existing one? Instead of addition translation attributes, let's translate an attribute instead.

Now that we've got the cube working, let's add another table into the DSV, and then after trying to create a new dimension, we'll replace this table with a query.

Hierarchies can be very useful in organising data, such as dates into years, months and days, and cities into countries, states and cities. Let's create a 2-level hierarchy from our date dimension.

Now let's change our hierarchy from 2 levels (year - date) to 3 levels (year - month - date). It's now at easy as it sounds. Let's find out what problems we encounter.

  • prevmember
  • nextmember
  • lag
  • lead
  • head
  • tail
  • cousin

Traffic lights

Read about what's good
what should give you pause
and possible dealbreakers
Teaches fundamentals in OLTP and OLAP databases, which are essential for handling structured data
Explores SSAS and MDX Cubes, which are utilized in various industries for data analysis
Covers cube creation, data processing, and analysis using practical examples
Emphasizes hands-on exercises and interactive materials, allowing learners to apply concepts directly
Provides a solid foundation for beginners and helps intermediate learners enhance their skills in data analysis
Utilizes AdventureWorks database, which is widely used in data analysis and is familiar to many learners

Save this course

Create your own learning path. Save this course to your list so you can find it easily later.
Save

Reviews summary

Easy introduction to ssas and mdx

According to learners, this course provides a perfect introduction to SSAS and MDX, making it ideal for beginners or those looking for a quick refresher. Students consistently praise the instructor, Phillip, for making the complex topic of SSAS feel simple and easy to learn. The course is noted for its condensed knowledge delivery, which helps learners get started quickly and comfortably. Specific highlights include the practical "How-tos" and step-by-step guidance, which were found to be extremely helpful in grasping the fundamental concepts such as creating cubes, setting up data source views, dimensions, and attributes. Overall, students feel it offers a strong foundational overview that is inspirational for further study in the field.
Provides a solid base for further study.
"...very inspirational for further investigations in SSAS."
"I feel like I gained a solid foundation in SSAS."
"It helped me grasp the whole concept of SSAS cubes, which is a great start."
Instructor makes learning simple and engaging.
"Thanks, Phillip you made SSAS very simple for me."
"Thank you very much, Phillip."
"...the instructor did great with the "How-tos" which helped for sure..."
Delivers knowledge efficiently for quick learning.
"A fantastic course which gets you rolling very quickly and comfortably..."
"...thanks for the short and condensed knowledge delivery."
"I was able to get started really fast with this course."
Provides helpful step-by-step instructions.
"...the instructor did great with the "How-tos" which helped for sure..."
"...helped for sure in grasping the whole concept of how to create cubes, set up data source and source views, dimensions, add attributes etc."
"I appreciated the practical guidance on setting up SSAS components."
Makes complex SSAS topics easy to grasp.
"Phillip you made SSAS very simple for me."
"It helped me grasp the whole concept of how to create cubes and dimensions easily."
"I found the course content easy to learn."
Perfect for those starting with SSAS.
"This is really the perfect course for beginners."
"Easy to learn and very inspirational for further investigations in SSAS."
"It helped me grasp the whole concept of SSAS for sure."

Activities

Be better prepared before your course. Deepen your understanding during and after it. Supplement your coursework and achieve mastery of the topics covered in SQL Server SSAS (Multidimensional MDX) - an Introduction with these activities:
Install SSAS Development Environment
Installing the necessary development environment will ensure you have the tools you need to complete the hands-on activities and projects in this course.
Show steps
  • Download and install the SSAS development environment.
  • Verify that the installation is successful.
Read "The Data Warehouse Toolkit 3rd Edition"
Reading this comprehensive guide to data warehousing and dimensional modeling will provide a strong theoretical foundation for understanding the concepts and techniques covered in this course.
Show steps
  • Read the book thoroughly.
  • Take notes and highlight key concepts.
Review T-SQL Syntax
Refreshing your knowledge of T-SQL syntax will help you recall the fundamentals and prepare you to use MDX and SQL effectively throughout the course.
Show steps
  • Review T-SQL syntax.
  • Practice writing some basic T-SQL queries.
Five other activities
Expand to see all activities and additional details
Show all eight activities
Write a Summary of the Different Types of Cubes
Writing a summary of the different types of cubes used in data warehousing and SSAS will help you solidify your understanding of the strengths and use cases of each cube type.
Show steps
  • Research the different types of cubes.
  • Write a concise and informative summary.
Solve a List of Built-in Functions
Solving a list of built-in functions will help improve your mastery of the syntax and basic concepts of MDX by testing your ability to apply functions in a practical scenario.
Show steps
  • Review the available MDX built-in functions.
  • Practice applying these functions in a practical scenario.
Discuss the Role of KPIs in SSAS
Engaging in discussions with peers will help you gain diverse perspectives, identify areas where you need to improve your understanding, and build confidence in working with cubes.
Show steps
  • Find a study partner or group.
  • Schedule regular peer sessions.
Create a Pyramid Chart
Creating a pyramid chart in SSAS or another business intelligence tool will help you visualize and analyze hierarchical data, such as sales by region or product category, in a visually appealing and intuitive way.
Browse courses on Charting
Show steps
  • Learn about the concept of a pyramid chart.
  • Follow a tutorial to create a pyramid chart using SSAS or a third-party tool.
Dashboard for a Business Department
Creating a dashboard for a specific business department will allow you to apply your knowledge of cubes to a real-world scenario, enhancing your practical skills and understanding of business intelligence.
Show steps
  • Identify a business department and its data needs.
  • Design and develop a dashboard.

Career center

Learners who complete SQL Server SSAS (Multidimensional MDX) - an Introduction will develop knowledge and skills that may be useful to these careers:
Data Analyst
Data Analysts collect, transform, and analyze data from a variety of sources to identify trends and patterns. They use their findings to make recommendations that can help businesses improve their operations, make better decisions, and increase their profits. This course can help you develop the skills you need to become a successful Data Analyst, including how to create and use cubes in SSAS, perform data analysis using MDX, and create reports using SQL Server Reporting Services.
Business Intelligence Analyst
Business Intelligence Analysts use data analysis to help businesses make better decisions. They identify trends and patterns in data, and develop reports and visualizations that help stakeholders understand the data. This course can help you develop the skills you need to become a successful Business Intelligence Analyst, including how to create and use cubes in SSAS, perform data analysis using MDX, and create reports using SQL Server Reporting Services.
Data Scientist
Data Scientists use data analysis to solve complex problems. They develop models and algorithms to predict future outcomes, and they use their findings to make recommendations that can help businesses improve their operations, make better decisions, and increase their profits. This course can help you develop the skills you need to become a successful Data Scientist, including how to create and use cubes in SSAS, perform data analysis using MDX, and create reports using SQL Server Reporting Services.
Database Administrator
Database Administrators are responsible for the maintenance and performance of databases. They ensure that data is stored securely and efficiently, and that it is available to users when they need it. This course can help you develop the skills you need to become a successful Database Administrator, including how to create and use cubes in SSAS, perform data analysis using MDX, and create reports using SQL Server Reporting Services.
Data Warehouse Developer
Data Warehouse Developers design and develop data warehouses. They work with data analysts and business stakeholders to identify the data that needs to be stored in the data warehouse, and they develop the ETL (extract, transform, load) processes that are used to populate the data warehouse. This course can help you develop the skills you need to become a successful Data Warehouse Developer, including how to create and use cubes in SSAS, perform data analysis using MDX, and create reports using SQL Server Reporting Services.
ETL Developer
ETL Developers develop the ETL (extract, transform, load) processes that are used to populate data warehouses. They work with data analysts and business stakeholders to identify the data that needs to be extracted from source systems, and they develop the transformations that are needed to clean and prepare the data for loading into the data warehouse. This course can help you develop the skills you need to become a successful ETL Developer, including how to create and use cubes in SSAS, perform data analysis using MDX, and create reports using SQL Server Reporting Services.
Data Architect
Data Architects design and develop the data architecture for organizations. They work with business stakeholders to identify the data that needs to be collected and stored, and they develop the data models and schemas that are used to organize and manage the data. This course can help you develop the skills you need to become a successful Data Architect, including how to create and use cubes in SSAS, perform data analysis using MDX, and create reports using SQL Server Reporting Services.
Software Engineer
Software Engineers design, develop, and maintain software applications. They work with users to identify the requirements for the software, and they develop and test the software to ensure that it meets the requirements. This course can help you develop the skills you need to become a successful Software Engineer, including how to create and use cubes in SSAS, perform data analysis using MDX, and create reports using SQL Server Reporting Services.
Systems Analyst
Systems Analysts work with businesses to identify and solve problems. They analyze business processes and systems, and they develop recommendations for improvements. This course can help you develop the skills you need to become a successful Systems Analyst, including how to create and use cubes in SSAS, perform data analysis using MDX, and create reports using SQL Server Reporting Services.
Project Manager
Project Managers plan and manage projects. They work with stakeholders to identify the goals of the project, and they develop and execute the project plan. This course can help you develop the skills you need to become a successful Project Manager, including how to create and use cubes in SSAS, perform data analysis using MDX, and create reports using SQL Server Reporting Services.
Business Analyst
Business Analysts work with businesses to identify and solve problems. They analyze business processes and systems, and they develop recommendations for improvements. This course can help you develop the skills you need to become a successful Business Analyst, including how to create and use cubes in SSAS, perform data analysis using MDX, and create reports using SQL Server Reporting Services.
Data Engineer
Data Engineers build and maintain the data infrastructure that is used to store and process data. They work with data analysts and business stakeholders to identify the data that needs to be stored and processed, and they develop the systems and processes that are needed to do so. This course can help you develop the skills you need to become a successful Data Engineer, including how to create and use cubes in SSAS, perform data analysis using MDX, and create reports using SQL Server Reporting Services.
Database Designer
Database Designers design and develop the databases that are used to store and manage data. They work with data analysts and business stakeholders to identify the data that needs to be stored in the database, and they develop the database schema that is used to organize and manage the data. This course can help you develop the skills you need to become a successful Database Designer, including how to create and use cubes in SSAS, perform data analysis using MDX, and create reports using SQL Server Reporting Services.
Information Security Analyst
Information Security Analysts protect the data and systems of organizations from unauthorized access, use, disclosure, disruption, modification, or destruction. They develop and implement security policies and procedures, and they monitor and investigate security breaches. This course can help you develop the skills you need to become a successful Information Security Analyst, including how to create and use cubes in SSAS, perform data analysis using MDX, and create reports using SQL Server Reporting Services.
IT Auditor
IT Auditors evaluate the security and efficiency of IT systems. They review IT systems and processes, and they make recommendations for improvements. This course can help you develop the skills you need to become a successful IT Auditor, including how to create and use cubes in SSAS, perform data analysis using MDX, and create reports using SQL Server Reporting Services.

Reading list

We've selected nine books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in SQL Server SSAS (Multidimensional MDX) - an Introduction.
This is an in-depth look at MDX that takes you through solving a number of business problems using MDX. It does not cover the other features of SSAS, but it is the authoritative text on MDX.
Provides a comprehensive guide to Power BI, a tool for data modeling and self-service business intelligence.
Good reference for MDX, with lots of worked examples and uses. It is designed for those who have a good working knowledge of MDX, and it is excellent reference material for MDX.
Is another good introduction to SSAS and a lot of the features are covered in this course. It acts as a good reference book, and it is one that beginners can pick up and understand.
Provides a comprehensive introduction to SQL Server Analysis Services 2016, covering both tabular and multidimensional modeling.
Gives a good overview of SSAS, and a lot of the topics are covered in this course. It can be used as an additional reading text for those who wish to go through another walk through of some of the concepts covered in the course.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Similar courses are unavailable at this time. Please try again later.
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2025 OpenCourser