Data Visualization with SharePoint and SQL Server presented by Paul Swider

38
Data Visualization with SharePoint and SQL Server 2012 Paul J. Swider

description

One key factor driving the self-service BI market is the growing volume and complexity of data. As a result, enterprises will adopt new interactive reporting tools designed to put more data analytics capabilities into the hands of business users. In this session you will learn what self-service reporting tools are available in SharePoint v. and how they can be used to create business solutions to visualize and navigate data. Learn how to meet your business needs and discover best practices implementing data visualizations.

Transcript of Data Visualization with SharePoint and SQL Server presented by Paul Swider

Page 1: Data Visualization with SharePoint and SQL Server presented by Paul Swider

Data Visualization with SharePoint and SQL Server 2012

Paul J. Swider

Page 2: Data Visualization with SharePoint and SQL Server presented by Paul Swider
Page 3: Data Visualization with SharePoint and SQL Server presented by Paul Swider

Agenda• What is Data Visualization

• Visualization Tools in SQL Server

• Reporting Services

• SSIS

• Excel Services

• PerformancePoint Services

• Business Connectivity Services

Page 4: Data Visualization with SharePoint and SQL Server presented by Paul Swider

What is Data VisualizationTraditional business intelligence

BI and SharePoint = data visualization

Page 5: Data Visualization with SharePoint and SQL Server presented by Paul Swider

SQL 2012 and SharePoint Visualization Components

Reporting Services

PowerPivotPowerView

Performance Point Services

Excel Services SSIS Third Party

Page 6: Data Visualization with SharePoint and SQL Server presented by Paul Swider

Insights Site Template• Predefined lists for PPS, Excel Services, PowerPivot• Starting point for data visualization, reporting

Page 7: Data Visualization with SharePoint and SQL Server presented by Paul Swider

Web Parts• Simple web parts that provide visualization

• Quick summary of data• Can access data directly from SQL

Web PartsLists and External Lists Reporting Services

Reporting ServicesPerformancePointExcel ServicesSQL Analysis Services

Page 8: Data Visualization with SharePoint and SQL Server presented by Paul Swider

PerformancePoint Services• Dashboards and Scorecards

• Interactive access using browser• Consume data from SQL Server directly

Page 9: Data Visualization with SharePoint and SQL Server presented by Paul Swider

• Browser-based Silverlight application

• Launched from SharePoint Server 2010

• Provides access to data• Tabular models based on PowerPivot workbooks published in a

PowerPivot Gallery• Tabular models deployed to SQL Server 2012 Analysis Services

(SSAS) instances.

Power View

Page 10: Data Visualization with SharePoint and SQL Server presented by Paul Swider

PowerPivot for SharePoint

• Two server components• Provide query processing• Publish Workbooks to SharePoint

• PowerPivot for Excel – 2012

• Service Application Names with Configuration Tool

Page 11: Data Visualization with SharePoint and SQL Server presented by Paul Swider

• ETL!

• Allows for LOB integration with SharePoint

• Aggregate date

• Where is native SharePoint adapter?

SQL Server Integration Services

Page 12: Data Visualization with SharePoint and SQL Server presented by Paul Swider

Reporting Services

Page 13: Data Visualization with SharePoint and SQL Server presented by Paul Swider

Reporting Services 2012Enterprise report authoring environment

Create reports using Visual Studio and Report Designer

Implemented as a Service Application in 2012

Managed at Farm and Site Collection

Reporting Services Web Parts

SQL Server Data Tools (SSDT)

Page 14: Data Visualization with SharePoint and SQL Server presented by Paul Swider

Use SQL Server Media

Don’t use ConfigurationManager

Installation

Page 15: Data Visualization with SharePoint and SQL Server presented by Paul Swider

Configuration with SQL Manager

• Connect to Site Collection

• Manage Roles

• Manage Jobs

• Manage Schedules

Page 16: Data Visualization with SharePoint and SQL Server presented by Paul Swider

Shared Service Application

Excel Services

Business Data Catalog

Access Service

People

SSRS Reporting Services

Metadata

Central Administration Manage Service Applications

Visio Graphics

Secure Store

Search

Word Conversion

Web Analytics

Page 17: Data Visualization with SharePoint and SQL Server presented by Paul Swider

• Browser capable report designer

• Create and modify report definitions (.rdl) in Report Builder

• Each authoring environment provides different ways to create, open, and save reports and related items

• Round trips

SSRS Report Designer

Page 18: Data Visualization with SharePoint and SQL Server presented by Paul Swider

• Not intended to replace report builder

• Consumes tabular models

• Retrieves data as needed

• Presentation ready

PowerView Installed with SSRS

Page 19: Data Visualization with SharePoint and SQL Server presented by Paul Swider

• Excel rendering extension • renders to native format of Microsoft Excel 2007-2010

• Format is Office Open XML

• The file extension of files is .xlsx.

• Previous version of Excel rendering extension• Renamed to Excel 2003

Excel Rendering Extension in 2012

Page 20: Data Visualization with SharePoint and SQL Server presented by Paul Swider

New SSRS Report project

Visual Studio and SSDT

Existing Projects Converted

Page 21: Data Visualization with SharePoint and SQL Server presented by Paul Swider

Reporting Services and PowerView 2012

demo

Page 22: Data Visualization with SharePoint and SQL Server presented by Paul Swider

PowerPivot

Page 23: Data Visualization with SharePoint and SQL Server presented by Paul Swider

PowerPivot for SharePoint

• Two server components• Provide query processing• Publish Workbooks to SharePoint

• Analysis Services• Provides server-side processing for Excel workbooks that contain

PowerPivot data

• PowerPivot System Service• Extends Excel Services with large scale data processing capability with the

data rendering services that Excel provides

Page 24: Data Visualization with SharePoint and SQL Server presented by Paul Swider

• Install using SQL 2012 media

• New configuration tool

• Much easier to install and configure

PowerPivot Configuration

Page 25: Data Visualization with SharePoint and SQL Server presented by Paul Swider

PowerPivot Configuration Tool

Page 26: Data Visualization with SharePoint and SQL Server presented by Paul Swider

PowerPivot

demo

Page 27: Data Visualization with SharePoint and SQL Server presented by Paul Swider

Excel Services

Page 28: Data Visualization with SharePoint and SQL Server presented by Paul Swider

Existing Excel applications• Excel is keystone to data visualization

• Business users are comfortable with Excel• Consume and expose data• Clear future from Microsoft• Browser capable

dashboards

Page 29: Data Visualization with SharePoint and SQL Server presented by Paul Swider

Management of Excel Content• IT can control parts of Excel Workbooks

• Excel Services can expose smaller parts• Visualize the results without exposing formula• Visualize summary chart, but not the raw data

• Control permissions to each part

• Data consumed much like 2008R2

Page 30: Data Visualization with SharePoint and SQL Server presented by Paul Swider

Excel Services

demo

Page 31: Data Visualization with SharePoint and SQL Server presented by Paul Swider

Performance Point Services

Page 32: Data Visualization with SharePoint and SQL Server presented by Paul Swider

Business Context Dashboards

• Supports self-service data visualization• Allows users to navigate and explore SSAS 2012

• Slice, Dice, and Drill through the SQL 2012 data• Apply custom filtering, sorting• Choose Top/Bottom N items

• Provides browser view for business users

Page 33: Data Visualization with SharePoint and SQL Server presented by Paul Swider

Aggregating Data Sources• SQL 2012 data access is managed with Data Sources

• Data is accessible from multiple sources• Analysis Services, Excel, Lists, SQL 2012, etc…

• Accessed with service account, Secure Store or current user• Stored in list as an XML file

Page 34: Data Visualization with SharePoint and SQL Server presented by Paul Swider

Visual Data Exploration• Decomposition trees allow data exploration

• New in SharePoint 2010, works with SQL 2012• Available by right clicking data in browser

• Analyze -> Decomposition Tree• Allows filtering\expanding across dimensions

Page 35: Data Visualization with SharePoint and SQL Server presented by Paul Swider

Business Connectivity Services

Page 36: Data Visualization with SharePoint and SQL Server presented by Paul Swider

BCS Services• Data access tier

• Connection tier with 2012• Easy to use within SharePoint Designer• Exposes external data as lists• Used in conjunction with other visualization

Page 37: Data Visualization with SharePoint and SQL Server presented by Paul Swider

BCS and SSISBring everything together…

demo

Page 38: Data Visualization with SharePoint and SQL Server presented by Paul Swider

THANK YOU!

Questions?

[email protected]

@pswider