SQL Server Analysis Services 2012 BI Semantic Model BISM.

Slides:



Advertisements
Similar presentations
Presentation held by Tomislav Piasevoli at the local WinDays 11 conference, Rovinj, Croatia. Monday, 16:10-17:00, Room 6.
Advertisements

Cubes for Flat Table Land
Joe Homnick, MCITP: Business Intelligence Developer
Power BI Rafal Lukawiecki Strategic Consultant Project Botticelli Ltd
OLAP Services Business Intelligence Solutions. Agenda Definition of OLAP Types of OLAP Definition of Cube Definition of DMR Differences between Cube and.
SQL Server Analysis Services
Using Measures. Types of Measures Additive – A Measure Where the Value of a Member Is the Sum of Its Children At Any Level of Any Dimension Amount Units.
The information herein is for informational purposes only and represents the opinions and views of Project Botticelli and/or Rafal Lukawiecki. The material.
Implementing Business Analytics with MDX Chris Webb London September 29th.
Albert van Dok SQL Zaterdag 12 november Background Life Before BISM What is BISM BISM Positioning Questions.
Business Intelligence in SharePoint 2013 Empowering users to change their world Jason Himmelstein, SharePoint MVP Office 365 Advisory Services Manager.
Julie Strauss Senior Program Manager Lead Microsoft Corporation
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.
Developing an Optimized Analysis Services Tabular Project BI Semantic Model Peter Myers StrataDB DBI315.
Analysis Services 101 Dave Fackler, MCDBA, MCSE, MCT Director, Business Intelligence Practice Intellinet Corporation.
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.
MSBI online training. MSBI Online Training Course Content : What Is Microsoft BI? Core concept – BI is the cube or UDM Example cube as seen using Excel.
The information herein is for informational purposes only and represents the opinions and views of Project Botticelli and/or Rafal Lukawiecki. The material.
The 20-Minute Tabular Model Bill Anton Prime Data Intelligence.
Optimizing Your BI Semantic Model for Performance and Scale Dave Wickert (AE7TD) Principal Program Manager SQL Server Business Intelligence.
BISM: Multidimensional vs. Tabular Marco Russo Senior Consultant SQLBI.
David Dye.  Introduction  Introduction to PowerPivot  Working With PowerPivot.
2012 © Trivadis BASEL BERN LAUSANNE ZÜRICH DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. HAMBURG MÜNCHEN STUTTGART WIEN Welcome July 2012 Highlights SQL Server.
TechEd /24/2017 9:33 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
The 20-Minute Tabular Model Bill Anton Prime Data Intelligence.
The information herein is for informational purposes only and represents the opinions and views of Project Botticelli and/or Rafal Lukawiecki. The material.
BI Semantic Model – SSAS Tabular Mode Traditional IT focused OLAP solutions.
SQL Server Analysis Services Understanding Unified Dimension Model (UDM)
Business Intelligence in SharePoint 2013 Business Intelligence in SharePoint 2013 Empowering users to change their world Jason Himmelstein, MVP Senior.
BISM Introduction Marco Russo
MSBI ONLINE TRAINING Techverze. Introduction to MSBI Microsoft Business Intelligence delivers quality data and analyst can measure, manage and improve.
Or How I Learned to Love the Cube…. Alexander P. Nykolaiszyn BLOG:
demo Value Profit per country $542, $56, $175, $182, $223, $324, Profit for current country Rank.
Getting Started with Tabular July 11, Phillip Labry  Sr. BI Engineer  IT development for over 25 years  Developer, DBA, Business Intelligence.
Getting Started with Tabular April 11, Phillip Labry  Sr. BI Engineer  IT development for over 25 years  Developer, DBA, Business Intelligence.
Analysis Services Choosing between Multidimensional and Tabular Helena Cabral - BI4ALL
SQL Server Analysis Services Fundamentals
45 Minutes to Your First Tabular Model
Julie Strauss Senior Program Manager Lead Microsoft Corporation
Building Tabular Models
45 Minutes to Your First Tabular Model
Let’s Build a Tabular Model in Azure
Introduction to SQL Server Analysis Services
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
The New Possibilities in Microsoft Business Intelligence
Introduction to Analysis Services 2008 R2 Cubes
Microsoft Business Intelligence
9/17/2018 9:30 AM DBI206 What's New in Microsoft SQL Server Code-Named "Denali" for SQL Server Analysis Services and PowerPivot T.K. Anand, Ashvini Sharma.
Introduction to SQL Server Analysis Services
Analysis Services for the Absolute Beginner
Introduction to tabular models
Module 1: Introduction to Business Intelligence and Data Modeling
Introduction to tabular models
SQL Server Analysis Services Fundamentals
SQL Server Analysis Services Fundamentals
Enriching your BI Semantic Models with Data Analysis Expressions (DAX)
Linda Nguyen, John Swinehart, Yiwen (Cathy) Sun, Nargiza Nosirova
Implementing Data Models & Reports 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.
Kasper de Jonge Microsoft Corporation
Business Intelligence
Building your First Cube with SSAS
Let’s Build a Tabular Model in Azure
Enriching your BI Semantic Models with Data Analysis Expressions (DAX)
Abundantly “Crescent”
Presentation transcript:

SQL Server Analysis Services 2012 BI Semantic Model BISM

Agenda BI Semantic Model BI in an Organization Data Model Data Access Business Logic Client Tools Feature Comparison

BI in an Organization Team BI PowerPivot for SharePoint Personal BI PowerPivot for Excel Organizational BI Analysis Services

BI Semantic Model (BISM) A semantic layer is a business representation of corporate data that helps end users access data autonomously using common business terms.data end users – BISM is the term used by Microsoft to refer to both Multi-dimensional and Tabular models in SQL Server Analysis Services

BISM BI Semantic Model Data Access 3 rd Party applications PowerPivot DatabasesLOB ApplicationsFilesOData FeedsCloud Services Reporting Services SharePoint Insights Excel Business Logic Data Model

Multi-dimensional OLAP Engine – Aggregation – Caching Tabular xVelocity – Column Store – In-Memory Analytics – High Compression C1C2C3C5C6C4

Data Access Multi-dimensional MOLAP ROLAP HOLAP Tabular Cached Direct Query

Business Logic Multi-dimensional MDX – Multi-dimensional Expressions – Calculated Members – Named Sets – Scope Assignments Tabular DAX – Data Analysis Expressions – Expression Based – Similar to Excel Formulas Different, but conceptually the same!!!

Client Tools Multi-dimensionalTabular Reporting Services Excel PowerPivot Reporting Services Excel PowerPivot Power View

Demo

Feature Comparison LayerFeatureTabularMulti-dimensional Data ModelSchemaTables, columnsCubes, dimensions, attributes, measures RelationshipsRegular, role-playing (w/ Dax)Regular, parent-child, many-to-many, referenced, role-playing, data mining Aggregation FunctionsSum, Count, Min, Max, Avg, DistinctCount Sum, Count, Min, Max, DistinctCount, Avg of Children, Semi-additive End-user modelKPIs, perspectives, default drill through action KPIs, perspectives, translations, actions Business LogicLanguageDAXMDX ConstructsCalculated columns, calculated members Calculated members, named sets, scope assignments ExtensibilityNone.NET Data AccessPrimary StorageMemoryDisk Partition ProcessingSerialParallel AggregationsNoneYes Data SourcesMultipleSingle Storage ModesxVelocity (Cached), DirectQueryMOLAP, ROLAP, HOLAP, Proactive Caching

Wrap-Up

Contact Information Dave DuVarney Mobile:

Resources roadmap-update.aspx roadmap-update.aspx for-sql-server-denali-and-beyond.aspx for-sql-server-denali-and-beyond.aspx multidimensional-m.html multidimensional-m.html powerpivot-models.aspx powerpivot-models.aspx and-beyond.aspx and-beyond.aspx