SlideShare a Scribd company logo
1 of 101
SharePoint Saturday Cincinnati
October 27, 2012




Decoding the Business
Intelligence Alphabet Soup
SSRS, KPI, OLAP, BISM and more!

Scott Brickey
Strategic Data Systems
About Us
SDS Custom SharePoint Solutions
Agile development and SharePoint coding experience to create an optimal
solution for your unique SharePoint application and integration needs.

· Workflow & InfoPath Forms for Business Process
  Automation
· SharePoint Reports & BI Integration
· Portals & Collaboration
· Content Management

Agile Practices for proven faster delivery, higher quality, & increased business value.
Business Intelligence Tools :
A brief history
Business Intelligence Tools :
Yesterday, Today, and
Tomorrow
2007
Excel:
                              2010
- PivotTable improvements
- Conditional Formatting      Excel:
                                                              2012
- Row limit improvements      - Pivot Table Slicers
                              - Spark Lines                   Excel:
                                                                                            2013
SharePoint:                                                   - PowerPivot
- Excel Services              SharePoint:                     SharePoint:                   Excel:
- PerformancePoint Services   - Excel Services improvements   - PowerPivot for Excel Svcs   - Power View
- SSRS Integrated Mode        - Visio Services                Analysis Services:
                                                              - Tabular Mode                SharePoint:
                                                              Report Services:              - PerformancePoint support for
                                                              - SharePoint Service App      iPad
                                                              - Power View
Agenda
• Data Silos and Data Warehouses

• Reporting Services

• Excel Services

• Visio Services

• Performance Point

• Power Pivot and Power View
Data Silos and
Data Warehouses
Data Silos
• Where does data live?
   – Line of business systems (OLTP)
       • Databases : SQL, Oracle, etc
       • Data Exports : CSV
   – Excel files
   – SharePoint Lists
       • Also accessible via RSS, OData
   – Elsewhere
       • RSS, Atom, OData, etc
Data Warehouse Architecture




  OLTP             DW                 SSAS
  •   Raw Data     •   ROLAP          •   MOLAP
  •   TSQL         •   TSQL           •   MDX
  •   Normalized   •   Denormalized   •   MultiDimensional
  •   Realtime     •   Realtime - 1   •   Realtime - 2
SQL Server Reporting
Services
Why Reporting Services?
• Free
     – Limited to local SQL Express data only
         • Except when using linked servers
     – No scheduled/unattended reports
•   Already in use
•   Convert Access reports, train report builders
•   No dependency on SharePoint editions
•   Reuse your SharePoint portal
     – Intranet, Extranet, website
Reporting Services Native
Mode (2005)
Minimally Integrated
• Install from RSWebParts.cab
    – C:Program Files (x86)Microsoft SQL Server110ToolsReporting
      ServicesSharePointRSWebParts.cab
• Integration via Web Parts
    – Report Explorer
         • Link to Report Builder
    – Report Viewer
         • same as the ReportViewer ASP.Net control
         • Basically an IFrame
• Contents stored on SSRS
• Client connects directly to SSRS
    – Firewall and other considerations
Reporting Services Integrated
Mode (2008 & 2008 R2)
Deeply Integrated – Single Dedicated Report Server
• SSRS Configuration  SharePoint Mode
• Central Admin  General Application Settings

• Content stored in SharePoint
     – Utilize SharePoint‟s security model, Versioning, Approvals, Workflows
     – Logging, AAM‟s, Claims based auth
• RS Content Types
     –   Report Data Source                            *.RSDS             connection string
     –   Report Builder Model (DataSet)                *.RSD              query
     –   Report Builder Model (Semantic)               *.SMDL
     –   Report Builder Report                         *.RDL
• Remove the Report Explorer web part (unnecessary)
• Client connects THROUGH SharePoint (double/triple hop)
Reporting Services 2012
Completely Integrated – Scalable Dedicated Servers
• SSRS Configuration  SharePoint Mode
• Central Admin  Service Application
    – Scalable Architecture
• Scheduled Report Jobs
    – Data Driven subscription
    – Report snapshots for historical data
• Power View
    – Interactive Designer
    – Timeline “Play” button
    – (more on this later)
Reporting Services
Data Sources
• Microsoft                               • Extensible / Standards
   –   SQL Server Database                   – OLE DB
   –   SQL Server Analysis
                                             – ODBC
   –   SQL Azure
   –   SharePoint List                       – XML
   –   SSRS Report Model
   –   BI Semantic Model for Power View
• Third Party
   – Oracle
   – SAP NetWeaver BI
   – Hyperion Essbase
Reporting Services
Data Sets
• Single query (fields, filters)
• Single source

• Data provider specific language
   – TSQL, MDX, XMLA


• Dataset (file) security
Reporting Services
Query Designer – SQL – Data
Set
Reporting Services
Query Designer – SQL – Data Set
Reporting Services
Query Designer – MDX – Data
Set
Reporting Services
Query Designer – MDX – Data Set
Reporting Services
Data Models
• Data Models are SSRS Data Sources
• Describes data and relationships
• Automatically generated from SQL Database or OLAP Cube
   – Exploring the tables, views, fields, relationships
• Model Item-level security permissions
• SQL Express NOT supported
• Click Through Reports
Reporting Services
Query Designer – SQL – Data
Model
Reporting Services
Query Designer – SQL – Data
Model
Reporting Services
Query Designer – MDX – Data
Model
Reporting Services
Query Designer – MDX – Data
Model
Reporting Services
Query Designer – Data Model
Reporting Services
Reports
• Create with Report Designer (BIDS) or Report Builder
• Data Visualizations
     –   Table/Matrix/List
     –   Chart
     –   Gauge
     –   Map
     –   Data Bar
     –   Sparkline
     –   Indicator
• Subscriptions
     – Data Driven Alerts
• Options
     – Data : Live, Cached, Snapshot
Reporting Services
Visualizations : Charts
• Column
• Line
• Shape
    – Pie, Funnel
• Bar
• Area
• Range
    – Area, Stock, …
• Scatter
• Polar
Reporting Services
Visualizations : Gauges

• Radial


• Linear
Reporting Services
Visualizations : Map
Reporting Services
Visualizations : Indicators

• Directional

• Symbols

• Shapes

• Ratings
Reporting Services
Report Outputs
• Export to File
   – XML, CSV, PDF, Excel (XLSX)
   – TIFF, Word, MSHTML


• Export to Data Feed (.atomsvc)
   – PowerPivot (default)
   – SSIS (via HTTP connection)
   – Outlook (yes, really)
Reporting Services
Subscriptions
• Event Driven
   – On a schedule (Hour, Day, Week, Month)
   – When snapshots are created


                           Destinations       Formats
Reporting Services
Data Driven Subscriptions
•   Data Source : Report Data Source, Report Data Model
•   Query
•   Report parameter binding
•   Delivery
    – Static Values         Destinations        Formats
    – Query Fields
Excel and Excel Services
Excel : Data Connections
• Stored : Embedded or External File
• Microsoft : SQL Database, Analysis Services
   – MS Query : SharePoint Lists
• Office Data Connection (*.ODC) files
• XML
   – CSV
• Extensible Providers
   – ODBC : Access, dBase, Excel, Paradox, FoxPro, CSV, Oracle
   – OLE DB : SQL, Analysis Services, Active Directory
Excel : Pivot Tables
Excel : Pivot Charts
Excel : Indicators
Excel : Spark Lines
Excel : Usage
• Data Connections
   – Fairly easy to create
   – Can be centralized in a SharePoint connection library
       • Permissions, Version History, Content Approval
       • Good for testing
   – Designed for single source (table/view, file, etc)
       • SQL : Relationships are difficult (no GUI)
       • No way to query ACROSS data sources
Excel : Usage
• Excel formatting options
   – Numbers, Currency, Date/Time, etc


• Easy and intuitive
   – On the fly changes (filters, slicers, etc)
SharePoint : Excel
Services
• Web Parts
   – Render Excel document in web part
   – Limit access with Named Items
   – Relate web parts with filters using Web Part Connections


• Office Web Applications
   – View/Edit Excel document in web browser
Visio Services
Land of the Forgotten
Business Intelligence in
Visio
• Use shapes to document a process

• Data Connections

• Map data to shapes

• Expose with Visio Services
PerformancePoint
Supercharging your intelligence
PerformancePoint
Dashboards
• Dashboards are web part pages

• Dashboards are composed of Items and Reports
   – Created using PerformancePoint Data Connections
   – Stored individually, to be reused
PerformancePoint
Dashboard Items
• Data Sources
• Key Performance Indicators (objectives)
   – Actual vs Target (goal)
• Indicators
   – Gauges, Progress Bars, Stoplights, etc
• Filters
• Scorecards
   – Hierarchical grouping of KPIs
PerformancePoint
Dashboard Reports
•   Analytic Chart
•   Analytic Grid
•   Strategy Map
•   KPI Details
•   Reporting Services
•   Other
     – Excel Services
     – ProClarity Analytics Server Page
     – Web Page
PerformancePoint
Analytic Grid - Designer
PerformancePoint
Analytic Grid - Viewing
PerformancePoint
Analytic Grid - Drillthrough
PerformancePoint
Analytic Grid - Drillthrough
PerformancePoint
Analytic Grid - Decomposition
Tree
• Sss
PerformancePoint
Decomposition Tree
• ALL the dimensions!
PerformancePoint
Decomposition Tree
• View as Analytic Chart or Grid
   – Bar
   – Stacked, Stacked (100%)
   – Line, Line with Markers
   – Pie
PerformancePoint
Analytic Grid - On the move!
PerformancePoint
Analytic Grid - On the move!
PerformancePoint
Analytic Grid - On the move!
PerformancePoint
Analytic Grid - On the move!
PowerPivot
BI : Letting go of the past
• Excel
   – Dominant tool for Agile BI
   – Known limitations
       • 2003            65,536 rows x 256 columns
       • 2007/2010       1,048,576 rows x 16,384 columns
• SSAS
   – MDX and TSQL are very different
   – Different toolset
• Computing resources are underutilized
   – Multiple Processors, Multiple Cores
   – Gigabytes of memory
PowerPivot : Back to the
Future
• Vertipaq Engine

• Keep ALL the data
   – Query data ONCE
   – Utilize compression
   – Relate data ACROSS data source
   – Data is cached within the document
PowerPivot : Excel 2010,
SharePoint Enterprise, and SQL
Enterprise
• NO row limit (technically)
    – Only limited by available RAM
•   No cube processing
•   No penalty for new calculations
•   Add-in for Excel
•   Add-in for SharePoint Excel Services, which uses special SQL
    Analysis instance („POWERPIVOT‟)
    – Data caching
    – Automatic background refreshing of data
    – New SharePoint list views / visualizations
PowerPivot : Data Sources
• Databases
   –   SQL Database, Analysis Services, Access
   –   SQL Azure
   –   Oracle, Teradata, Sybase, Informix, DB2
   –   OLE DB / ODBC
• Excel File
• SSRS Report
• Azure DataMarket
   – https://datamarket.azure.com/browse
• Atom Data Feed
• CSV
PowerPivot : Adding Data
PowerPivot : Adding Data
PowerPivot + Pivot Tables
PowerPivot Library Views
• Gallery View
PowerPivot Library Views
• Carousel View
PowerPivot Library Views
• Theater View
PowerPivot
Software Requirements
• Excel 2010
• SharePoint : Enterprise (Excel Services)
   –   Excel Services Application
   –   PowerPivot Service Application
   –   Secure Store Service
   –   Claims to Windows Token Service
• SQL : Dev, Eval, Enterprise, Data Center
   – RS in SharePoint [Integrated] mode
   – Analysis Services : SQL Server PowerPivot for SharePoint
Analysis Services
Tabular mode
PowerPivot beyond Excel
SQL Analysis Services : OLAP

• First appeared in SQL 2005
• OLTP  Data Warehouse  Cube
   – Facts (Measures) and Dimensions
   –          Data Transformations
   –          Cube Processing
• MOLAP (MDX) Queries
   –          Known or expected lookups, i.e. Ʃ ($)
• ROLAP (TSQL) Queries
   –          Ad-hoc calculations
SSAS Tabular Mode – PowerPivot for
 ALL
• SSAS was designed for limited resources
   – SSAS 2005 hardware requirements
       • HDD: 90 MB, CPU: P3 GHz, RAM: 1 GB
   – SSAS PowerPivot hardware requirements
       • HDD: 80 GB, CPU: 16x3 GHz, RAM: 8-128 GB


• Outdated resource constraints cause usability constraints today
SQL Analysis Services :
Tabular
• PowerPivot for the Server

• Excel File -> Business Intelligence Model file (*.BIM)

• Two data query options
   – Vertipaq / In-Memory mode
   – DirectQuery mode
Building your BIM
• SQL Data Tools (formerly BIDS)

• Create BIM from scratch
   – Similar experience as PowerPivot for Excel
   – Some extra features (permissions, processing mode, etc)


• Import Excel PowerPivot file
BI Semantic Model
Connection Files to Tabular
Data
• Office Data Connection (ODC) files
   – Open with Excel
   – NOT compatible with tabular data


• BI Semantic Mode (BISM) files
   – Open with Excel and PowerPivot
   – Connect to SSAS Tabular OR Excel PowerPivot file
PowerView
Reporting Services meets Power Pivot
Power View
• Starts with tabular data
    – Excel PowerPivot
    – Analysis Services Tabular Mode
    – BI Semantic Model file (connection file)

• In-Browser (Silverlight) editor
    – RDLX file

• Export to PowerPoint
Power View
In-Browser Editor
Power View :
Visualizations
Power View
Playing with Scatter Plots
Conclusion
Final Thoughts
• BI starts with the end user
   – Connect to the data, wherever it is
• BI should be easy to share
   – Available to the users, wherever they are
• BI should be agile
   – Requirements change, mistakes happen
• BI should be promotable
   – Optimize the use of resources
Appendixes
Acronyms
•   BIDS    Business Intelligence Development Studio
•   BIM     Business Intelligence Model (Tabular mode)
•   BISM    Business Intelligence Semantic Model
•   DAX     Data Analysis eXpression
•   DMX     Data Mining eXpression (OLAP mode)
•   KPI     Key Performance Indicator
•   MDX     Multi Dimensional eXpression
•   MOLAP   Multidimensional Online Analytical Processing
Acronyms
•   PPS     Performance Point Services
•   OLTP    OnLine Transaction Processing
•   OLAP    OnLine Analytical Processing
•   ROLAP   Relational Online Analytical Processing
•   SSRS    Sql Server Reporting Services
•   SSAS    Sql Server Analysis Services
•   SSIS    Sql Server Integration Services
•   TSQL    Transact Structured Query Language
•   XMLA    XML for Analysis
            -- OR –
            Multidimensional eXpressions Language
Supported Data Sources
• Reporting Services
   – SQL, SSAS, SQL Azure, SharePoint, SSRS Report Model, BI
     Semantic Model for Power View
   – Oracle, SAP NetWeaver BI, Hyperion Essbase
   – OLE DB, ODBC, XML
• PowerView
   – BISM
   – Excel PowerPivot document
Supported Data Sources
• Excel
   – Native : SQL, SSAS, SP List, XML
   – OLEDB : SQL, SSAS, ODBC DSN, Oracle …
   – ODBC : Access, DBase, Excel, Oracle, Paradox, TXT/CSV, FoxPro …
• PowerPivot
   – Relational Database: SQL, Azure, Access, Oracle, Teradata, Sybase,
     Informix, DB2, OLE DB, ODBC
   – Multidimensional Database: SSAS
   – Data Feeds: SSRS, Azure DataMarket, Data Feed (Atom)
   – Files: Excel, TXT/CSV
Supported Data Sources
• Visio
   – Excel workbook
   – Access database
   – SharePoint list
   – SQL database
   – OLE DB, ODBC
Supported Data Sources
• PerformancePoint
   – SQL Database
   – SQL Analysis Services
   – Excel workbook
   – SharePoint list
Supported Data Sources
• SSAS Tabular Mode
   – Relational Database: SQL, Azure, Access, Oracle, Teradata, Sybase,
     Informix, DB2, OLE DB, ODBC
   – Multidimensional Database: SSAS
   – Data Feeds: SSRS, Azure DataMarket, Data Feed (Atom)
   – Files: Excel, TXT/CSV
• BISM
   – Excel PowerPivot document
   – SSAS Tabular Model
SharePoint Features, Content
Types, and File Extensions
• SP Foundation
     – Office Data Connection (Excel, Visio)                 ODC
     – Universal Data Connection (InfoPath)                  UDCX
• SC : Report Server Integration Feature
     –   Report Data Source                                  RSDS
     –   Report Builder Model (Data Set)                     RSD
     –   Report Builder Model (Semantic Model)               SMDL
     –   Report Builder Report                               RDL
• SC : PerformancePoint Services Site Collection Features
     – PerformancePoint Data Source                          PPSDC
• SC : PowerPivot Feature Integration for Site Collections
     – BI Semantic Model Connection                          BISM
     – Data Service Document                                 ATOMSVC
• SC : Power View Integration Feature
     – Power View Report                                     RDLX
File Types and Extensions
By authoring tool
• SQL Server Analysis Services / Data Tools
   – Business Intelligence Model              BIM
• Power View
   – Power View Report                        RDLX
References
• Requirements for SSRS (2008 R2) in Integrated Mode
  http://msdn.microsoft.com/en-us/library/bb283190.aspx
• Requirements for SQL 2012 (PowerPivot and SSRS) in Integrated Mode
  http://msdn.microsoft.com/en-us/library/ee210640.aspx
• Installing SSRS Integrated Mode for SharePoint 2013
  http://msdn.microsoft.com/en-us/library/jj219068.aspx
• Hardware Requirements for PowerPivot
  http://msdn.microsoft.com/en-us/library/ee210640.aspx
• System Requirements for Power View
  http://technet.microsoft.com/en-us/library/hh560549.aspx
• PowerPivot BI Semantic Model Connection
  http://technet.microsoft.com/en-us/library/gg471575.aspx
• SSRS Subscriptions and Delivery
  http://msdn.microsoft.com/en-us/library/ms159762.aspx
Questions & Evals
MORE INFORMATION
SDS SharePoint Webcasts:
• Managing Content and Maximizing Search, 11/2
• Sharing Business Insights – Integrating with Business Intelligence Reports, 11/30
• Visit http://sds-consulting.com to register

• SharePoint Library for various components.
  http://SDSSharepointLibrary.codeplex.com/

SharePoint Lunch and Learns

Publications on the SDS website and blog
http://sds-consulting.com

http://www.sbrickey.com
ScarePint


Right here at the UC Bearcat Lounge immediately following
the closing session

Generously sponsored by
Thanks To Our Sponsors

More Related Content

What's hot

A Simpleton's Guide to Business Intelligence in SharePoint 2010
A Simpleton's Guide to Business Intelligence in SharePoint 2010A Simpleton's Guide to Business Intelligence in SharePoint 2010
A Simpleton's Guide to Business Intelligence in SharePoint 2010Chris McNulty
 
SharePoint and Business Intelligence: Understanding the Microsoft BI Portal C...
SharePoint and Business Intelligence: Understanding the Microsoft BI Portal C...SharePoint and Business Intelligence: Understanding the Microsoft BI Portal C...
SharePoint and Business Intelligence: Understanding the Microsoft BI Portal C...Perficient, Inc.
 
The Power of BI: A guided tour of Microsoft's Business Intelligence tooling
The Power of BI: A guided tour of Microsoft's Business Intelligence toolingThe Power of BI: A guided tour of Microsoft's Business Intelligence tooling
The Power of BI: A guided tour of Microsoft's Business Intelligence toolingJason Himmelstein
 
Business intelligence in SharePoint 2013
Business intelligence in SharePoint 2013Business intelligence in SharePoint 2013
Business intelligence in SharePoint 2013Jason Himmelstein
 
Groupby -Power bi dashboard in hour by vishal pawar-Presentation
Groupby -Power bi dashboard in hour by vishal pawar-Presentation Groupby -Power bi dashboard in hour by vishal pawar-Presentation
Groupby -Power bi dashboard in hour by vishal pawar-Presentation Vishal Pawar
 
Power BI Create lightning fast dashboard with power bi & Its Components
Power BI Create lightning fast dashboard with power bi & Its Components Power BI Create lightning fast dashboard with power bi & Its Components
Power BI Create lightning fast dashboard with power bi & Its Components Vishal Pawar
 
Working with Microsoft Power Business Inteligence Tools - Presented by Atidan
Working with Microsoft Power Business Inteligence Tools - Presented by AtidanWorking with Microsoft Power Business Inteligence Tools - Presented by Atidan
Working with Microsoft Power Business Inteligence Tools - Presented by AtidanDavid J Rosenthal
 
Power-BI and SharePoint
Power-BI and SharePointPower-BI and SharePoint
Power-BI and SharePointatwork
 
Extreme SSAS- SQL 2011
Extreme SSAS- SQL 2011Extreme SSAS- SQL 2011
Extreme SSAS- SQL 2011Itay Braun
 
Microsoft power bi training courses
Microsoft power bi training coursesMicrosoft power bi training courses
Microsoft power bi training courseskatozesiro
 
Clockwork 2013 - SharePoint overview
Clockwork 2013 - SharePoint overviewClockwork 2013 - SharePoint overview
Clockwork 2013 - SharePoint overviewWilco Sinnema
 
Power bi-dashboard-in-a-day-diad-mumbai-2019
Power bi-dashboard-in-a-day-diad-mumbai-2019Power bi-dashboard-in-a-day-diad-mumbai-2019
Power bi-dashboard-in-a-day-diad-mumbai-2019Priyanka Khanadali
 
Architectural Guidance Connecting HANA Live to Power BI
Architectural Guidance Connecting HANA Live to Power BIArchitectural Guidance Connecting HANA Live to Power BI
Architectural Guidance Connecting HANA Live to Power BIVishal Pawar
 
Power BI February update with Recent Cool features
Power BI February update with Recent Cool features Power BI February update with Recent Cool features
Power BI February update with Recent Cool features Vishal Pawar
 
How to Get Lightning Fast Answers with Power BI Q&A and Cortana
How to Get Lightning Fast Answers with Power BI Q&A and CortanaHow to Get Lightning Fast Answers with Power BI Q&A and Cortana
How to Get Lightning Fast Answers with Power BI Q&A and CortanaVishal Pawar
 
Data sources in share point 2010
Data sources in share point 2010Data sources in share point 2010
Data sources in share point 2010Kathy Hughes
 
Power BI Report Server Enterprise Architecture, Tools to Publish reports and ...
Power BI Report Server Enterprise Architecture, Tools to Publish reports and ...Power BI Report Server Enterprise Architecture, Tools to Publish reports and ...
Power BI Report Server Enterprise Architecture, Tools to Publish reports and ...Vishal Pawar
 
Data Warehouse approaches with Dynamics AX
Data Warehouse  approaches with Dynamics AXData Warehouse  approaches with Dynamics AX
Data Warehouse approaches with Dynamics AXAlvin You
 
Configuring SharePoint for Business Intelligence
Configuring SharePoint for Business IntelligenceConfiguring SharePoint for Business Intelligence
Configuring SharePoint for Business IntelligenceJohn White
 
Access Services in SharePoint 2010 - All You Need to Know
Access Services in SharePoint 2010 - All You Need to KnowAccess Services in SharePoint 2010 - All You Need to Know
Access Services in SharePoint 2010 - All You Need to KnowNik Patel
 

What's hot (20)

A Simpleton's Guide to Business Intelligence in SharePoint 2010
A Simpleton's Guide to Business Intelligence in SharePoint 2010A Simpleton's Guide to Business Intelligence in SharePoint 2010
A Simpleton's Guide to Business Intelligence in SharePoint 2010
 
SharePoint and Business Intelligence: Understanding the Microsoft BI Portal C...
SharePoint and Business Intelligence: Understanding the Microsoft BI Portal C...SharePoint and Business Intelligence: Understanding the Microsoft BI Portal C...
SharePoint and Business Intelligence: Understanding the Microsoft BI Portal C...
 
The Power of BI: A guided tour of Microsoft's Business Intelligence tooling
The Power of BI: A guided tour of Microsoft's Business Intelligence toolingThe Power of BI: A guided tour of Microsoft's Business Intelligence tooling
The Power of BI: A guided tour of Microsoft's Business Intelligence tooling
 
Business intelligence in SharePoint 2013
Business intelligence in SharePoint 2013Business intelligence in SharePoint 2013
Business intelligence in SharePoint 2013
 
Groupby -Power bi dashboard in hour by vishal pawar-Presentation
Groupby -Power bi dashboard in hour by vishal pawar-Presentation Groupby -Power bi dashboard in hour by vishal pawar-Presentation
Groupby -Power bi dashboard in hour by vishal pawar-Presentation
 
Power BI Create lightning fast dashboard with power bi & Its Components
Power BI Create lightning fast dashboard with power bi & Its Components Power BI Create lightning fast dashboard with power bi & Its Components
Power BI Create lightning fast dashboard with power bi & Its Components
 
Working with Microsoft Power Business Inteligence Tools - Presented by Atidan
Working with Microsoft Power Business Inteligence Tools - Presented by AtidanWorking with Microsoft Power Business Inteligence Tools - Presented by Atidan
Working with Microsoft Power Business Inteligence Tools - Presented by Atidan
 
Power-BI and SharePoint
Power-BI and SharePointPower-BI and SharePoint
Power-BI and SharePoint
 
Extreme SSAS- SQL 2011
Extreme SSAS- SQL 2011Extreme SSAS- SQL 2011
Extreme SSAS- SQL 2011
 
Microsoft power bi training courses
Microsoft power bi training coursesMicrosoft power bi training courses
Microsoft power bi training courses
 
Clockwork 2013 - SharePoint overview
Clockwork 2013 - SharePoint overviewClockwork 2013 - SharePoint overview
Clockwork 2013 - SharePoint overview
 
Power bi-dashboard-in-a-day-diad-mumbai-2019
Power bi-dashboard-in-a-day-diad-mumbai-2019Power bi-dashboard-in-a-day-diad-mumbai-2019
Power bi-dashboard-in-a-day-diad-mumbai-2019
 
Architectural Guidance Connecting HANA Live to Power BI
Architectural Guidance Connecting HANA Live to Power BIArchitectural Guidance Connecting HANA Live to Power BI
Architectural Guidance Connecting HANA Live to Power BI
 
Power BI February update with Recent Cool features
Power BI February update with Recent Cool features Power BI February update with Recent Cool features
Power BI February update with Recent Cool features
 
How to Get Lightning Fast Answers with Power BI Q&A and Cortana
How to Get Lightning Fast Answers with Power BI Q&A and CortanaHow to Get Lightning Fast Answers with Power BI Q&A and Cortana
How to Get Lightning Fast Answers with Power BI Q&A and Cortana
 
Data sources in share point 2010
Data sources in share point 2010Data sources in share point 2010
Data sources in share point 2010
 
Power BI Report Server Enterprise Architecture, Tools to Publish reports and ...
Power BI Report Server Enterprise Architecture, Tools to Publish reports and ...Power BI Report Server Enterprise Architecture, Tools to Publish reports and ...
Power BI Report Server Enterprise Architecture, Tools to Publish reports and ...
 
Data Warehouse approaches with Dynamics AX
Data Warehouse  approaches with Dynamics AXData Warehouse  approaches with Dynamics AX
Data Warehouse approaches with Dynamics AX
 
Configuring SharePoint for Business Intelligence
Configuring SharePoint for Business IntelligenceConfiguring SharePoint for Business Intelligence
Configuring SharePoint for Business Intelligence
 
Access Services in SharePoint 2010 - All You Need to Know
Access Services in SharePoint 2010 - All You Need to KnowAccess Services in SharePoint 2010 - All You Need to Know
Access Services in SharePoint 2010 - All You Need to Know
 

Similar to SharePoint Saturday Cincinnati: Decoding the Business Intelligence Alphabet Soup

Business intelligence - Microsoft Technologies
Business intelligence - Microsoft TechnologiesBusiness intelligence - Microsoft Technologies
Business intelligence - Microsoft TechnologiesNaveen Kumar Singh
 
Operational dashboarding and reporting with Microsoft Business Intelligence
Operational dashboarding and reporting with Microsoft Business IntelligenceOperational dashboarding and reporting with Microsoft Business Intelligence
Operational dashboarding and reporting with Microsoft Business IntelligenceJohn White
 
Leveraging Microsoft BI Toolset to Monitor Performance
Leveraging Microsoft BI Toolset to Monitor PerformanceLeveraging Microsoft BI Toolset to Monitor Performance
Leveraging Microsoft BI Toolset to Monitor PerformanceDan English
 
Microsoft2013-BI-Overview-print
Microsoft2013-BI-Overview-printMicrosoft2013-BI-Overview-print
Microsoft2013-BI-Overview-printShan Kane
 
Go Beyond the Numbers - Data Visualization in SharePoint 2010
Go Beyond the Numbers - Data Visualization in SharePoint 2010Go Beyond the Numbers - Data Visualization in SharePoint 2010
Go Beyond the Numbers - Data Visualization in SharePoint 2010Chris McNulty
 
SharePoint 2013 BI Scenarios
SharePoint 2013 BI ScenariosSharePoint 2013 BI Scenarios
SharePoint 2013 BI ScenariosAndreas Aschauer
 
ReportPlus: Create Dashboards with your iPad
ReportPlus: Create Dashboards with your iPadReportPlus: Create Dashboards with your iPad
ReportPlus: Create Dashboards with your iPadSouthLabs
 
Perficient Self Service Business Intelligence with Power Pivot
Perficient Self Service Business Intelligence with Power PivotPerficient Self Service Business Intelligence with Power Pivot
Perficient Self Service Business Intelligence with Power PivotPerficient, Inc.
 
Hybrid Analytics in Healthcare: Leveraging Power BI and Office 365 to Make Sm...
Hybrid Analytics in Healthcare: Leveraging Power BI and Office 365 to Make Sm...Hybrid Analytics in Healthcare: Leveraging Power BI and Office 365 to Make Sm...
Hybrid Analytics in Healthcare: Leveraging Power BI and Office 365 to Make Sm...Perficient, Inc.
 
Tony Eveland Portfolio
Tony Eveland PortfolioTony Eveland Portfolio
Tony Eveland Portfoliotonyeveland
 
Business Intelligence Data Visualization from SharePoint Saturday Boston
Business Intelligence Data Visualization from SharePoint Saturday BostonBusiness Intelligence Data Visualization from SharePoint Saturday Boston
Business Intelligence Data Visualization from SharePoint Saturday BostonKnowledge Management Associates, LLC
 
Evolved BI with SQL Server 2012
Evolved BIwith SQL Server 2012Evolved BIwith SQL Server 2012
Evolved BI with SQL Server 2012Andrew Brust
 
AAO BI Resume
AAO BI ResumeAAO BI Resume
AAO BI ResumeAl Ottley
 
The Power of Business Intelligence
The Power of Business Intelligence The Power of Business Intelligence
The Power of Business Intelligence Eli Sabatier
 
How to Ensure your Microsoft BI Project is a Success!
How to Ensure your Microsoft BI Project is a Success! How to Ensure your Microsoft BI Project is a Success!
How to Ensure your Microsoft BI Project is a Success! Ed Senez
 
Microsoft BI reporting capabilities (on-prem solutions) Presentation
Microsoft BI reporting capabilities (on-prem solutions) PresentationMicrosoft BI reporting capabilities (on-prem solutions) Presentation
Microsoft BI reporting capabilities (on-prem solutions) Presentationjeromedoyen
 
See Beyond the Numbers: Data Visualization in SharePoint 2010
See Beyond the Numbers: Data Visualization in SharePoint 2010See Beyond the Numbers: Data Visualization in SharePoint 2010
See Beyond the Numbers: Data Visualization in SharePoint 2010Sadalit Van Buren
 
Hitchhiker’s Guide to SharePoint BI
Hitchhiker’s Guide to SharePoint BIHitchhiker’s Guide to SharePoint BI
Hitchhiker’s Guide to SharePoint BIAndrew Brust
 
Business intelligence armoury – what’s the best tool
Business intelligence armoury – what’s the best toolBusiness intelligence armoury – what’s the best tool
Business intelligence armoury – what’s the best toolSUGUKNotts
 

Similar to SharePoint Saturday Cincinnati: Decoding the Business Intelligence Alphabet Soup (20)

Business intelligence - Microsoft Technologies
Business intelligence - Microsoft TechnologiesBusiness intelligence - Microsoft Technologies
Business intelligence - Microsoft Technologies
 
Operational dashboarding and reporting with Microsoft Business Intelligence
Operational dashboarding and reporting with Microsoft Business IntelligenceOperational dashboarding and reporting with Microsoft Business Intelligence
Operational dashboarding and reporting with Microsoft Business Intelligence
 
Leveraging Microsoft BI Toolset to Monitor Performance
Leveraging Microsoft BI Toolset to Monitor PerformanceLeveraging Microsoft BI Toolset to Monitor Performance
Leveraging Microsoft BI Toolset to Monitor Performance
 
Microsoft2013-BI-Overview-print
Microsoft2013-BI-Overview-printMicrosoft2013-BI-Overview-print
Microsoft2013-BI-Overview-print
 
Go Beyond the Numbers - Data Visualization in SharePoint 2010
Go Beyond the Numbers - Data Visualization in SharePoint 2010Go Beyond the Numbers - Data Visualization in SharePoint 2010
Go Beyond the Numbers - Data Visualization in SharePoint 2010
 
SharePoint 2013 BI Scenarios
SharePoint 2013 BI ScenariosSharePoint 2013 BI Scenarios
SharePoint 2013 BI Scenarios
 
ReportPlus: Create Dashboards with your iPad
ReportPlus: Create Dashboards with your iPadReportPlus: Create Dashboards with your iPad
ReportPlus: Create Dashboards with your iPad
 
Perficient Self Service Business Intelligence with Power Pivot
Perficient Self Service Business Intelligence with Power PivotPerficient Self Service Business Intelligence with Power Pivot
Perficient Self Service Business Intelligence with Power Pivot
 
Hybrid Analytics in Healthcare: Leveraging Power BI and Office 365 to Make Sm...
Hybrid Analytics in Healthcare: Leveraging Power BI and Office 365 to Make Sm...Hybrid Analytics in Healthcare: Leveraging Power BI and Office 365 to Make Sm...
Hybrid Analytics in Healthcare: Leveraging Power BI and Office 365 to Make Sm...
 
Tony Eveland Portfolio
Tony Eveland PortfolioTony Eveland Portfolio
Tony Eveland Portfolio
 
Business Intelligence Data Visualization from SharePoint Saturday Boston
Business Intelligence Data Visualization from SharePoint Saturday BostonBusiness Intelligence Data Visualization from SharePoint Saturday Boston
Business Intelligence Data Visualization from SharePoint Saturday Boston
 
February 20th, 2013 Presentation - Chris McNulty
February 20th, 2013 Presentation - Chris McNultyFebruary 20th, 2013 Presentation - Chris McNulty
February 20th, 2013 Presentation - Chris McNulty
 
Evolved BI with SQL Server 2012
Evolved BIwith SQL Server 2012Evolved BIwith SQL Server 2012
Evolved BI with SQL Server 2012
 
AAO BI Resume
AAO BI ResumeAAO BI Resume
AAO BI Resume
 
The Power of Business Intelligence
The Power of Business Intelligence The Power of Business Intelligence
The Power of Business Intelligence
 
How to Ensure your Microsoft BI Project is a Success!
How to Ensure your Microsoft BI Project is a Success! How to Ensure your Microsoft BI Project is a Success!
How to Ensure your Microsoft BI Project is a Success!
 
Microsoft BI reporting capabilities (on-prem solutions) Presentation
Microsoft BI reporting capabilities (on-prem solutions) PresentationMicrosoft BI reporting capabilities (on-prem solutions) Presentation
Microsoft BI reporting capabilities (on-prem solutions) Presentation
 
See Beyond the Numbers: Data Visualization in SharePoint 2010
See Beyond the Numbers: Data Visualization in SharePoint 2010See Beyond the Numbers: Data Visualization in SharePoint 2010
See Beyond the Numbers: Data Visualization in SharePoint 2010
 
Hitchhiker’s Guide to SharePoint BI
Hitchhiker’s Guide to SharePoint BIHitchhiker’s Guide to SharePoint BI
Hitchhiker’s Guide to SharePoint BI
 
Business intelligence armoury – what’s the best tool
Business intelligence armoury – what’s the best toolBusiness intelligence armoury – what’s the best tool
Business intelligence armoury – what’s the best tool
 

SharePoint Saturday Cincinnati: Decoding the Business Intelligence Alphabet Soup

  • 1. SharePoint Saturday Cincinnati October 27, 2012 Decoding the Business Intelligence Alphabet Soup SSRS, KPI, OLAP, BISM and more! Scott Brickey Strategic Data Systems
  • 2. About Us SDS Custom SharePoint Solutions Agile development and SharePoint coding experience to create an optimal solution for your unique SharePoint application and integration needs. · Workflow & InfoPath Forms for Business Process Automation · SharePoint Reports & BI Integration · Portals & Collaboration · Content Management Agile Practices for proven faster delivery, higher quality, & increased business value.
  • 3. Business Intelligence Tools : A brief history
  • 4. Business Intelligence Tools : Yesterday, Today, and Tomorrow 2007 Excel: 2010 - PivotTable improvements - Conditional Formatting Excel: 2012 - Row limit improvements - Pivot Table Slicers - Spark Lines Excel: 2013 SharePoint: - PowerPivot - Excel Services SharePoint: SharePoint: Excel: - PerformancePoint Services - Excel Services improvements - PowerPivot for Excel Svcs - Power View - SSRS Integrated Mode - Visio Services Analysis Services: - Tabular Mode SharePoint: Report Services: - PerformancePoint support for - SharePoint Service App iPad - Power View
  • 5. Agenda • Data Silos and Data Warehouses • Reporting Services • Excel Services • Visio Services • Performance Point • Power Pivot and Power View
  • 6. Data Silos and Data Warehouses
  • 7. Data Silos • Where does data live? – Line of business systems (OLTP) • Databases : SQL, Oracle, etc • Data Exports : CSV – Excel files – SharePoint Lists • Also accessible via RSS, OData – Elsewhere • RSS, Atom, OData, etc
  • 8. Data Warehouse Architecture OLTP DW SSAS • Raw Data • ROLAP • MOLAP • TSQL • TSQL • MDX • Normalized • Denormalized • MultiDimensional • Realtime • Realtime - 1 • Realtime - 2
  • 10. Why Reporting Services? • Free – Limited to local SQL Express data only • Except when using linked servers – No scheduled/unattended reports • Already in use • Convert Access reports, train report builders • No dependency on SharePoint editions • Reuse your SharePoint portal – Intranet, Extranet, website
  • 11. Reporting Services Native Mode (2005) Minimally Integrated • Install from RSWebParts.cab – C:Program Files (x86)Microsoft SQL Server110ToolsReporting ServicesSharePointRSWebParts.cab • Integration via Web Parts – Report Explorer • Link to Report Builder – Report Viewer • same as the ReportViewer ASP.Net control • Basically an IFrame • Contents stored on SSRS • Client connects directly to SSRS – Firewall and other considerations
  • 12. Reporting Services Integrated Mode (2008 & 2008 R2) Deeply Integrated – Single Dedicated Report Server • SSRS Configuration  SharePoint Mode • Central Admin  General Application Settings • Content stored in SharePoint – Utilize SharePoint‟s security model, Versioning, Approvals, Workflows – Logging, AAM‟s, Claims based auth • RS Content Types – Report Data Source *.RSDS connection string – Report Builder Model (DataSet) *.RSD query – Report Builder Model (Semantic) *.SMDL – Report Builder Report *.RDL • Remove the Report Explorer web part (unnecessary) • Client connects THROUGH SharePoint (double/triple hop)
  • 13. Reporting Services 2012 Completely Integrated – Scalable Dedicated Servers • SSRS Configuration  SharePoint Mode • Central Admin  Service Application – Scalable Architecture • Scheduled Report Jobs – Data Driven subscription – Report snapshots for historical data • Power View – Interactive Designer – Timeline “Play” button – (more on this later)
  • 14. Reporting Services Data Sources • Microsoft • Extensible / Standards – SQL Server Database – OLE DB – SQL Server Analysis – ODBC – SQL Azure – SharePoint List – XML – SSRS Report Model – BI Semantic Model for Power View • Third Party – Oracle – SAP NetWeaver BI – Hyperion Essbase
  • 15. Reporting Services Data Sets • Single query (fields, filters) • Single source • Data provider specific language – TSQL, MDX, XMLA • Dataset (file) security
  • 16. Reporting Services Query Designer – SQL – Data Set
  • 17. Reporting Services Query Designer – SQL – Data Set
  • 18. Reporting Services Query Designer – MDX – Data Set
  • 19. Reporting Services Query Designer – MDX – Data Set
  • 20. Reporting Services Data Models • Data Models are SSRS Data Sources • Describes data and relationships • Automatically generated from SQL Database or OLAP Cube – Exploring the tables, views, fields, relationships • Model Item-level security permissions • SQL Express NOT supported • Click Through Reports
  • 21. Reporting Services Query Designer – SQL – Data Model
  • 22. Reporting Services Query Designer – SQL – Data Model
  • 23. Reporting Services Query Designer – MDX – Data Model
  • 24. Reporting Services Query Designer – MDX – Data Model
  • 26. Reporting Services Reports • Create with Report Designer (BIDS) or Report Builder • Data Visualizations – Table/Matrix/List – Chart – Gauge – Map – Data Bar – Sparkline – Indicator • Subscriptions – Data Driven Alerts • Options – Data : Live, Cached, Snapshot
  • 27. Reporting Services Visualizations : Charts • Column • Line • Shape – Pie, Funnel • Bar • Area • Range – Area, Stock, … • Scatter • Polar
  • 28. Reporting Services Visualizations : Gauges • Radial • Linear
  • 30.
  • 31. Reporting Services Visualizations : Indicators • Directional • Symbols • Shapes • Ratings
  • 32. Reporting Services Report Outputs • Export to File – XML, CSV, PDF, Excel (XLSX) – TIFF, Word, MSHTML • Export to Data Feed (.atomsvc) – PowerPivot (default) – SSIS (via HTTP connection) – Outlook (yes, really)
  • 33. Reporting Services Subscriptions • Event Driven – On a schedule (Hour, Day, Week, Month) – When snapshots are created Destinations Formats
  • 34. Reporting Services Data Driven Subscriptions • Data Source : Report Data Source, Report Data Model • Query • Report parameter binding • Delivery – Static Values Destinations Formats – Query Fields
  • 35. Excel and Excel Services
  • 36. Excel : Data Connections • Stored : Embedded or External File • Microsoft : SQL Database, Analysis Services – MS Query : SharePoint Lists • Office Data Connection (*.ODC) files • XML – CSV • Extensible Providers – ODBC : Access, dBase, Excel, Paradox, FoxPro, CSV, Oracle – OLE DB : SQL, Analysis Services, Active Directory
  • 37. Excel : Pivot Tables
  • 38. Excel : Pivot Charts
  • 40. Excel : Spark Lines
  • 41. Excel : Usage • Data Connections – Fairly easy to create – Can be centralized in a SharePoint connection library • Permissions, Version History, Content Approval • Good for testing – Designed for single source (table/view, file, etc) • SQL : Relationships are difficult (no GUI) • No way to query ACROSS data sources
  • 42. Excel : Usage • Excel formatting options – Numbers, Currency, Date/Time, etc • Easy and intuitive – On the fly changes (filters, slicers, etc)
  • 43. SharePoint : Excel Services • Web Parts – Render Excel document in web part – Limit access with Named Items – Relate web parts with filters using Web Part Connections • Office Web Applications – View/Edit Excel document in web browser
  • 44. Visio Services Land of the Forgotten
  • 45. Business Intelligence in Visio • Use shapes to document a process • Data Connections • Map data to shapes • Expose with Visio Services
  • 47. PerformancePoint Dashboards • Dashboards are web part pages • Dashboards are composed of Items and Reports – Created using PerformancePoint Data Connections – Stored individually, to be reused
  • 48. PerformancePoint Dashboard Items • Data Sources • Key Performance Indicators (objectives) – Actual vs Target (goal) • Indicators – Gauges, Progress Bars, Stoplights, etc • Filters • Scorecards – Hierarchical grouping of KPIs
  • 49. PerformancePoint Dashboard Reports • Analytic Chart • Analytic Grid • Strategy Map • KPI Details • Reporting Services • Other – Excel Services – ProClarity Analytics Server Page – Web Page
  • 54. PerformancePoint Analytic Grid - Decomposition Tree • Sss
  • 56. PerformancePoint Decomposition Tree • View as Analytic Chart or Grid – Bar – Stacked, Stacked (100%) – Line, Line with Markers – Pie
  • 62. BI : Letting go of the past • Excel – Dominant tool for Agile BI – Known limitations • 2003 65,536 rows x 256 columns • 2007/2010 1,048,576 rows x 16,384 columns • SSAS – MDX and TSQL are very different – Different toolset • Computing resources are underutilized – Multiple Processors, Multiple Cores – Gigabytes of memory
  • 63. PowerPivot : Back to the Future • Vertipaq Engine • Keep ALL the data – Query data ONCE – Utilize compression – Relate data ACROSS data source – Data is cached within the document
  • 64. PowerPivot : Excel 2010, SharePoint Enterprise, and SQL Enterprise • NO row limit (technically) – Only limited by available RAM • No cube processing • No penalty for new calculations • Add-in for Excel • Add-in for SharePoint Excel Services, which uses special SQL Analysis instance („POWERPIVOT‟) – Data caching – Automatic background refreshing of data – New SharePoint list views / visualizations
  • 65. PowerPivot : Data Sources • Databases – SQL Database, Analysis Services, Access – SQL Azure – Oracle, Teradata, Sybase, Informix, DB2 – OLE DB / ODBC • Excel File • SSRS Report • Azure DataMarket – https://datamarket.azure.com/browse • Atom Data Feed • CSV
  • 72. PowerPivot Software Requirements • Excel 2010 • SharePoint : Enterprise (Excel Services) – Excel Services Application – PowerPivot Service Application – Secure Store Service – Claims to Windows Token Service • SQL : Dev, Eval, Enterprise, Data Center – RS in SharePoint [Integrated] mode – Analysis Services : SQL Server PowerPivot for SharePoint
  • 74. SQL Analysis Services : OLAP • First appeared in SQL 2005 • OLTP  Data Warehouse  Cube – Facts (Measures) and Dimensions – Data Transformations – Cube Processing • MOLAP (MDX) Queries – Known or expected lookups, i.e. Ʃ ($) • ROLAP (TSQL) Queries – Ad-hoc calculations
  • 75. SSAS Tabular Mode – PowerPivot for ALL • SSAS was designed for limited resources – SSAS 2005 hardware requirements • HDD: 90 MB, CPU: P3 GHz, RAM: 1 GB – SSAS PowerPivot hardware requirements • HDD: 80 GB, CPU: 16x3 GHz, RAM: 8-128 GB • Outdated resource constraints cause usability constraints today
  • 76. SQL Analysis Services : Tabular • PowerPivot for the Server • Excel File -> Business Intelligence Model file (*.BIM) • Two data query options – Vertipaq / In-Memory mode – DirectQuery mode
  • 77. Building your BIM • SQL Data Tools (formerly BIDS) • Create BIM from scratch – Similar experience as PowerPivot for Excel – Some extra features (permissions, processing mode, etc) • Import Excel PowerPivot file
  • 78. BI Semantic Model Connection Files to Tabular Data • Office Data Connection (ODC) files – Open with Excel – NOT compatible with tabular data • BI Semantic Mode (BISM) files – Open with Excel and PowerPivot – Connect to SSAS Tabular OR Excel PowerPivot file
  • 79.
  • 81. Power View • Starts with tabular data – Excel PowerPivot – Analysis Services Tabular Mode – BI Semantic Model file (connection file) • In-Browser (Silverlight) editor – RDLX file • Export to PowerPoint
  • 84. Power View Playing with Scatter Plots
  • 86. Final Thoughts • BI starts with the end user – Connect to the data, wherever it is • BI should be easy to share – Available to the users, wherever they are • BI should be agile – Requirements change, mistakes happen • BI should be promotable – Optimize the use of resources
  • 88. Acronyms • BIDS Business Intelligence Development Studio • BIM Business Intelligence Model (Tabular mode) • BISM Business Intelligence Semantic Model • DAX Data Analysis eXpression • DMX Data Mining eXpression (OLAP mode) • KPI Key Performance Indicator • MDX Multi Dimensional eXpression • MOLAP Multidimensional Online Analytical Processing
  • 89. Acronyms • PPS Performance Point Services • OLTP OnLine Transaction Processing • OLAP OnLine Analytical Processing • ROLAP Relational Online Analytical Processing • SSRS Sql Server Reporting Services • SSAS Sql Server Analysis Services • SSIS Sql Server Integration Services • TSQL Transact Structured Query Language • XMLA XML for Analysis -- OR – Multidimensional eXpressions Language
  • 90. Supported Data Sources • Reporting Services – SQL, SSAS, SQL Azure, SharePoint, SSRS Report Model, BI Semantic Model for Power View – Oracle, SAP NetWeaver BI, Hyperion Essbase – OLE DB, ODBC, XML • PowerView – BISM – Excel PowerPivot document
  • 91. Supported Data Sources • Excel – Native : SQL, SSAS, SP List, XML – OLEDB : SQL, SSAS, ODBC DSN, Oracle … – ODBC : Access, DBase, Excel, Oracle, Paradox, TXT/CSV, FoxPro … • PowerPivot – Relational Database: SQL, Azure, Access, Oracle, Teradata, Sybase, Informix, DB2, OLE DB, ODBC – Multidimensional Database: SSAS – Data Feeds: SSRS, Azure DataMarket, Data Feed (Atom) – Files: Excel, TXT/CSV
  • 92. Supported Data Sources • Visio – Excel workbook – Access database – SharePoint list – SQL database – OLE DB, ODBC
  • 93. Supported Data Sources • PerformancePoint – SQL Database – SQL Analysis Services – Excel workbook – SharePoint list
  • 94. Supported Data Sources • SSAS Tabular Mode – Relational Database: SQL, Azure, Access, Oracle, Teradata, Sybase, Informix, DB2, OLE DB, ODBC – Multidimensional Database: SSAS – Data Feeds: SSRS, Azure DataMarket, Data Feed (Atom) – Files: Excel, TXT/CSV • BISM – Excel PowerPivot document – SSAS Tabular Model
  • 95. SharePoint Features, Content Types, and File Extensions • SP Foundation – Office Data Connection (Excel, Visio) ODC – Universal Data Connection (InfoPath) UDCX • SC : Report Server Integration Feature – Report Data Source RSDS – Report Builder Model (Data Set) RSD – Report Builder Model (Semantic Model) SMDL – Report Builder Report RDL • SC : PerformancePoint Services Site Collection Features – PerformancePoint Data Source PPSDC • SC : PowerPivot Feature Integration for Site Collections – BI Semantic Model Connection BISM – Data Service Document ATOMSVC • SC : Power View Integration Feature – Power View Report RDLX
  • 96. File Types and Extensions By authoring tool • SQL Server Analysis Services / Data Tools – Business Intelligence Model BIM • Power View – Power View Report RDLX
  • 97. References • Requirements for SSRS (2008 R2) in Integrated Mode http://msdn.microsoft.com/en-us/library/bb283190.aspx • Requirements for SQL 2012 (PowerPivot and SSRS) in Integrated Mode http://msdn.microsoft.com/en-us/library/ee210640.aspx • Installing SSRS Integrated Mode for SharePoint 2013 http://msdn.microsoft.com/en-us/library/jj219068.aspx • Hardware Requirements for PowerPivot http://msdn.microsoft.com/en-us/library/ee210640.aspx • System Requirements for Power View http://technet.microsoft.com/en-us/library/hh560549.aspx • PowerPivot BI Semantic Model Connection http://technet.microsoft.com/en-us/library/gg471575.aspx • SSRS Subscriptions and Delivery http://msdn.microsoft.com/en-us/library/ms159762.aspx
  • 99. MORE INFORMATION SDS SharePoint Webcasts: • Managing Content and Maximizing Search, 11/2 • Sharing Business Insights – Integrating with Business Intelligence Reports, 11/30 • Visit http://sds-consulting.com to register • SharePoint Library for various components. http://SDSSharepointLibrary.codeplex.com/ SharePoint Lunch and Learns Publications on the SDS website and blog http://sds-consulting.com http://www.sbrickey.com
  • 100. ScarePint Right here at the UC Bearcat Lounge immediately following the closing session Generously sponsored by
  • 101. Thanks To Our Sponsors

Editor's Notes

  1. Excel 2007 – PivotTable – Support for hierarchical data
  2. Client connects directly : Authentication? Wire sniffing? Parameter manipulation?
  3. Any changes WILL be lost when the browser is closed
  4. Any changes WILL be lost when the browser is closed
  5. Any changes WILL be lost when the browser is closed
  6. Excel oriented?
  7. Practically speaking, exceptionally large files (4mil rows == 120mb) will take time to transfer, load, and then display to the user