SQL Server Analysis Services Fundamentals

Slides:



Advertisements
Similar presentations
2012 © Trivadis BASEL BERN LAUSANNE ZÜRICH DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. HAMBURG MÜNCHEN STUTTGART WIEN Welcome November 2012 Highlights BI.
Advertisements

Jose Chinchilla MCITP: Database Administrator, SQL Server 2008 MCITP: Business Intelligence Design and Implementation, SQL Server 2008 President & CEO,
Cloud, On-Premise, or Hybrid - Where are you making BI investment decisions and why? John P
Introduction to Building a BI Solution 권오주 OLAPForum
Understanding Analysis Services Architecture. Microsoft Data Warehousing Overview OLTP Source DTS DW Storage Analysis Services Clients OLE DB for OLAP,
Data Analysis Nirvana: Excel 2013 Business Intelligence Features Tom Jones – President, Iridium Technology LLC.
SharePoint 2010 Business Intelligence Module 6: Analysis Services.
SPONSORS. Microsoft PowerPivot for SQL Server, Excel 2010, and SharePoint 2010 Michael Herman Syntergy, Inc.
IST722 Data Warehousing Business Intelligence Development with SQL Server Analysis Services and Excel 2013 Michael A. Fudge, Jr.
Chris Testa-O’Neill QA. Who am I Chris Testa-O’Neill Business Intelligence Specialist at QA Technical Author for Microsoft E-Learning Author of the SQL.
Vidas Matelis, Toronto SQL Server User Group November 13, 2008.
Class Introduction 1. Agenda  Instructor Introduction  Administration  Course Overview  Syllabus  Next Time… 2.
David Dye.  Introduction  Introduction to PowerPivot  Working With PowerPivot.
SQL Server Analysis Services 2012 BI Semantic Model BISM.
BISM Introduction Marco Russo
A highway through the mountains of data with the SQL Server Tabular Model This presentation is a walk through in-memory database and reporting features.
BI Reporting Tools Kalyn Kelly June 10, BI – Business Intelligence  A set of theories, methodologies, architectures, and technologies that transform.
Or How I Learned to Love the Cube…. Alexander P. Nykolaiszyn BLOG:
Develop Business Intelligence Application with Microsoft SharePoint 2013 Author: Vo Duy Anh.
PROJECT ORIENTED ONLINE TRAINING ON MSBI (IS,AS,RS)
Overview Microsoft Information Management
Victoria Power BI User Group Meeting
SQL Server Analysis Services Fundamentals
Serve as Director Funded by the Louisiana Department of Transportation and Development Developed LaCrash application to electronically capture crash.
4/18/2018 6:56 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft’s shiny dashboard-tool
Let’s Build a Tabular Model in Azure
Still a Toddler but growing fast
What’s new in SQL Server 2017 for BI?
Introduction to Tabular Data Models
Setting up BI Infrastructure
Creating Enterprise Grade BI Models with Azure Analysis Services
Module III: Business Analytics
Introduction to SQL Server Analysis Services
- for the SSASMD Developer
<Enter course name here>
with the Microsoft BI Ecosystem
6/19/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Data Platform and Analytics Foundational Training
Summit Nashville /23/ :38 PM
Julie Strauss Senior Program Manager Microsoft
Introduction to Analysis Services 2008 R2 Cubes
Microsoft Business Intelligence
What is business intelligence?
Less known component in SSIS and cool features of Power BI
Introduction to SQL Server Analysis Services
Analysis Services for the Absolute Beginner
Introduction to tabular models
Business Intelligence for Project Server/Online
Database migrated to Azure SQL DB. Checked.
Module 1: Introduction to Business Intelligence and Data Modeling
Introduction to tabular models
SQL Server Analysis Services Fundamentals
Linda Nguyen, John Swinehart, Yiwen (Cathy) Sun, Nargiza Nosirova
Implementing Data Models & Reports with Microsoft SQL Server
Cloud BI with Azure Analysis Services
DAX and the tabular model
Designing Business Intelligence Solutions with Microsoft SQL Server
TechEd /24/2018 6:19 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Cloud BI with Azure Analysis Services
Delivering an End-to-End Business Intelligence Solution
Kasper de Jonge Microsoft Corporation
Module 12: Implementing an Analysis Services Tabular Data Model
Building your First Cube with SSAS
Tracking Usage of Analysis Services with SharePoint
Power BI with Analysis Services
Let’s Build a Tabular Model in Azure
Let’s Build a Tabular Model in Azure
Wimmer Solutions Team Justin Barbara Meg SQL and PowerBI Developer
Module 5: Creating Multidimensional Databases
Presentation transcript:

SQL Server Analysis Services Fundamentals Dave Bland daveb8782@gmail.com

Thank you Sponsors

About Me Dave Bland 14 years DBA Experience Teaching SQL Server since 1999 Frequent SQL Saturday presenter in Midwest SQL Server Instructor at Harper College, Palatine, IL Currently supervise a team of DBAs at Stericycle DBA consultant for Einstein Technology Solutions, Lombard, IL About Me

Certifications

Agenda SSAS Fundamentals SSAS Security Cube Processing How to read the data

What is SSAS and Why Use it “Analysis Services is an online analytical data engine used in decision support and business intelligence (BI) solutions, providing the analytical data for business reports and client applications such as Excel, Reporting Services reports, and other third-party BI tools” - Microsoft.com SSAS can be used for data analysis Reports Trending Predictive Analytics What is SSAS and Why Use it

Microsoft Business Intelligence Technologies Course 10778A Module 1: Introduction to Business Intelligence and Data Modeling Microsoft SQL Server Integration Services Microsoft SQL Azure and the Windows Azure Marketplace Data Warehousing SQL Server Database Engine  1011000110 SQL Server Data Quality Services SQL Server Master Data Services SQL Server Reporting Services SQL Server Analysis Services Microsoft PowerPivot Technologies Business Intelligence Microsoft Business Intelligence Technologies Interactive data analysis Microsoft Excel Data Mining Add-In PowerPivot Add-In MDS Add-In Microsoft SharePoint Server Power View Interactive data visualizations Reports, KPIs, and Dashboards

OLAP vs OLTP

Analysis Services Project Database Data Source Data Source View Cube Role

Analysis Services Terminology Measure Dimension Attributes Members

Time Dimension Used to aggregate measures by time Year over Year considerations Holidays Generally create for years in future Can use the wizard, in Data Tools Time Dimension

Model Types Two Types Multidimensional Tabular Supported in Azure Need the On-Premises data gateway to connect to internal data sources Feature Multidimensional Tabular Query Language MDX MDX and DAX Storage Disk Memory or Disk Functions Similar to Excel

Analysis Services Terminology Process Data Warehouse Data Sources  ETL Data Models Reporting and Analysis

Processing a Cube Types of Processing Full Incremental Can process individual parts of the cube Uses XMLA SQL Agent Job SSIS task SQL Server Management Studio Let SSMS generate script Processing a Cube

SSAS Security Is Role based Uses Windows Authentication

What would we want to know about a player Dimensions Gender Postal Code Age Type of Game Section of boat Day of Week Facts Coin In Win\Loss Jackpots Buy In Hour of Day Day of Year Year Month What would we want to know about a player

How to get the Data SQL Server Management Studio Excel MDX DAX Reporting Services Third Party Reporting Tools

Thank You Questions?