Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Data Analysis with SQL Server Analysis Server - SSAS
Rating: 4.3 out of 5(22 ratings)
2,388 students

Data Analysis with SQL Server Analysis Server - SSAS

Connect to data source and analyse data with SSAS
Last updated 3/2026
English

What you'll learn

  • Install SQL Server
  • Install SQL Server Analysis Services
  • Install Visual Studio
  • Install SQL Server Data Tools
  • Create a tabular model
  • Create a connection to data source
  • Transform and import data
  • Create relationships
  • Create measures
  • Create key performance indicators - KPI

Course content

3 sections28 lectures2h 1m total length
  • Introduction0:20
  • What is SQL Server0:23
  • What is SSAS0:12
  • What is Visual Studio0:07
  • Download SQL Server4:31
  • Install SQL Server9:43
  • Install SSMS5:48
  • Connect SSMS to SQL Server7:46
  • Install Sample database5:49
  • Install Visual studio6:46
  • Visual studio workloads3:59
  • Install SQL Server Data Tools4:09
  • Install SSDT Template Designers6:21
  • Install SSAS8:07
  • Connecting to SSAS1:27

Requirements

  • Basic database concepts advised.

Description

Data analysis is a process of inspecting, cleansing, transforming, and modelling data with the goal of discovering useful information, informing conclusions, and supporting decision-making.

SQL Server Analysis Services (SSAS) is the technology from the Microsoft Business Intelligence stack, to develop Online Analytical Processing (OLAP) solutions. In simple terms, you can use SSAS to create cubes using data from data marts / data warehouse for deeper and faster data analysis.

Analysis Services is an analytical data engine  used in decision support and business analytics. It provides enterprise-grade semantic data model capabilities for business intelligence (BI), data analysis, and reporting applications such as Power BI, Excel, Reporting Services, and other data visualization tools. Analysis Services is available in different platforms.

Tabular models in Analysis Services are databases that run in-memory or in DirectQuery mode, connecting to data from back-end relational data sources. By using state-of-the-art compression algorithms and multi-threaded query processor, the Analysis Services VertiPaq analytics engine delivers fast access to tabular model objects and data by reporting client applications like Power BI and Excel.

Tabular models are created in Microsoft Visual Studio with the Analysis Services projects extension. The extension installs a tabular model designer, which provides a design surface for creating semantic model objects like tables, relationships, measures, and KPIs.

Tabular models can be deployed to Power BI Premium, Azure Analysis Services, or an instance of SQL Server Analysis Services configured for Tabular server mode. Deployed tabular models can be managed in SQL Server Management Studio or by using many different tools.


Who this course is for:

  • Beginners to SQL Server Analysis Services