What’s new in SQL Server 2017 for BI?

Slides:



Advertisements
Similar presentations
Joe Homnick, MCITP: Business Intelligence Developer
Advertisements

Power BI Sites and Mobile BI. What You Will Learn Sharing and Collaboration Introducing Power BI Exploring Power BI Features and Services Partner Opportunities.
SPONSORS. Microsoft PowerPivot for SQL Server, Excel 2010, and SharePoint 2010 Michael Herman Syntergy, Inc.
SQL Server Integration Services (SSIS) Presented by Tarek Ghazali IT Technical Specialist Microsoft SQL Server (MVP) Microsoft Certified Technology Specialist.
David Dye.  Introduction  Introduction to PowerPivot  Working With PowerPivot.
Intro to Datazen.
BISM Introduction Marco Russo
Introduction to the Power BI Platform Presented by Ted Pattison.
uses of DB systems DB environment DB structure Codd’s rules current common RDBMs implementations.
1 Copyright © 2008, Oracle. All rights reserved. Repository Basics.
Develop Business Intelligence Application with Microsoft SharePoint 2013 Author: Vo Duy Anh.
Bartek Doruch, Managing Partner, Kamil Karbowiak, Managing Partner, Using Power BI in a Corporate.
Review DirectQuery in SSAS 2016, best practices and use cases
Victoria Power BI User Group Meeting
Building Tabular Models
Mile Hi Power BI User Group
10 Amazing Things About Power BI You Don’t Know
5/22/2018 1:39 AM BRK2156 Power BI Report Server: Self-service BI and enterprise reporting on-premises Christopher Finlan Senior Program Manager © Microsoft.
Introduction to Tabular Data Models
Power BI Performance Tips & Tricks
Welcome! Power BI User Group (PUG)
Using a Gateway to Leverage On-Premises Data in Power BI
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.
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
Leveraging BI in SharePoint with PowerPivot and Power View
What's new with SQL Server 2016 and SQL Server vNext?
Summit Nashville /23/ :38 PM
Julie Strauss Senior Program Manager Microsoft
Power BI Security Best Practices
Extensible Platform Microsoft Dynamics 365
H*ckin Sweet Reports with Power BI
Using a Gateway to Leverage On-Premises Data in Power BI
Upgrade SQL Server 2017 (On-Prem, IaaS, and PaaS)
What is business intelligence?
SQL Server 2017 New BI Features
Modeling and Analytics Features Coming in Analysis Services vNext
Introduction to SQL Server Analysis Services
Introducing SQL Server 2012 Improvements
Boosting SSAS Productivity with Tabular Editor
Introduction to tabular models
Business Intelligence for Project Server/Online
Introduction to tabular models
SQL Server Analysis Services Fundamentals
Enriching your BI Semantic Models with Data Analysis Expressions (DAX)
Linda Nguyen, John Swinehart, Yiwen (Cathy) Sun, Nargiza Nosirova
H*ckin Sweet Reports with Power BI
Cloud BI with Azure Analysis Services
DAX and the tabular model
TechEd /24/2018 6:19 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
SQL Saturday New York City May 19th, 2018
Kasper de Jonge Microsoft Corporation
Power BI for large databases
Module 12: Implementing an Analysis Services Tabular Data Model
Power BI Premium Service
Processing Analysis Services Tabular Models
Data Modeling and Prototyping
Building your First Cube with SSAS
Power BI with Analysis Services
Welcome to SQLSaturday #767! Hosted by Lincoln SQL Server User Group
Let’s Build a Tabular Model in Azure
Power BI at Enterprise-Scale
Enriching your BI Semantic Models with Data Analysis Expressions (DAX)
What is New in SQL Server 2016 BI Stack
Dashboard in an Hour Using Power BI
Business Intelligence
Processing Tabular Models
Data Modeling and Prototyping
Presentation transcript:

What’s new in SQL Server 2017 for BI? Eugene Polonichko What’s new in SQL Server 2017 for BI?

Agenda About me What’s new in database engine SSIS SSAS SSRS

About me Eugene Polonychko, Chapter Pass SQL Server User Group Over 6 years of software development experience, mostly focused on data. Have designed and implemented data warehouses using custom coding as well as with ETL tools. Experience developing front end applications, BI reporting and database administration. Have worked with MS SQL, MySQL and other databases. Social network: https://www.linkedin.com/in/eugenepolonichko/ https://twitter.com/EvgenPolonichko https://msolapblog.wordpress.com/

Sponsors

Database Engine

Database engine Machine Learning Services R Python

SQL Server Integration Services

SSIS Scale-Out Feature Scale-out SSIS farm Master Hosts SSISDB and Master Service Manages scale-out by distributing packages to workers Worker Run on designated server Initiates SSIS engine to execute packages locally

SSIS Scale-Out Feature New stored procedure for Scale out: For Scale Out Worker management: [catalog].[disable_worker_agent], [catalog].[enable_worker_agent] For executing packages in Scale Out: [catalog].[create_execution] [catalog].[add_execution_worker] [catalog].[start_execution] Views [catalog].[master_properties] [catalog].[worker_agents]

SSIS Scale-Out Feature use the Use32BitRuntime  SQL Server 2017 Integration Services (SSIS) now supports SQL Server on Linux OData Source and OData Connection Manager now support connecting to the OData feeds of Microsoft Dynamics AX Online and Microsoft Dynamics CRM Online.

DEMO

SQL Server Analysis Services

SSAS Tabular Model Tabular mode as default Support for the 1400 Compatibility level for tabular models. Date relationships to easily create relationships based on date fields New Get Data (Power Query) data sources, and existing DirectQuery data sources support for M queries

SSAS Tabular Model DAX Editor for SSDT. Encoding hints, an advanced feature for optimizing data refresh of large in-memory tabular models.

Object-level security to secure Table-level security cannot be set for a model if it breaks a relationship chain. Row-level security and object-level security cannot be combined from different roles because it could introduce unintended access to secured data. Dynamic calculations (measures, KPIs, DetailRows) are automatically restricted if they reference a secured table or column Relationships that reference a secured column work provided the table the column is in is not secured.

SSAS Tabular Model Hide Members property to hide blank members in ragged hierarchies. New Detail Rows end-user action to Show Details for aggregated information DAX IN operator for specifying multiple values

BISM Normalizer Database compare Code merging Source-control integration Easy deployment Reuse definitions Self-service to corporate BI

SSAS Multidimensional NOTHING!!!

DEMO

SQL Server Report Services

Report Services Report Services Power BI RS Power BI On-premises Paginated reports Mobile reports Power BI RS On-premises Paginated reports Mobile reports Power BI Reports Mobile Reports Power BI Cloud Mobile BI Power BI reports Real-time dashboards Embedded analytics

Report Services Report Services is installed separately Licensed either via Power BI Premium or SQL Server Enterprise Edition with Software Assurance In addition, every content creator requires Power BI Pro license Comments If you have both SQL Server Reporting Services and Power BI Report Server on the same machine and uninstall one of them, you will no longer be able to connect to the remaining report server with Report Server Configuration Manager. How to fix it? https://powerbi.microsoft.com/en-us/documentation/reportserver-release-notes/

DEMO

Questions@?#