SlideShare una empresa de Scribd logo
1 de 32
Descargar para leer sin conexión
May 18, 2012

     Data Visualization in SharePoint 2010
     with Visio Services and Excel
     PowerPivot
     PRESENTED BY:

                     JASON TRENT
                     TECHNICAL SPECIALIST
                        E: JASONT@K2.COM
                         : SOONERTRENT




K2 Confidential                             WWW.K2.COM
K2 Confidential   WWW.K2.COM
AGENDA
• Data Visualization options in SharePoint 2010?

• Visio Services
   • What is Visio Services after all?
   • What data sources can be used?
   • Example of building and use cases of a Visio Services diagram


• SQL Server PowerPivot for Excel/SharePoint
   • What is PowerPivot?
   • What data sources can be used?
   • Example of building, deploying and managing a PowerPivot workbook

K2 Confidential                                                      WWW.K2.COM
TRADITIONAL DATA VISUALIZATION OPTIONS IN SHAREPOINT 2010

                               Audience                 Tooling

Excel Services
Visio Services            Business User (with
                             Business User          Excel 2007/2010
                                                       Visio 2010
                           assistance from IT)




                                                                                 Complexity
SQL Server PowerPivot
SQL Server Reporting      SQLBusiness User
                               Developer (with    SQL Server2010
                                                       Excel Reporting
Services                    assistance from      Services/Report Builder
                               Business)
PerformancePoint              BI Developer         SQL Server Analysis
Services                                                Services/
                                                    PerformancePoint




K2 Confidential                                                            WWW.K2.COM
Visio Services for SharePoint




K2 Confidential                                   WWW.K2.COM
VISIO SERVICES IN SHAREPOINT 2010 – WHAT IS VISIO SERVICES ANYWAY?


Basically, Visio Services is a way to:

   • View Visio diagrams in the browser without having
     Visio installed locally

   • Refresh data-driven diagrams in the browser

   • Integrate Visio diagrams into SharePoint



K2 Confidential                                                      WWW.K2.COM
VISIO SERVICES IN SHAREPOINT 2010 – WHAT IS VISIO SERVICES ANYWAY?




K2 Confidential                                                      WWW.K2.COM
VISIO SERVICES IN SHAREPOINT 2010 – VIEWING VISIO DIAGRAMS IN THE BROWSER


   View Visio diagrams in the browser without having Visio
   installed locally – meaning:
   •   on any browser (IE, Firefox, Chrome, Safari, etc.)
   •   on any platform
   •   all within SharePoint
   •   and without leaving the browser
   •   from diagrams stored in SharePoint




K2 Confidential                                                             WWW.K2.COM
VISIO SERVICES IN SHAREPOINT 2010 – UTILIZING DATA WITHIN DIAGRAMS


   Refresh data-driven diagrams in the browser – meaning
   that data from external sources can be automagically
   refreshed within a browser based Visio diagram

   Supported Visio data sources:
   •   SQL Server (7.0 to 2008 R2)
   •   Excel Services Workbooks
   •   SharePoint Lists
   •   OLE DB or ODBC connections
   •   Custom Data Providers




K2 Confidential                                                      WWW.K2.COM
VISIO SERVICES IN SHAREPOINT 2010 – UTILIZING DATA WITHIN DIAGRAMS

   • Within each Visio Diagram, 2 properties are managed:
       • How to access the data
       • Data Provider to facilitate the data access


   • Data Refresh Frequency is managed either within the Visio Web
     Drawing web part and/or at the Farm Level within Central Admin

   • Data displayed within Visio Web drawings are CACHED – the lower
     the cache level the more automatic data refreshes are applied (and
     more real time) but also the higher the resource load

   • While the Visio Diagram will be backed up within a normal SharePoint
     backup strategy, any data external to SharePoint may not

K2 Confidential                                                      WWW.K2.COM
VISIO SERVICES IN SHAREPOINT 2010 – INTEGRATING INTO SHAREPOINT 2010


   Integrate Visio diagrams into SharePoint – meaning that
   once a Visio diagram is built it can be deployed into
   SharePoint and configured for display




                  VDW                      PNG
                                          XAML




K2 Confidential                                                        WWW.K2.COM
QUICK DEMONSTRATION

                  BUILDING VISIO SERVICES DIAGRAM




K2 Confidential                                     WWW.K2.COM
VISIO SERVICES IN SHAREPOINT 2010 – INTEGRATING INTO SHAREPOINT 2010

        Integration Point          Description                  “Built” By
Visio Web Access Web Part    Point Web Access web        Average SharePoint User
                             part to a Visio diagram
                             in a SharePoint
                             Document Library,




                                                                                         Complexity
                             configure and go
Web Part Connections         Configure other web         Average SharePoint User
                             parts in a SharePoint
                             page to manipulate
                             Visio Web Access web
                             part
Visio Services Mash-up API   Enable rich interactivity   SharePoint Developer
                             on by manipulating the
                             different Visio web
                             diagram objects
                             programmatically via
                             JavaScript


K2 Confidential                                                                    WWW.K2.COM
VISIO SERVICES – MANAGEMENT WITHIN SHAREPOINT

   Visio Services is a SharePoint Service Application and, as such, can be managed,
   configured and secured:
   • Some limits:
      • 50mb file size for Visio Web drawings
      • 120 seconds for Visio Web drawing re-calculation
      • 34560 minutes (24 days) for a Visio Web drawing to be held in cache (default is 5
        minutes)

   • A few things to keep in mind for securing to Visio Web drawings that are connected
     to data sources:
     • If connecting to a SharePoint list, the consumer must have access to both the
        document library storing the VWD file as well as the SharePoint List
     • If connecting to a SQL data source, the diagram can utilize the following
        connection options:
        • Integrated Windows authentication
        • Secure Store Service
        • Service Account

K2 Confidential                                                                  WWW.K2.COM
VISIO SERVICES IN SHAREPOINT 2010 – SOLUTION COMPLEXITY

                  Hi

                                                                                 Connecting to external
                                                                                   data sources using
                                                                                 Custom Data Providers
                                                                                  within Visio Services
                  Solution Maturity




                                                              Creating Visio Services
                                                              “mashups” with other
                                                              data sources to create
                                                                  BI dashboards

                                             Publishing Visio
                                           Services diagrams to
                                             be consumed in
                                                SharePoint
                  Lo




                                      Lo                    Solution Complexity                      Hi

K2 Confidential                                                                                           WWW.K2.COM
VISIO SERVICES – WORKING WITH CUSTOM DATA PROVIDERS

• Custom Data Provider is a way to access data that is not provided by default
• Requires development of custom .NET Assembly that implements the Visio Services Data Provider
  Interface (Microsoft.Office.Visio.Server.AddonDataHandler)
• Once created/implemented – this assembly needs to be deployed into the GAC on the SharePoint
  box(es)
• The Custom Data Provider is added/configured within Central Admin (Central Admin > Manage
  Visio Graphics Service > Trusted Data Providers)




K2 Confidential                                                                       WWW.K2.COM
VISIO SERVICES IN SHAREPOINT 2010 – REQUIREMENTS



                                                       Requirements
       Building Visio Services diagrams    Microsoft Visio Professional/Premium
                                           2010



       Hosting Visio Services diagrams     Microsoft SharePoint 2010 Enterprise
       Viewing Visio Services diagrams     Microsoft Silverlight (and Silverlight
                                           capable browser)

                                           (* Static PNG is available when
                                           Silverlight is not)




K2 Confidential                                                                 WWW.K2.COM
QUESTIONS?




K2 Confidential                WWW.K2.COM
SQL Server PowerPivot for Excel/SharePoint




K2 Confidential                                 WWW.K2.COM
SQL SERVER POWERPIVOT FOR EXCEL/SHAREPOINT – WHAT IS IT ANYWAY?

• Basically, PowerPivot is an add-in for
  Excel 2010 that allows Information
  Workers the ability to perform data
  analysis with large datasets within
  Excel
• Has advanced in-memory data
  analytics capability to compress
  massive data sets for use (100M
  rows)
• Enables users to deploy analysis
  assets straight into SharePoint
• PowerPivot Management Dashboard
  provides SharePoint Admins a way to
  manage PowerPivot charts within
  Central Admin
K2 Confidential                                                   WWW.K2.COM
SQL SERVER POWERPIVOT FOR EXCEL/SHAREPOINT – WHAT DOES THAT REALLY MEAN THOUGH?


• Non-traditional BI Users can now:
  • Work with large and varied data sets in tooling they
    understand
  • Create self-service ad-hoc BI “solutions” and share
    across the enterprise
  • Solve problems not currently/traditionally
    supported by IT
  • Start RAD lifecycle around BI that can ultimately be
    transitioned to IT


K2 Confidential                                                          WWW.K2.COM
SQL SERVER POWERPIVOT FOR EXCEL/SHAREPOINT – PRACTICAL EXAMPLE




                                           Source: UnderstandingTheUSDebt.com
K2 Confidential                                                      WWW.K2.COM
SQL SERVER POWERPIVOT FOR EXCEL/SHAREPOINT – DATA SOURCES


   Supported PowerPivot data sources:
   • Microsoft SQL Server (2005 to 2008 R2)
   • Microsoft SQL Azure
   • Microsoft SQL Server Analysis Services Cubes
   • Microsoft SQL Server Reporting Services Reports
   • Microsoft Office Access
   • Microsoft Excel workbooks
   • Other PowerPivot workbooks
   • Data Feeds (ATOM)
   • Non MS relational data sources (Oracle, Teradata, Sybase, Informaix, IBM
     DB2)
   • Text



K2 Confidential                                                         WWW.K2.COM
SQL SERVER POWERPIVOT FOR EXCEL/SHAREPOINT – HOW DOES IT WORK?


   SQL Server PowerPivot for Excel
   VertiPaq Data Compression and Processing/SSAS Formula Engine
   SQL Server PowerPivot for SharePoint 2010




                                     PowerPivot Engine




                                      SSAS


K2 Confidential                                                   WWW.K2.COM
QUICK DEMONSTRATION

                  BUILDING POWERPIVOT WORKBOOK




K2 Confidential                                  WWW.K2.COM
SQL SERVER POWERPIVOT FOR EXCEL/SHAREPOINT – MANAGING IN SHAREPOINT

• Once a PowerPivot workbook has been built it can be published into SharePoint 2010
• SharePoint Integration Features:
  • Content Storage & Document Management – native SharePoint document
    management policies/features
  • Excel Services Integration – Excel Services powers the rendering of Excel workbook
    that contain PowerPivot data
  • PowerPivot Gallery - Rich preview and document access is provided through a
    PowerPivot Gallery library that includes accurate thumbnail images of the
    worksheets or named ranges in a published PowerPivot workbook
  • PowerPivot Management Dashboard – Consolidate management and reporting
    capabilities hosted within Central Admin
  • PowerPivot Data Refresh – While data is initially stored within the workbook, users
    can schedule data refreshes from underlying data sources




K2 Confidential                                                                 WWW.K2.COM
QUICK DEMONSTRATION

                  MANAGING IN SHAREPOINT




K2 Confidential                            WWW.K2.COM
SQL SERVER POWERPIVOT FOR EXCEL/SHAREPOINT – MANAGING DATA REFRESH

• From within Excel, a workbook with PowerPivot data can be manually
  refreshed
• From within SharePoint, the data refresh is managed a bit differently:
  • The entire process is managed by the following SharePoint
    components:
         • SharePoint PowerPivot Data Refresh          Timer Job
           Timer Job
         • PowerPivot Service Application
         • SQL Server Analysis Services service       PowerPivot
                                                      Service App


                                                        Analysis
                                                        Services
                                                        Service
K2 Confidential                                                      WWW.K2.COM
SQL SERVER POWERPIVOT FOR EXCEL/SHAREPOINT – MANAGING DATA REFRESH

• Configuration for the data refresh of a given PowerPivot workbook is managed
  within a PowerPivot Gallery
  • Workbook owners have the ability to configure:
    • Schedule Details – Configures the period (Daily, Weekly, etc.)
    • Earliest Start Time – Configures specific start time
    • Failure Notifications – Who to notify if/when a refresh error occurs
    • Credentials – Which credentials to use when executing the refresh
    • Data Sources – Which Data Sources within the Workbook to refresh




K2 Confidential                                                       WWW.K2.COM
SQL SERVER POWERPIVOT IN SHAREPOINT 2010 – REQUIREMENTS



                                                     Requirements
       Building PowerPivot books         Microsoft Excel 2010 + PowerPivot
                                         Add In



       Hosting PowerPivot Graphs         Microsoft SharePoint 2010 Enterprise
       Viewing PowerPivot Graphs         Utilizing Excel Services (IE 7+, Firefox
                                         3.5 +, other browsers with limited
                                         functionality)




K2 Confidential                                                               WWW.K2.COM
VISIO SERVICES IN SHAREPOINT 2010 – COMPONENTS

      PowerPivot component              Purpose                         Placement
   PowerPivot System Service   Queries and manages              Runs on an application server,
   and Analysis Services       PowerPivot data in Excel         as a shared service application
   service                     workbooks.                       and Windows service,
                                                                respectively.
   PowerPivot Web service      Intercepts and directs HTTP      Runs on a web front end
                               requests to PowerPivot           server in a SharePoint farm.
                               servers in the farm.
   PowerPivot service          A configured instance of a       Runs on application servers
   application                 PowerPivot System Service.       when a request for
                                                                PowerPivot data is received.
   PowerPivot application      Stores internal data used only   Hosted on a database server
   database                    by the application in a SQL      used by the farm.
                               Server database.
   PowerPivot content and      PowerPivot content includes      Stored in content databases in
   libraries                   Excel workbooks that contain     a database server.
                               embedded PowerPivot data.


                                                                              Source: MSDN
K2 Confidential                                                                        WWW.K2.COM
QUESTIONS?




K2 Confidential                WWW.K2.COM

Más contenido relacionado

La actualidad más candente

Empowering Business with Hybrid Code/No-Code Solutions by Bob German - SPTechCon
Empowering Business with Hybrid Code/No-Code Solutions by Bob German - SPTechConEmpowering Business with Hybrid Code/No-Code Solutions by Bob German - SPTechCon
Empowering Business with Hybrid Code/No-Code Solutions by Bob German - SPTechConSPTechCon
 
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
 
Business Intelligence in SharePoint 2013 by Jason Himmelstein - SPTechCon
Business Intelligence in SharePoint 2013 by Jason Himmelstein - SPTechConBusiness Intelligence in SharePoint 2013 by Jason Himmelstein - SPTechCon
Business Intelligence in SharePoint 2013 by Jason Himmelstein - SPTechConSPTechCon
 
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.
 
BI Dashboards with SQL Server 2008 R2
BI Dashboards with SQL Server 2008 R2BI Dashboards with SQL Server 2008 R2
BI Dashboards with SQL Server 2008 R2Eduardo Castro
 
Introduction to SharePoint 2013
Introduction to SharePoint 2013Introduction to SharePoint 2013
Introduction to SharePoint 2013Shahbaz Ahmer
 
Reporting For Duty - Best Practices for Reporting Services With Sharepoint
Reporting For Duty - Best Practices for Reporting Services With SharepointReporting For Duty - Best Practices for Reporting Services With Sharepoint
Reporting For Duty - Best Practices for Reporting Services With SharepointJohn White
 
Configuring SharePoint 2013 for BI scenarios
Configuring SharePoint 2013 for BI scenariosConfiguring SharePoint 2013 for BI scenarios
Configuring SharePoint 2013 for BI scenariosSPC Adriatics
 
Microsoft SharePoint 2010 Overview Session 1
Microsoft SharePoint 2010 Overview Session 1Microsoft SharePoint 2010 Overview Session 1
Microsoft SharePoint 2010 Overview Session 1Sourav Nayyar
 
Unified infrastructure with share point 2010
Unified infrastructure with share point 2010Unified infrastructure with share point 2010
Unified infrastructure with share point 2010INDUSA Technical Corp.
 
Autoservicio de inteligencia de negocios
Autoservicio de inteligencia de negociosAutoservicio de inteligencia de negocios
Autoservicio de inteligencia de negociosEduardo Castro
 
Practical Business Intelligence with SharePoint 2013
Practical Business Intelligence with SharePoint 2013Practical Business Intelligence with SharePoint 2013
Practical Business Intelligence with SharePoint 2013Ivan Sanders
 
SharePoint 2010 - Was ist neu, was wird besser!
SharePoint 2010 - Was ist neu, was wird besser!SharePoint 2010 - Was ist neu, was wird besser!
SharePoint 2010 - Was ist neu, was wird besser!GFU Cyrus AG
 
Chris givens building custom service applications
Chris givens building custom service applicationsChris givens building custom service applications
Chris givens building custom service applicationsChris Givens
 
Irw Generic Power Point
Irw Generic Power PointIrw Generic Power Point
Irw Generic Power PointNatashaIRWS
 

La actualidad más candente (20)

Sp jayen gopi
Sp jayen gopiSp jayen gopi
Sp jayen gopi
 
Empowering Business with Hybrid Code/No-Code Solutions by Bob German - SPTechCon
Empowering Business with Hybrid Code/No-Code Solutions by Bob German - SPTechConEmpowering Business with Hybrid Code/No-Code Solutions by Bob German - SPTechCon
Empowering Business with Hybrid Code/No-Code Solutions by Bob German - SPTechCon
 
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
 
Business Intelligence in SharePoint 2013 by Jason Himmelstein - SPTechCon
Business Intelligence in SharePoint 2013 by Jason Himmelstein - SPTechConBusiness Intelligence in SharePoint 2013 by Jason Himmelstein - SPTechCon
Business Intelligence in SharePoint 2013 by Jason Himmelstein - SPTechCon
 
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...
 
BI Dashboards with SQL Server 2008 R2
BI Dashboards with SQL Server 2008 R2BI Dashboards with SQL Server 2008 R2
BI Dashboards with SQL Server 2008 R2
 
Introduction to SharePoint 2013
Introduction to SharePoint 2013Introduction to SharePoint 2013
Introduction to SharePoint 2013
 
Reporting For Duty - Best Practices for Reporting Services With Sharepoint
Reporting For Duty - Best Practices for Reporting Services With SharepointReporting For Duty - Best Practices for Reporting Services With Sharepoint
Reporting For Duty - Best Practices for Reporting Services With Sharepoint
 
Configuring SharePoint 2013 for BI scenarios
Configuring SharePoint 2013 for BI scenariosConfiguring SharePoint 2013 for BI scenarios
Configuring SharePoint 2013 for BI scenarios
 
SharePoint Pros & Cons (2007-2010)
SharePoint Pros & Cons (2007-2010)SharePoint Pros & Cons (2007-2010)
SharePoint Pros & Cons (2007-2010)
 
Microsoft SharePoint 2010 Overview Session 1
Microsoft SharePoint 2010 Overview Session 1Microsoft SharePoint 2010 Overview Session 1
Microsoft SharePoint 2010 Overview Session 1
 
Unified infrastructure with share point 2010
Unified infrastructure with share point 2010Unified infrastructure with share point 2010
Unified infrastructure with share point 2010
 
Business Intelligence in SharePoint
Business Intelligence in SharePointBusiness Intelligence in SharePoint
Business Intelligence in SharePoint
 
Autoservicio de inteligencia de negocios
Autoservicio de inteligencia de negociosAutoservicio de inteligencia de negocios
Autoservicio de inteligencia de negocios
 
SharePoint 2010 new features seminar
SharePoint 2010 new features seminarSharePoint 2010 new features seminar
SharePoint 2010 new features seminar
 
Practical Business Intelligence with SharePoint 2013
Practical Business Intelligence with SharePoint 2013Practical Business Intelligence with SharePoint 2013
Practical Business Intelligence with SharePoint 2013
 
SharePoint 2010 - Was ist neu, was wird besser!
SharePoint 2010 - Was ist neu, was wird besser!SharePoint 2010 - Was ist neu, was wird besser!
SharePoint 2010 - Was ist neu, was wird besser!
 
Chris givens building custom service applications
Chris givens building custom service applicationsChris givens building custom service applications
Chris givens building custom service applications
 
Irw Generic Power Point
Irw Generic Power PointIrw Generic Power Point
Irw Generic Power Point
 
KMA Insight Webinar: SharePoint 2010 Deep DiveDeck
KMA Insight Webinar: SharePoint 2010 Deep DiveDeckKMA Insight Webinar: SharePoint 2010 Deep DiveDeck
KMA Insight Webinar: SharePoint 2010 Deep DiveDeck
 

Similar a Data Visualization Made Easier in SharePoint 2010

Visio Services in SharePoint 2010
Visio Services in SharePoint 2010Visio Services in SharePoint 2010
Visio Services in SharePoint 2010Alexander Meijers
 
Tech days2010 uk_16-9_it_pro_dj_parker
Tech days2010 uk_16-9_it_pro_dj_parkerTech days2010 uk_16-9_it_pro_dj_parker
Tech days2010 uk_16-9_it_pro_dj_parkerDavid Parker
 
SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...
SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...
SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...Ivan Sanders
 
SharePoint Saturday Sacramento Business Intelligence with SharePoint 2010
SharePoint Saturday Sacramento  Business Intelligence with SharePoint 2010SharePoint Saturday Sacramento  Business Intelligence with SharePoint 2010
SharePoint Saturday Sacramento Business Intelligence with SharePoint 2010Ivan Sanders
 
How to integrate Visio 2013 and Visio Services 2013 with SharePoint to create...
How to integrate Visio 2013 and Visio Services 2013 with SharePoint to create...How to integrate Visio 2013 and Visio Services 2013 with SharePoint to create...
How to integrate Visio 2013 and Visio Services 2013 with SharePoint to create...Knut Relbe-Moe [MVP, MCT]
 
SPSOslo 2014 - Visio 2013 & Visio Services – A Quick Guide
SPSOslo 2014 - Visio 2013 & Visio Services – A Quick GuideSPSOslo 2014 - Visio 2013 & Visio Services – A Quick Guide
SPSOslo 2014 - Visio 2013 & Visio Services – A Quick GuideKnut Relbe-Moe [MVP, MCT]
 
SPS- Share Point 2010 and Windows Azure
SPS- Share Point 2010 and Windows AzureSPS- Share Point 2010 and Windows Azure
SPS- Share Point 2010 and Windows AzureShakir Majeed Khan
 
Utkarsh Khare MBA Symbiosis GS Internship Presentation
Utkarsh Khare MBA Symbiosis GS Internship PresentationUtkarsh Khare MBA Symbiosis GS Internship Presentation
Utkarsh Khare MBA Symbiosis GS Internship PresentationUtkarsh Khare
 
SharePoint 2010-Your Business Collaboration Platform
SharePoint 2010-Your Business Collaboration PlatformSharePoint 2010-Your Business Collaboration Platform
SharePoint 2010-Your Business Collaboration PlatformC/D/H Technology Consultants
 
Session 2 Integrating SharePoint 2010 and Windows Azure
Session 2   Integrating SharePoint 2010 and Windows AzureSession 2   Integrating SharePoint 2010 and Windows Azure
Session 2 Integrating SharePoint 2010 and Windows AzureCode Mastery
 
Sharepoint developement tools(webparts+worflows) EBizSoft
Sharepoint developement tools(webparts+worflows) EBizSoftSharepoint developement tools(webparts+worflows) EBizSoft
Sharepoint developement tools(webparts+worflows) EBizSoftShakir Majeed Khan
 
SPSNYC - Visio 2013 and Visio Services a quick guide
SPSNYC - Visio 2013 and Visio Services a quick guideSPSNYC - Visio 2013 and Visio Services a quick guide
SPSNYC - Visio 2013 and Visio Services a quick guideKnut Relbe-Moe [MVP, MCT]
 
AX2012 Technical Track - Entreprise portal, Czesia Langoswka
AX2012 Technical Track -  Entreprise portal, Czesia LangoswkaAX2012 Technical Track -  Entreprise portal, Czesia Langoswka
AX2012 Technical Track - Entreprise portal, Czesia Langoswkadynamicscom
 
SQL 2012 PowerView Talk SPSLA
SQL 2012 PowerView Talk SPSLASQL 2012 PowerView Talk SPSLA
SQL 2012 PowerView Talk SPSLAsangeetargupta
 
RDX Insights Presentation - Microsoft Business Intelligence
RDX Insights Presentation - Microsoft Business IntelligenceRDX Insights Presentation - Microsoft Business Intelligence
RDX Insights Presentation - Microsoft Business IntelligenceChristopher Foot
 
SharePoint 2010 for Business, Intranet Leadership Forum
SharePoint 2010 for Business, Intranet Leadership ForumSharePoint 2010 for Business, Intranet Leadership Forum
SharePoint 2010 for Business, Intranet Leadership ForumKathy Hughes
 

Similar a Data Visualization Made Easier in SharePoint 2010 (20)

Visio Services in SharePoint 2010
Visio Services in SharePoint 2010Visio Services in SharePoint 2010
Visio Services in SharePoint 2010
 
Tech days2010 uk_16-9_it_pro_dj_parker
Tech days2010 uk_16-9_it_pro_dj_parkerTech days2010 uk_16-9_it_pro_dj_parker
Tech days2010 uk_16-9_it_pro_dj_parker
 
SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...
SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...
SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...
 
SPSOslo 2014 Visio Services
SPSOslo 2014 Visio Services SPSOslo 2014 Visio Services
SPSOslo 2014 Visio Services
 
SharePoint Saturday Sacramento Business Intelligence with SharePoint 2010
SharePoint Saturday Sacramento  Business Intelligence with SharePoint 2010SharePoint Saturday Sacramento  Business Intelligence with SharePoint 2010
SharePoint Saturday Sacramento Business Intelligence with SharePoint 2010
 
How to integrate Visio 2013 and Visio Services 2013 with SharePoint to create...
How to integrate Visio 2013 and Visio Services 2013 with SharePoint to create...How to integrate Visio 2013 and Visio Services 2013 with SharePoint to create...
How to integrate Visio 2013 and Visio Services 2013 with SharePoint to create...
 
SPSOslo 2014 - Visio 2013 & Visio Services – A Quick Guide
SPSOslo 2014 - Visio 2013 & Visio Services – A Quick GuideSPSOslo 2014 - Visio 2013 & Visio Services – A Quick Guide
SPSOslo 2014 - Visio 2013 & Visio Services – A Quick Guide
 
AUC Tech-SP 2010
AUC Tech-SP 2010AUC Tech-SP 2010
AUC Tech-SP 2010
 
SPS- Share Point 2010 and Windows Azure
SPS- Share Point 2010 and Windows AzureSPS- Share Point 2010 and Windows Azure
SPS- Share Point 2010 and Windows Azure
 
Utkarsh Khare MBA Symbiosis GS Internship Presentation
Utkarsh Khare MBA Symbiosis GS Internship PresentationUtkarsh Khare MBA Symbiosis GS Internship Presentation
Utkarsh Khare MBA Symbiosis GS Internship Presentation
 
SharePoint 2010-Your Business Collaboration Platform
SharePoint 2010-Your Business Collaboration PlatformSharePoint 2010-Your Business Collaboration Platform
SharePoint 2010-Your Business Collaboration Platform
 
Session 2 Integrating SharePoint 2010 and Windows Azure
Session 2   Integrating SharePoint 2010 and Windows AzureSession 2   Integrating SharePoint 2010 and Windows Azure
Session 2 Integrating SharePoint 2010 and Windows Azure
 
Sharepoint developement tools(webparts+worflows) EBizSoft
Sharepoint developement tools(webparts+worflows) EBizSoftSharepoint developement tools(webparts+worflows) EBizSoft
Sharepoint developement tools(webparts+worflows) EBizSoft
 
Business intelligence
Business intelligenceBusiness intelligence
Business intelligence
 
SPSNYC - Visio 2013 and Visio Services a quick guide
SPSNYC - Visio 2013 and Visio Services a quick guideSPSNYC - Visio 2013 and Visio Services a quick guide
SPSNYC - Visio 2013 and Visio Services a quick guide
 
AX2012 Technical Track - Entreprise portal, Czesia Langoswka
AX2012 Technical Track -  Entreprise portal, Czesia LangoswkaAX2012 Technical Track -  Entreprise portal, Czesia Langoswka
AX2012 Technical Track - Entreprise portal, Czesia Langoswka
 
SQL 2012 PowerView Talk SPSLA
SQL 2012 PowerView Talk SPSLASQL 2012 PowerView Talk SPSLA
SQL 2012 PowerView Talk SPSLA
 
RDX Insights Presentation - Microsoft Business Intelligence
RDX Insights Presentation - Microsoft Business IntelligenceRDX Insights Presentation - Microsoft Business Intelligence
RDX Insights Presentation - Microsoft Business Intelligence
 
SharePoint 2010 for Business, Intranet Leadership Forum
SharePoint 2010 for Business, Intranet Leadership ForumSharePoint 2010 for Business, Intranet Leadership Forum
SharePoint 2010 for Business, Intranet Leadership Forum
 
Kma 04 22-10 office sneak peek presentation
Kma 04 22-10 office sneak peek presentationKma 04 22-10 office sneak peek presentation
Kma 04 22-10 office sneak peek presentation
 

Más de InnoTech

"So you want to raise funding and build a team?"
"So you want to raise funding and build a team?""So you want to raise funding and build a team?"
"So you want to raise funding and build a team?"InnoTech
 
Artificial Intelligence is Maturing
Artificial Intelligence is MaturingArtificial Intelligence is Maturing
Artificial Intelligence is MaturingInnoTech
 
What is AI without Data?
What is AI without Data?What is AI without Data?
What is AI without Data?InnoTech
 
Courageous Leadership - When it Matters Most
Courageous Leadership - When it Matters MostCourageous Leadership - When it Matters Most
Courageous Leadership - When it Matters MostInnoTech
 
The Gathering Storm
The Gathering StormThe Gathering Storm
The Gathering StormInnoTech
 
Sql Server tips from the field
Sql Server tips from the fieldSql Server tips from the field
Sql Server tips from the fieldInnoTech
 
Quantum Computing and its security implications
Quantum Computing and its security implicationsQuantum Computing and its security implications
Quantum Computing and its security implicationsInnoTech
 
Converged Infrastructure
Converged InfrastructureConverged Infrastructure
Converged InfrastructureInnoTech
 
Making the most out of collaboration with Office 365
Making the most out of collaboration with Office 365Making the most out of collaboration with Office 365
Making the most out of collaboration with Office 365InnoTech
 
Blockchain use cases and case studies
Blockchain use cases and case studiesBlockchain use cases and case studies
Blockchain use cases and case studiesInnoTech
 
Blockchain: Exploring the Fundamentals and Promising Potential
Blockchain: Exploring the Fundamentals and Promising Potential Blockchain: Exploring the Fundamentals and Promising Potential
Blockchain: Exploring the Fundamentals and Promising Potential InnoTech
 
Business leaders are engaging labor differently - Is your IT ready?
Business leaders are engaging labor differently - Is your IT ready?Business leaders are engaging labor differently - Is your IT ready?
Business leaders are engaging labor differently - Is your IT ready?InnoTech
 
AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...
AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...
AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...InnoTech
 
Using Business Intelligence to Bring Your Data to Life
Using Business Intelligence to Bring Your Data to LifeUsing Business Intelligence to Bring Your Data to Life
Using Business Intelligence to Bring Your Data to LifeInnoTech
 
User requirements is a fallacy
User requirements is a fallacyUser requirements is a fallacy
User requirements is a fallacyInnoTech
 
What I Wish I Knew Before I Signed that Contract - San Antonio
What I Wish I Knew Before I Signed that Contract - San Antonio What I Wish I Knew Before I Signed that Contract - San Antonio
What I Wish I Knew Before I Signed that Contract - San Antonio InnoTech
 
Disaster Recovery Plan - Quorum
Disaster Recovery Plan - QuorumDisaster Recovery Plan - Quorum
Disaster Recovery Plan - QuorumInnoTech
 
Share point saturday access services 2015 final 2
Share point saturday access services 2015 final 2Share point saturday access services 2015 final 2
Share point saturday access services 2015 final 2InnoTech
 
Sp tech festdallas - office 365 groups - planner session
Sp tech festdallas - office 365 groups - planner sessionSp tech festdallas - office 365 groups - planner session
Sp tech festdallas - office 365 groups - planner sessionInnoTech
 
Power apps presentation
Power apps presentationPower apps presentation
Power apps presentationInnoTech
 

Más de InnoTech (20)

"So you want to raise funding and build a team?"
"So you want to raise funding and build a team?""So you want to raise funding and build a team?"
"So you want to raise funding and build a team?"
 
Artificial Intelligence is Maturing
Artificial Intelligence is MaturingArtificial Intelligence is Maturing
Artificial Intelligence is Maturing
 
What is AI without Data?
What is AI without Data?What is AI without Data?
What is AI without Data?
 
Courageous Leadership - When it Matters Most
Courageous Leadership - When it Matters MostCourageous Leadership - When it Matters Most
Courageous Leadership - When it Matters Most
 
The Gathering Storm
The Gathering StormThe Gathering Storm
The Gathering Storm
 
Sql Server tips from the field
Sql Server tips from the fieldSql Server tips from the field
Sql Server tips from the field
 
Quantum Computing and its security implications
Quantum Computing and its security implicationsQuantum Computing and its security implications
Quantum Computing and its security implications
 
Converged Infrastructure
Converged InfrastructureConverged Infrastructure
Converged Infrastructure
 
Making the most out of collaboration with Office 365
Making the most out of collaboration with Office 365Making the most out of collaboration with Office 365
Making the most out of collaboration with Office 365
 
Blockchain use cases and case studies
Blockchain use cases and case studiesBlockchain use cases and case studies
Blockchain use cases and case studies
 
Blockchain: Exploring the Fundamentals and Promising Potential
Blockchain: Exploring the Fundamentals and Promising Potential Blockchain: Exploring the Fundamentals and Promising Potential
Blockchain: Exploring the Fundamentals and Promising Potential
 
Business leaders are engaging labor differently - Is your IT ready?
Business leaders are engaging labor differently - Is your IT ready?Business leaders are engaging labor differently - Is your IT ready?
Business leaders are engaging labor differently - Is your IT ready?
 
AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...
AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...
AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...
 
Using Business Intelligence to Bring Your Data to Life
Using Business Intelligence to Bring Your Data to LifeUsing Business Intelligence to Bring Your Data to Life
Using Business Intelligence to Bring Your Data to Life
 
User requirements is a fallacy
User requirements is a fallacyUser requirements is a fallacy
User requirements is a fallacy
 
What I Wish I Knew Before I Signed that Contract - San Antonio
What I Wish I Knew Before I Signed that Contract - San Antonio What I Wish I Knew Before I Signed that Contract - San Antonio
What I Wish I Knew Before I Signed that Contract - San Antonio
 
Disaster Recovery Plan - Quorum
Disaster Recovery Plan - QuorumDisaster Recovery Plan - Quorum
Disaster Recovery Plan - Quorum
 
Share point saturday access services 2015 final 2
Share point saturday access services 2015 final 2Share point saturday access services 2015 final 2
Share point saturday access services 2015 final 2
 
Sp tech festdallas - office 365 groups - planner session
Sp tech festdallas - office 365 groups - planner sessionSp tech festdallas - office 365 groups - planner session
Sp tech festdallas - office 365 groups - planner session
 
Power apps presentation
Power apps presentationPower apps presentation
Power apps presentation
 

Último

Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observabilityitnewsafrica
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 

Último (20)

Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 

Data Visualization Made Easier in SharePoint 2010

  • 1. May 18, 2012 Data Visualization in SharePoint 2010 with Visio Services and Excel PowerPivot PRESENTED BY: JASON TRENT TECHNICAL SPECIALIST E: JASONT@K2.COM : SOONERTRENT K2 Confidential WWW.K2.COM
  • 2. K2 Confidential WWW.K2.COM
  • 3. AGENDA • Data Visualization options in SharePoint 2010? • Visio Services • What is Visio Services after all? • What data sources can be used? • Example of building and use cases of a Visio Services diagram • SQL Server PowerPivot for Excel/SharePoint • What is PowerPivot? • What data sources can be used? • Example of building, deploying and managing a PowerPivot workbook K2 Confidential WWW.K2.COM
  • 4. TRADITIONAL DATA VISUALIZATION OPTIONS IN SHAREPOINT 2010 Audience Tooling Excel Services Visio Services Business User (with Business User Excel 2007/2010 Visio 2010 assistance from IT) Complexity SQL Server PowerPivot SQL Server Reporting SQLBusiness User Developer (with SQL Server2010 Excel Reporting Services assistance from Services/Report Builder Business) PerformancePoint BI Developer SQL Server Analysis Services Services/ PerformancePoint K2 Confidential WWW.K2.COM
  • 5. Visio Services for SharePoint K2 Confidential WWW.K2.COM
  • 6. VISIO SERVICES IN SHAREPOINT 2010 – WHAT IS VISIO SERVICES ANYWAY? Basically, Visio Services is a way to: • View Visio diagrams in the browser without having Visio installed locally • Refresh data-driven diagrams in the browser • Integrate Visio diagrams into SharePoint K2 Confidential WWW.K2.COM
  • 7. VISIO SERVICES IN SHAREPOINT 2010 – WHAT IS VISIO SERVICES ANYWAY? K2 Confidential WWW.K2.COM
  • 8. VISIO SERVICES IN SHAREPOINT 2010 – VIEWING VISIO DIAGRAMS IN THE BROWSER View Visio diagrams in the browser without having Visio installed locally – meaning: • on any browser (IE, Firefox, Chrome, Safari, etc.) • on any platform • all within SharePoint • and without leaving the browser • from diagrams stored in SharePoint K2 Confidential WWW.K2.COM
  • 9. VISIO SERVICES IN SHAREPOINT 2010 – UTILIZING DATA WITHIN DIAGRAMS Refresh data-driven diagrams in the browser – meaning that data from external sources can be automagically refreshed within a browser based Visio diagram Supported Visio data sources: • SQL Server (7.0 to 2008 R2) • Excel Services Workbooks • SharePoint Lists • OLE DB or ODBC connections • Custom Data Providers K2 Confidential WWW.K2.COM
  • 10. VISIO SERVICES IN SHAREPOINT 2010 – UTILIZING DATA WITHIN DIAGRAMS • Within each Visio Diagram, 2 properties are managed: • How to access the data • Data Provider to facilitate the data access • Data Refresh Frequency is managed either within the Visio Web Drawing web part and/or at the Farm Level within Central Admin • Data displayed within Visio Web drawings are CACHED – the lower the cache level the more automatic data refreshes are applied (and more real time) but also the higher the resource load • While the Visio Diagram will be backed up within a normal SharePoint backup strategy, any data external to SharePoint may not K2 Confidential WWW.K2.COM
  • 11. VISIO SERVICES IN SHAREPOINT 2010 – INTEGRATING INTO SHAREPOINT 2010 Integrate Visio diagrams into SharePoint – meaning that once a Visio diagram is built it can be deployed into SharePoint and configured for display VDW PNG XAML K2 Confidential WWW.K2.COM
  • 12. QUICK DEMONSTRATION BUILDING VISIO SERVICES DIAGRAM K2 Confidential WWW.K2.COM
  • 13. VISIO SERVICES IN SHAREPOINT 2010 – INTEGRATING INTO SHAREPOINT 2010 Integration Point Description “Built” By Visio Web Access Web Part Point Web Access web Average SharePoint User part to a Visio diagram in a SharePoint Document Library, Complexity configure and go Web Part Connections Configure other web Average SharePoint User parts in a SharePoint page to manipulate Visio Web Access web part Visio Services Mash-up API Enable rich interactivity SharePoint Developer on by manipulating the different Visio web diagram objects programmatically via JavaScript K2 Confidential WWW.K2.COM
  • 14. VISIO SERVICES – MANAGEMENT WITHIN SHAREPOINT Visio Services is a SharePoint Service Application and, as such, can be managed, configured and secured: • Some limits: • 50mb file size for Visio Web drawings • 120 seconds for Visio Web drawing re-calculation • 34560 minutes (24 days) for a Visio Web drawing to be held in cache (default is 5 minutes) • A few things to keep in mind for securing to Visio Web drawings that are connected to data sources: • If connecting to a SharePoint list, the consumer must have access to both the document library storing the VWD file as well as the SharePoint List • If connecting to a SQL data source, the diagram can utilize the following connection options: • Integrated Windows authentication • Secure Store Service • Service Account K2 Confidential WWW.K2.COM
  • 15. VISIO SERVICES IN SHAREPOINT 2010 – SOLUTION COMPLEXITY Hi Connecting to external data sources using Custom Data Providers within Visio Services Solution Maturity Creating Visio Services “mashups” with other data sources to create BI dashboards Publishing Visio Services diagrams to be consumed in SharePoint Lo Lo Solution Complexity Hi K2 Confidential WWW.K2.COM
  • 16. VISIO SERVICES – WORKING WITH CUSTOM DATA PROVIDERS • Custom Data Provider is a way to access data that is not provided by default • Requires development of custom .NET Assembly that implements the Visio Services Data Provider Interface (Microsoft.Office.Visio.Server.AddonDataHandler) • Once created/implemented – this assembly needs to be deployed into the GAC on the SharePoint box(es) • The Custom Data Provider is added/configured within Central Admin (Central Admin > Manage Visio Graphics Service > Trusted Data Providers) K2 Confidential WWW.K2.COM
  • 17. VISIO SERVICES IN SHAREPOINT 2010 – REQUIREMENTS Requirements Building Visio Services diagrams Microsoft Visio Professional/Premium 2010 Hosting Visio Services diagrams Microsoft SharePoint 2010 Enterprise Viewing Visio Services diagrams Microsoft Silverlight (and Silverlight capable browser) (* Static PNG is available when Silverlight is not) K2 Confidential WWW.K2.COM
  • 19. SQL Server PowerPivot for Excel/SharePoint K2 Confidential WWW.K2.COM
  • 20. SQL SERVER POWERPIVOT FOR EXCEL/SHAREPOINT – WHAT IS IT ANYWAY? • Basically, PowerPivot is an add-in for Excel 2010 that allows Information Workers the ability to perform data analysis with large datasets within Excel • Has advanced in-memory data analytics capability to compress massive data sets for use (100M rows) • Enables users to deploy analysis assets straight into SharePoint • PowerPivot Management Dashboard provides SharePoint Admins a way to manage PowerPivot charts within Central Admin K2 Confidential WWW.K2.COM
  • 21. SQL SERVER POWERPIVOT FOR EXCEL/SHAREPOINT – WHAT DOES THAT REALLY MEAN THOUGH? • Non-traditional BI Users can now: • Work with large and varied data sets in tooling they understand • Create self-service ad-hoc BI “solutions” and share across the enterprise • Solve problems not currently/traditionally supported by IT • Start RAD lifecycle around BI that can ultimately be transitioned to IT K2 Confidential WWW.K2.COM
  • 22. SQL SERVER POWERPIVOT FOR EXCEL/SHAREPOINT – PRACTICAL EXAMPLE Source: UnderstandingTheUSDebt.com K2 Confidential WWW.K2.COM
  • 23. SQL SERVER POWERPIVOT FOR EXCEL/SHAREPOINT – DATA SOURCES Supported PowerPivot data sources: • Microsoft SQL Server (2005 to 2008 R2) • Microsoft SQL Azure • Microsoft SQL Server Analysis Services Cubes • Microsoft SQL Server Reporting Services Reports • Microsoft Office Access • Microsoft Excel workbooks • Other PowerPivot workbooks • Data Feeds (ATOM) • Non MS relational data sources (Oracle, Teradata, Sybase, Informaix, IBM DB2) • Text K2 Confidential WWW.K2.COM
  • 24. SQL SERVER POWERPIVOT FOR EXCEL/SHAREPOINT – HOW DOES IT WORK? SQL Server PowerPivot for Excel VertiPaq Data Compression and Processing/SSAS Formula Engine SQL Server PowerPivot for SharePoint 2010 PowerPivot Engine SSAS K2 Confidential WWW.K2.COM
  • 25. QUICK DEMONSTRATION BUILDING POWERPIVOT WORKBOOK K2 Confidential WWW.K2.COM
  • 26. SQL SERVER POWERPIVOT FOR EXCEL/SHAREPOINT – MANAGING IN SHAREPOINT • Once a PowerPivot workbook has been built it can be published into SharePoint 2010 • SharePoint Integration Features: • Content Storage & Document Management – native SharePoint document management policies/features • Excel Services Integration – Excel Services powers the rendering of Excel workbook that contain PowerPivot data • PowerPivot Gallery - Rich preview and document access is provided through a PowerPivot Gallery library that includes accurate thumbnail images of the worksheets or named ranges in a published PowerPivot workbook • PowerPivot Management Dashboard – Consolidate management and reporting capabilities hosted within Central Admin • PowerPivot Data Refresh – While data is initially stored within the workbook, users can schedule data refreshes from underlying data sources K2 Confidential WWW.K2.COM
  • 27. QUICK DEMONSTRATION MANAGING IN SHAREPOINT K2 Confidential WWW.K2.COM
  • 28. SQL SERVER POWERPIVOT FOR EXCEL/SHAREPOINT – MANAGING DATA REFRESH • From within Excel, a workbook with PowerPivot data can be manually refreshed • From within SharePoint, the data refresh is managed a bit differently: • The entire process is managed by the following SharePoint components: • SharePoint PowerPivot Data Refresh Timer Job Timer Job • PowerPivot Service Application • SQL Server Analysis Services service PowerPivot Service App Analysis Services Service K2 Confidential WWW.K2.COM
  • 29. SQL SERVER POWERPIVOT FOR EXCEL/SHAREPOINT – MANAGING DATA REFRESH • Configuration for the data refresh of a given PowerPivot workbook is managed within a PowerPivot Gallery • Workbook owners have the ability to configure: • Schedule Details – Configures the period (Daily, Weekly, etc.) • Earliest Start Time – Configures specific start time • Failure Notifications – Who to notify if/when a refresh error occurs • Credentials – Which credentials to use when executing the refresh • Data Sources – Which Data Sources within the Workbook to refresh K2 Confidential WWW.K2.COM
  • 30. SQL SERVER POWERPIVOT IN SHAREPOINT 2010 – REQUIREMENTS Requirements Building PowerPivot books Microsoft Excel 2010 + PowerPivot Add In Hosting PowerPivot Graphs Microsoft SharePoint 2010 Enterprise Viewing PowerPivot Graphs Utilizing Excel Services (IE 7+, Firefox 3.5 +, other browsers with limited functionality) K2 Confidential WWW.K2.COM
  • 31. VISIO SERVICES IN SHAREPOINT 2010 – COMPONENTS PowerPivot component Purpose Placement PowerPivot System Service Queries and manages Runs on an application server, and Analysis Services PowerPivot data in Excel as a shared service application service workbooks. and Windows service, respectively. PowerPivot Web service Intercepts and directs HTTP Runs on a web front end requests to PowerPivot server in a SharePoint farm. servers in the farm. PowerPivot service A configured instance of a Runs on application servers application PowerPivot System Service. when a request for PowerPivot data is received. PowerPivot application Stores internal data used only Hosted on a database server database by the application in a SQL used by the farm. Server database. PowerPivot content and PowerPivot content includes Stored in content databases in libraries Excel workbooks that contain a database server. embedded PowerPivot data. Source: MSDN K2 Confidential WWW.K2.COM