What's new with SQL Server 2016 and SQL Server vNext?

Slides:



Advertisements
Similar presentations
BISM Introduction Marco Russo
Advertisements

Others Talk, We Listen. Managing Database Projects in Visual Studio 2013.
What’s new in Tabular 2016? Polonychko Yevgen. SQLSat Kyiv Team Vitaliy Popovych Mykola Pobyivovk Yevhen Nedashkivskyi Olena Smoliak Oksana Borysenko.
Extending and Creating Dynamics AX OLAP Cubes
Taking Analysis Services Tabular to Enterprise Levels Stacia Varga Data Inspirations
Review DirectQuery in SSAS 2016, best practices and use cases
Mile Hi Power BI User Group
Sql Saturday 575 sponsors.
SQL Server Analysis Services Tabular Model
Introduction To Azure Analysis Services
Welcome! Power BI User Group (PUG)
Victoria Power BI User Group Meeting
Top 10 Entity Framework Features Every Developer Should Know
What’s New in SQL Server 2016 Analysis Services
Cloud BI with Azure Analysis Services
Julie Strauss Senior Program Manager Lead Microsoft Corporation
Building Tabular Models
4/18/2018 6:56 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Convergence /6/2018 © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Let’s Build a Tabular Model in Azure
What’s new in SQL Server 2017 for BI?
10 Amazing Things About Power BI You Don’t Know
Introduction to Tabular Data Models
Creating Enterprise Grade BI Models with Azure Analysis Services
Relationship modeling patterns in SSAS and Power bi
Introduction to SQL Server Analysis Services
Cloud BI with Azure Analysis Services
Using a Gateway to Leverage On-Premises data in Power BI
6/12/2018 2:19 PM BRK3245 DirectQuery in Analysis Services: best practices, performance, and use cases Marco Russo SQLBI © Microsoft Corporation. All rights.
6/16/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
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
Model complex data easily with SQL Server 2016 Analysis Services
Summit Nashville /23/ :38 PM
Welcome! Power BI User Group (PUG)
Julie Strauss Senior Program Manager Microsoft
Welcome! Power BI User Group (PUG)
See what’s new in SQL Server Analysis Services 2016 Tabular Models
TechEd /13/2018 7:46 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Download Free Verified Microsoft Study Material Exam Dumps Realexamdumps.com
Modeling and Analytics Features Coming in Analysis Services vNext
Analysis Services for the Absolute Beginner
Boosting SSAS Productivity with Tabular Editor
Introduction to tabular models
What’s New in Azure Analysis Services
Introduction to tabular models
SQL Server Analysis Services Fundamentals
SQL Server Analysis Services Fundamentals
Enriching your BI Semantic Models with Data Analysis Expressions (DAX)
Cloud BI with Azure Analysis Services
Welcome! Power BI User Group (PUG)
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
SQL Saturday New York City May 19th, 2018
Kasper de Jonge Microsoft Corporation
Module 12: Implementing an Analysis Services Tabular Data Model
Ascending Key Problem in SQL Server Large Tables
Processing Analysis Services Tabular Models
SSDT and Database Project Basics
Power BI with Analysis Services
Welcome to SQLSaturday #767! Hosted by Lincoln SQL Server User Group
Let’s Build a Tabular Model in Azure
Let’s Build a Tabular Model in Azure
Power BI at Enterprise-Scale
Enriching your BI Semantic Models with Data Analysis Expressions (DAX)
1. Azure Data Explorer Azure Data Explorer enables rich data exploration over raw, structured, and semi-structured data delivering fast time to insight.
Dashboard in an Hour Using Power BI
Extend Excel with Smartlist Designer
A lightweight editor for SSAS Tabular Models built in .NET / WinForms
Cloud BI with Azure Analysis Services
Presentation transcript:

What's new with SQL Server 2016 and SQL Server vNext? Quo vadis SSAS? What's new with SQL Server 2016 and SQL Server vNext? Gabi Münster

Our Incredible Sponsors:

SQLSat Lisbon is brought you by:

Tuga IT 2017 (18-20 May, 2017) http://www.tugait.pt/2017

Say Thank you to Volunteers: They spend their FREE time to give you this event. Because they are crazy.  Because they want YOU to learn from the BEST IN THE WORLD.

André Batista (The Guilty One):

Paulo Matos (Finances):

Pedro Simões (Sponsors):

Claudio Silva (Special Projects):

Paulo Borges (Operations):

3 Sponsor Sessions at 15:20 Don’t miss them, they might be getting distributing some awesome prizes! Rumos Profisee CozyRoc

Important Activities: WIT – Women in Technology 10:15 at .NET Room (Azure & Infrastructure Track) Data Science Booth (near the sponsors)

Agenda SSAS 2016 Features What will come with vNext? And how about Azure Analysis Services?

BI Semantic Model 2016

SSAS 2016 Features Modeling (I) Improved modeling performance for tabular 1200 models Up to three times faster Project templates added for tabular 1200 models in SSDT Only one SSDT for database and BI Display folders New to tabular level 1200 Bi-directional cross filtering Very important improvement that enables you to design many-to-many relationsships But be wary you check your results for plausibility and consider performance loss

SSAS 2016 Features Modeling (II) Translations Pasted tables Now available in Tabular as well Pasted tables Upgrade from level 1100 and 1103 models containing pasted tables now possible Calculated tables in SSDT Important feature for more complex requirements like pre-aggregations etc. Formula fixup Renamings will be published throughout the model Support for Visual Studio configuration manager Configuration for multiple environments

SSAS 2016 Features Instance Management Administer Tabular 1200 models in SSMS In the latest version of SSMS And host tabular models of any compatibility level in one instance Parallel processing for multiple table partitions in tabular models Add computer accounts as Administrators in SSMS DBCC for Analysis Services Extended Events updates

SSAS 2016 Features Scripting Tabular Model Scripting Language (TMSL) supported in SSMS

SSAS 2016 Features Scripting PowerShell for Tabular models SSMS scripting database operations Analysis Services Execute DDL Task SSAS PowerShell cmdlet Tabular Model Scripting Language (TMSL) supported in SSMS

SSAS 2016 Features DAX Improved DAX formula editing DAX variables New DAX functions https://msdn.microsoft.com/library/mt704075.aspx Save incomplete measures

SSAS 2016 Features DAX Non empty calculation - Reduces the number of scans needed for non empty. Measure Fusion - Multiple measures from the same table will be combined into a single storage engine - query. Grouping sets - When a query asks for measures at multiple granularities (Total/Year/Month), a single - query is sent at the lowest level and the rest of the granularities are derived from the lowest level. Redundant join elimination - A single query to the storage engine returns both the dimension columns and the measure values. Strict evaluation of IF/SWITCH - A branch whose condition is false will no longer result in storage engine queries. Previously, branches were eagerly evaluated but results discarded later on.

SSAS 2016 Features DirectQuery New DirectQuery implementation DirectQuery now generates simpler queries that provide better performance. Extra control over defining sample datasets used for model design and testing. Row level security (RLS) is now supported for tabular 1200 models in DirectQuery mode. Previously, the presence of RLS prevented deploying a tabular model in DirectQuery mode. Calculated columns are now supported for tabular 1200 models in DirectQuery mode. Previously, the presence of calculated columns prevented deploying a tabular model in DirectQuery mode. Performance optimizations include redundant join elimination for VertiPaq and DirectQuery. New data sources for DirectQuery mode Oracle, Teradata, Microsoft Analytics Platform

Features by edition – Analysis Services

Features by edition – BI semantic model Multidimensional 1 The LastChild semi-additive measure is supported in Standard edition, but other semi-additive measures, such as None, FirstChild, FirstNonEmpty, LastNonEmpty, AverageOfChildren, and ByAccount, are not. Additive measures, such as Sum, Count, Min, Max, and non-additive measures (DistinctCount) are supported on all editions. 2 Standard edition supports linking measures and dimensions within the same database, but not from other databases or instances.

Features by edition – BI semantic model Tabular

What‘s new with vNext? 1400 Compatibility level for tabular models Modern Get Data experience in SSDT Ragged hierarchies Hide Members property with option Hide blank members Detail Rows Detail Rows Expression property for measures Default Detail Rows Expression property for tables DETAILROWS DAX Function

What‘s new with vNext? DAX enhancements Table-level security IN operator Table-level security Encoding hints https://blogs.msdn.microsoft.com/analysisservices/2017/02/17/encoding-hints-and-sql-server-analysis-services-vnext-ctp-1-3

And what about Azure Analysis Services? Full functionality of Analysis Services Tabular for level 1200 models Dynamic scaling options Scale up/down, Start/Stop/Pause Cloud and On-Premises Data Sources (using Data Gateway) Access data from anywhere (Cloud, On-Premise) Same toolset (SSDT, SSMS)

Useful links (I) SQL Server 2016 SQL Server 2016 SP1 What's New in Analysis Services 2016 TechNet Virtual Lab: Exploring What's New in SQL Server 2016 Analysis Services SQL Server 2016 Release Notes Editions and Supported Features for SQL Server 2016 Analysis Services Features Supported by the Editions of SQL Server 2016 SQL Server 2016 SP1 SQL Server 2016 Service Pack 1 (SP1) released !!! SQL Server 2016 SP1: Know your limits SQL Server 2016 SP1 Editions Datasheet

Useful links (II) Azure Analysis Services SQL Server vNext Azure Analysis Services Preview SQL Server vNext What's new in SQL Server vNext? What's new in SQL Server Analysis Services vNext Encoding Hints and SQL Server Analysis Services vNext CTP 1.3 SQL Server vNext Release Notes