Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
SQL Server SSAS (Multidimensional MDX) - an Introduction
Highest Rated
Rating: 4.6 out of 5(2,486 ratings)
14,511 students

SQL Server SSAS (Multidimensional MDX) - an Introduction

Create cubes from databases, analyse them in Excel, SSRS etc. using SSAS MDX (a Business Intelligence tool)
Last updated 2/2026
English

What you'll learn

  • 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.

Course content

13 sections92 lectures7h 54m total length
  • Introduction2:25

    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.

  • Welcome to Udemy0:35
  • Introduction to Udemy3:05
  • Do you want auto-translated subtitles in more languages?1:20
  • Which version of Visual Studio should I install?0:42

Requirements

  • You don't need to know or do anything before starting this course.
  • I'll show you have to download the Developer Edition of SQL Server 2022 for FREE.
  • You need to have a Windows computer, or use a Mac computer which can dual-boot into Windows or using Parallel Desktop with Windows. (However, it will not work under Windows ARM - for example, a Mac M1 or M3.)

Description

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.

Please note: This course is not affiliated with, endorsed by, or sponsored by Microsoft.


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.

Who this course is for:

  • This is for you if you want to learn about SQL Server Analysis Services.
  • No previous experience using SSAS is necessary.
  • It would be useful if you have previously used SQL Server (T-SQL), but far from essential.