SQL Server SSAS (Multidimensional MDX) – an Introduction

Create cubes from databases, analyse them in Excel, SSRS etc. using SSAS MDX (a Business Intelligence tool)

Reviews:

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

  • Introduction –> 5 lectures • 7min.
  • Installing SQL Server –> 9 lectures • 38min.
  • Creating our first cube –> 11 lectures • 59min.
  • Creating a new cube, and enhancing it. –> 10 lectures • 1hr 2min.
  • Creating MDX Statements – Measures –> 8 lectures • 38min.
  • Creating MDX Statements – Dimensions –> 9 lectures • 56min.
  • Hierarchies –> 6 lectures • 30min.
  • Date hierarchies –> 5 lectures • 27min.
  • Creating and joining sets –> 6 lectures • 30min.
  • Functions –> 6 lectures • 45min.
  • Key Performance Indicators –> 10 lectures • 45min.
  • Using Cubes in Excel and SSRS –> 3 lectures • 27min.
  • The End – or just the beginning –> 2 lectures • 4min.

SQL Server SSAS (Multidimensional MDX) - an Introduction

Requirements

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.

Get Tutorial