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,
Introduction To MDX Dustin Ryan. A little bit about me…  Business Intelligence Consultant, Pragmatic Works  Technical editor for the many authors at.
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.
Realizing Business Insights with PowerPivot
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.
Sales Dim Date Dim Customers Dim Products Dim Categories Dim Geography The data warehouse is a simple and standard one, after all we.
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:
Getting Started with Tabular July 11, Phillip Labry  Sr. BI Engineer  IT development for over 25 years  Developer, DBA, Business Intelligence.
Develop Business Intelligence Application with Microsoft SharePoint 2013 Author: Vo Duy Anh.
PROJECT ORIENTED ONLINE TRAINING ON MSBI (IS,AS,RS)
Review DirectQuery in SSAS 2016, best practices and use cases
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.
45 Minutes to Your First Tabular Model
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
Power BI Performance Tips & Tricks
Welcome to WideWorld Importers
Setting up BI Infrastructure
Module III: Business Analytics
Introduction to SQL Server Analysis Services
6/12/2018 2:19 PM BRK3245 DirectQuery in Analysis Services: best practices, performance, and use cases Marco Russo SQLBI © Microsoft Corporation. All rights.
<Enter course name here>
6/19/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
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
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
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.
Delivering an End-to-End Business Intelligence Solution
Kasper de Jonge Microsoft Corporation
Module 12: Implementing an Analysis Services Tabular Data Model
Analytics in the Cloud using Microsoft Azure
Building your First Cube with SSAS
Power BI with Analysis Services
Let’s Build a Tabular Model in Azure
Let’s Build a Tabular Model in Azure
Enriching your BI Semantic Models with Data Analysis Expressions (DAX)
A lightweight editor for SSAS Tabular Models built in .NET / WinForms
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 Database Backups 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 Feature Query Language MDX MDX and DAX Storage Disk Memory or Disk Sample Query SELECT { [Measures].[Sales Amount], [Measures].[Tax Amount] } ON COLUMNS, { [Date].[Fiscal].[Fiscal Year].&[2002], [Date].[Fiscal].[Fiscal Year].&[2003] } ON ROWS FROM [Adventure Works] WHERE ( [Sales Territory].[Southwest] ) evaluate( Filter( FactInternetSales , FactInternetSales[OrderDateKey]>20030101) ) 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

Backup Database Backup Database, not just the cube Determine if there is a need to backup the database <Backup xmlns="http://schemas.microsoft.com/analysisservices/2003/engine"> <Object> <DatabaseID>AdventureWorksCube</DatabaseID> </Object> <File>\\AWCorp\backups\StorageWorks\AW\SSAS\AWBackup.abf</File> </Backup>

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

Data Tools Is a project type Data Source Data Source View Cubes Dimensions Roles Data Tools

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

Thank You Questions?