Download presentation
Presentation is loading. Please wait.
Published byReynold Nichols Modified over 8 years ago
1
Heavy Metal PowerPivot Jason Himmelstein Senior Technical Director, SharePoint @sharepointlhorn http://www.sharepointlonghorn.com
2
Senior Technical Director, SharePoint at Atrion Microsoft vTSP – virtual Technology Solutions Professional SharePoint Foundation Logger – http://spflogger.codeplex.com http://spflogger.codeplex.com Blog: blog.sharepointlonghorn.comblog.sharepointlonghorn.com Twitter: @sharepointlhorn@sharepointlhorn LinkedIn: www.linkedin.com/in/jasonhimmelsteinwww.linkedin.com/in/jasonhimmelstein SlideShare: http://www.slideshare.net/jasonhimmelsteinhttp://www.slideshare.net/jasonhimmelstein Email: jase@sharepointlonghorn.comjase@sharepointlonghorn.com Developing Business Intelligence Apps for SharePoint Author of Developing Business Intelligence Apps for SharePoint – http://bit.ly/SharePointBI http://bit.ly/SharePointBI
5
2009 Atrion Networking Corporation Codename Denali Project Crescent Project Juneau Veritpaq Engine Vertipaq for PowerPivot SQL Server 2012 Power View SQL Server Data Tools xVelocity In-Memory Analytics Engine xVelocity for Business Intelligence
6
How does it work?
7
2009 Atrion Networking Corporation SharePoint Collaboration Excel Workbooks PowerPivot Applications SharePoint Dashboards & Scorecards Analysis Services Reporting Services Integration Services Master Data Services Microsoft Business Intelligence Most widely deployed EIM & BI Platform Most Broadly adopted Productivity & Collaboration Tools Odata Feeds LOB Apps
8
Excel Services PowerPivot for SharePoint (Analysis Services) PowerPivot for SharePoint (Analysis Services) Excel Internet Explorer Analysis Services BI Semantic Model SharePoint Reporting Services Third Party Apps PowerPivot for Excel xlsx SQL Server Data Tools Power View
9
PowerPivot for SharePoint Server, Services, and Components SharePoint FarmSharePoint Farm WFEApp Excel Web Access c2wts Excel Services Application Proxy Excel Web Service Excel Calc Services PowerPivot Web Service Client MSOLAP Driver c2wts/proxy PowerPivot Services PowerPivot Service Application Proxy Data sources SQL Server Content Excel Calculation Services Analysis Services in VertiPaq Mode PowerPivot System Service MSOLAP TCP HTTP Channel Excel Services
10
PowerPivotfor SharePoint PowerPivot for SharePoint Rendering the PowerPivot Workbook SharePoint FarmSharePoint Farm WFEApp Excel Web Access c2wts Excel Services Application Proxy Excel Web Service Excel Calc Services PowerPivot Web Service Client PowerPivot Service Application Proxy Data sources SQL Server Content Excel Calculation Services Analysis Services in VertiPaq Mode PowerPivot System Service MSOLAP Channel
11
PowerPivot for SharePoint Rendering the PowerPivot Workbook SharePoint FarmSharePoint Farm WFEApp Excel Web Access c2wts Excel Services Application Proxy Excel Web Service Excel Calc Services PowerPivot Web Service Client PowerPivot Service Application Proxy Data sources SQL Server Content Excel Calculation Services Analysis Services in VertiPaq Mode PowerPivot System Service MSOLAP Channel c:\Program Files\...\OLAP\Backu p
12
PowerPivot does NOT require Kerberos SharePoint FarmSharePoint Farm WFEApp Excel Web Access c2wts Excel Services Application Proxy Excel Web Service Excel Calc Services PowerPivot Web Service Client PowerPivot Service Application Proxy Data sources SQL Server Content Excel Calculation Services Analysis Services in VertiPaq Mode PowerPivot System Service MSOLAP Channel PowerPivot for SharePoint
13
Server Action SharePoint FarmSharePoint Farm WFEApp Excel Web Access c2wts Excel Services Application Proxy Excel Web Service Excel Calc Services PowerPivot Web Service Client PowerPivot Service Application Proxy Data sources SQL Server Content Excel Calculation Services Analysis Services in VertiPaq Mode PowerPivot System Service MSOLAP Channel PowerPivot for SharePoint
14
Server Action > c2wts PowerPivot for SharePoint
15
Server Action > c2wts SharePoint FarmSharePoint Farm WFEApp Excel Web Access c2wts Excel Services Application Proxy Excel Web Service Excel Calc Services PowerPivot Web Service Client PowerPivot Service Application Proxy Data sources Content Excel Calculation Services Analysis Services in VertiPaq Mode PowerPivot System Service MSOLAP Channel PowerPivot for SharePoint
16
PowerPivot for SharePoint PowerPivot for SharePoint Server Action SharePoint FarmSharePoint Farm WFEApp Data sources ContentClient ImageLoad c:\Program Files\...\OLAP\Backu p
17
PowerPivot for SharePoint PowerPivot for SharePoint Load Balancing SharePoint FarmSharePoint Farm App1App2 round-robin By default, set to round-robin health allocation health-based Testing notes that BP to set to health-based allocation round-robin Uses more resources than round-robin VertiPaq dBs BUT, pro-actively evicts unnecessary VertiPaq dBs when under memory pressure
18
PowerPivot for SharePoint “If you build it, they will come…”
19
Installing PowerPivot
20
Installing PowerPivot 2008 R2
21
Installing PowerPivot v1 / 2008 R2
22
Pre-existing 2010 Farm
25
Pre-existing 2010 Farm – Hack Part
26
Installing PowerPivot v2 / SQL 2012
55
The Code Behind the Build # Open PowerShell library from: C:\Program Files\Microsoft SQL Server\110\Tools\PowerPivotTools\ConfigurationTool\Resources\ConfigurePowerPivot.ps1 Add-SPSolution -LiteralPath 'C:\Program Files\Microsoft SQL Server\110\Tools\PowerPivotTools\ConfigurationTool\Resources\PowerPivotFarm.wsp' Add-SPSolution -LiteralPath 'C:\Program Files\Microsoft SQL Server\110\Tools\PowerPivotTools\ConfigurationTool\Resources\PowerPivotWebApp.wsp' DeployFarmSolution DeployWebAppSolutionToCentralAdmin Install-SPFeature -path PowerPivot Install-SPFeature -path PowerPivotAdmin Install-SPFeature -path PowerPivotSite SetEngineServiceCredentials 'spflogger\b_powerpivotv2' $password; New-PowerPivotEngineServiceInstance -Provision:$true New-PowerPivotSystemServiceInstance -Provision:$true New-PowerPivotServiceApplication -ServiceApplicationName 'PowerPivot Service Application' -DatabaseServerName 'SQL2012' -DatabaseName 'PowerPivotServiceApplicationDB' -AddToDefaultProxyGroup:$true;Set-PowerPivotSystemService -WorkbookUpgradeOnDataRefresh:$True -Confirm:$false DeployWebAppSolution 'http://sp2010sp1/' 2047http://sp2010sp1/ EnableSiteFeatures 'http://sp2010sp1' $truehttp://sp2010sp1 StartService "Microsoft.SharePoint.Administration.Claims.SPWindowsTokenServiceInstance" UpdateSecureStoreMasterKey 'Secure Store Service Proxy' '********' CreateUnattendedAccountForDataRefresh 'http://sp2010sp1' 'PowerPivotUnattendedAccount' 'PowerPivot Unattended Account for Data Refresh' 'SPFLOGGER\b_spAdmin' $passwordhttp://sp2010sp1 AddMSOLAP5AsECSTrustedProvider 'Excel Services Application'
58
SQL Server 2012 PowerPivot Builds upon V1 release in SQL Server 2008 R2 New administrative capabilities – Lots of bug fixes – Default allocation algorithm changed to health- based rather than round-robin – Manage the amount of database caching done on the app servers – Database caching cleanup (based on inactivity) – Disable data refresh jobs if they are constantly failing, or if they succeed but are not being viewed
59
SQL Server 2012 PowerPivot A new setup experience – Rather than installing and configuring SharePoint directly, setup now just lays down the bits and there is a new standalone configuration wizard Capabilities: – Wizard has both a one-click “GO” option as well as a step-by-step experience – Existing farm steps integrated with the wizard – Individual steps can be scripted – History is directly integrated into the tool – Able to uninstall, upgrade, repair and patch separately
60
SQL Server 2012 PowerPivot Important note: SharePoint SP1 is required – SQL Setup will issue a warning if SharePoint SP1 has not been installed when the PowerPivot bits are laid down. This gives you some time to upgrade to SP SP1. – However, if you still haven’t upgraded to SP1, by the time you get to run the PowerPivot configuration wizard, we will throw a fatal error and you will be blocked from configuring your SharePoint farm until you upgrade to SP1.
61
DEMO
62
Enabling PowerPivot & Power View
63
Issues using PowerPivot & oData Feeds
64
Scaling out PowerPivot Installations Installation at the App tier – Requires SQL Server media Install SQL PowerPivot for SharePoint Requires separate install of SSRS Installation at the Web tier – Does not require SQL Server media Reporting Services Add-in for SharePoint Products is shipped as a web downloadable add-in – http://www.microsoft.com/download/en/details.aspx?amp;amp;displaylang=e n&id=29068 http://www.microsoft.com/download/en/details.aspx?amp;amp;displaylang=e n&id=29068
67
What’s new in Power View in Excel 2013 and in SharePoint 2013 What’s new in Power View in Excel 2013 and in SharePoint 2013 Power View in Excel 2013: New features – Power View sheets can connect to different data models in one workbook – Modify the internal Data Model without leaving the Power View sheet – Power View in Excel Services and Excel Web App, and in Office 365 Power View in Excel 2013 and SharePoint 2013: New features – Pie charts – Maps – Key performance indicators (KPIs) – Hierarchies – Drill up/drill down – Report styles, themes, and text resizing – Backgrounds and background images – Hyperlinks – Printing – Support for right-to-left languages – Power View changes how it handles integers – Power View backward- and forward-compatibility – Power View and data models – Power View and Excel Services
68
SharePoint 2013 BI related links What's new in business intelligence in SharePoint Server 2013 Preview Overview of Excel Services in SharePoint Server 2013 Preview Overview of Excel Services in SharePoint Server 2013 Preview What’s new in Power View in Excel 2013 and in SharePoint 2013
69
In the end, it’s all about perspective
70
2009 Atrion Networking Corporation Win my book!
71
Handy Reference Information Useful Links http://blog.sharepointlonghorn.com – Jase’s blog http://blog.sharepointlonghorn.com – @sharepointlhorn – jase@sharepointlonghorn.com Microsoft References – Power View Demos http://blogs.msdn.com/b/oneclickbi/archive/2011/12/27/more-demos- of-power-view-available.aspx http://blogs.msdn.com/b/oneclickbi/archive/2011/12/27/more-demos- of-power-view-available.aspx Download links http://powerpivotgeek.com – Dave Wickert & Lee Graber (Microsoft Product Team Members) » Best exclusively PowerPivot blog around http://spflogger.codeplex.com – Its not PowerPivot, but its wicked cool so check it out!
72
2013 Helpful Links Introducing the Data Model & Relationships in Excel 2013 – http://blogs.office.com/b/microsoft-excel/archive/2012/08/23/introduction-to-the-data-model-and-relationships.aspx http://blogs.office.com/b/microsoft-excel/archive/2012/08/23/introduction-to-the-data-model-and-relationships.aspx Intro to Power View for Excel 2013 – http://blogs.office.com/b/microsoft-excel/archive/2012/10/04/intro-to-power-view-for-excel-2013.aspx http://blogs.office.com/b/microsoft-excel/archive/2012/10/04/intro-to-power-view-for-excel-2013.aspx What’s new in Reporting Services (SQL 2012 SP1) – http://msdn.microsoft.com/library/ms170438(SQL.110).aspx http://msdn.microsoft.com/library/ms170438(SQL.110).aspx Introducing PerformancePoint Services 2013 – http://blogs.msdn.com/b/performancepoint/archive/2012/08/03/what-s-new-in-performancepoint-services-2013.aspx http://blogs.msdn.com/b/performancepoint/archive/2012/08/03/what-s-new-in-performancepoint-services-2013.aspx What’s new with Visio 2013 – http://visio.microsoft.com/en-us/preview/visio-benefits.aspx http://visio.microsoft.com/en-us/preview/visio-benefits.aspx Introducing the BI Light-Up Story for SharePoint 2013 – http://blogs.msdn.com/b/analysisservices/archive/2012/07/27/introducing-the-bi-light-up-story-for-sharepoint-2013.aspx http://blogs.msdn.com/b/analysisservices/archive/2012/07/27/introducing-the-bi-light-up-story-for-sharepoint-2013.aspx Going All In with Excel 2013 – http://blogs.msdn.com/b/analysisservices/archive/2012/07/26/going-all-in-with-excel-2013.aspx http://blogs.msdn.com/b/analysisservices/archive/2012/07/26/going-all-in-with-excel-2013.aspx My book on Developing Business Intelligence Apps for SharePoint – http://bit.ly/SharePointBI ` http://bit.ly/SharePointBI
73
Senior Technical Director, SharePoint at Atrion Microsoft vTSP – virtual Technology Solutions Professional SharePoint Foundation Logger – http://spflogger.codeplex.com http://spflogger.codeplex.com Blog: blog.sharepointlonghorn.comblog.sharepointlonghorn.com Twitter: @sharepointlhorn@sharepointlhorn LinkedIn: www.linkedin.com/in/jasonhimmelsteinwww.linkedin.com/in/jasonhimmelstein SlideShare: http://www.slideshare.net/jasonhimmelsteinhttp://www.slideshare.net/jasonhimmelstein Email: jase@sharepointlonghorn.comjase@sharepointlonghorn.com Developing Business Intelligence Apps for SharePoint Author of Developing Business Intelligence Apps for SharePoint – http://bit.ly/SharePointBI http://bit.ly/SharePointBI
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.