<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>PerformancePoint Services</title><link>http://blogs.msdn.com/b/performancepoint/</link><description /><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>Specifying Your ADOMD.NET Data Provider Version</title><link>http://blogs.msdn.com/b/performancepoint/archive/2012/09/11/specifying-your-adomd-net-data-provider-version.aspx</link><pubDate>Wed, 12 Sep 2012 03:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10348502</guid><dc:creator>Kevin Donovan [MSFT]</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10348502</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2012/09/11/specifying-your-adomd-net-data-provider-version.aspx#comments</comments><description>&lt;p&gt;A while back, I wrote a post about &lt;a title="You Can Use SQL Server &amp;quot;Denali&amp;quot; PowerPivot Models as PerformancePoint 2010 Data Sources" href="http://blogs.msdn.com/b/performancepoint/archive/2011/12/21/will-sql-server-quot-denali-quot-models-work-as-performancepoint-data-sources.aspx"&gt;how to get your PerformancePoint 2010 installation working with SQL 2012&lt;/a&gt;.That post talked about where to find the SQL Server 2008 R2 SP1 feature pack that contains, among other things, version 10.5.2500 of the ADOMD.NET data provider, which PerformancePoint needs in order to connect to any 2012&amp;nbsp;Analysis Services data source -- PowerPivot workbook models included. This works great for PerformancePoint 2010, but if you need&amp;nbsp;the same functionality in&amp;nbsp;your&amp;nbsp;PerformancePoint 2013 instance, using SQL 2012, you will need major version 11.0 of the ADOMD.NET data provider.&amp;nbsp;You can download that, by way of the spPowerPivot.msi, &lt;a title="Download SQL Server 2012 SP1 CTP3" href="http://www.microsoft.com/en-us/download/details.aspx?id=30375" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;strong&gt;The Situation&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;At this point, you might be asking yourself why you need to take the extra step to install the MSI when you can simply&amp;nbsp;install the SQL BI components for SharePoint when you install an instance of SQL Server 2012 SP1. Without going in to too much detail, there are two reasons: First, SharePoint no longer bundles the provider in the prerequisite installer (as was the case in 2010).&amp;nbsp;So, any data providers will have to be installed separately. This is why we added a friendly reminder after you provision a new PerformancePoint service application:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/4010.9_2D00_19_2D00_2012-3_2D00_18_2D00_25-PM.png"&gt;&lt;img style="border: 0px currentColor;" alt="A reminder to install the ADOMD.NET data provider" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/4010.9_2D00_19_2D00_2012-3_2D00_18_2D00_25-PM.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Second, if your SharePoint farm contains more than just one machine (not counting your SQL back-end), the recommendation is that you&amp;nbsp;install the MSI on each machine in the farm running PerformancePoint Services, since for any given request, PerformancePoint could call from that box, requiring the ADOMD.NET provider in order to connect. In addition to these two things, the MSI&amp;nbsp;gives you the ability to connect to PowerPivot workbooks as a PerformancePoint data source. Yes, this was available in PerformancePoint 2010, but in 2013, you need spPowerPivot.msi to accomplish the same thing (assuming that you didn't install the add-in from the SQL install).&amp;nbsp;Incidentally, the MSI's installation instructions can be found &lt;a href="http://msdn.microsoft.com/en-us/library/jj218792.aspx" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;strong&gt;The Assembly Redirect&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;As with PerformancePoint 2010, in PerformancePoint 2013, we compile with major version 10 of the ADOMD.NET provider. So, if you need to use version 11 (and you will for your 2012 BI workbooks in SharePoint 2013), you need to tell PerformancePoint to do so. New in PerformancePoint 2013 is an assembly redirect that you can use for just that purpose. We added the redirect so that going forward you can use new provider versions from Analysis Services without having to upgrade SharePoint (e.g. PerformancePoint). This is particularly handy if your organization mixes and matches versions of SharePoint and Analysis Services. To see the redirect block that we added, on each server running PerformancePoint Services, navigate to \Program Files\Microsoft Office Servers\15.0\WebServices\PpsMonitoringServer. Open the web.config file. It should be located in the same directory as PerformancePointService.svc. At the very bottom of the file, you should see an &amp;lt;assemblyBinding&amp;gt; block contained within a &amp;lt;runtime&amp;gt; block, like this:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;lt;runtime&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dependentAssembly&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;assemblyIdentity name="Microsoft.AnalysisServices.AdomdClient" publicKeyToken="89845dcd8080cc91" culture="neutral" /&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bindingRedirect oldVersion="9.0.0.0" newVersion="10.0.0.0" /&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/dependentAssembly&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/assemblyBinding&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;lt;/runtime&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Change the values in the &lt;span style="font-family: courier new,courier;"&gt;&amp;lt;bindingRedirect&amp;gt;&lt;/span&gt; element from &lt;span style="font-family: courier new,courier;"&gt;oldVersion="9.0.0.0"&lt;/span&gt; to &lt;span style="font-family: courier new,courier;"&gt;oldVersion=10.0.0.0"&lt;/span&gt; and from &lt;span style="font-family: courier new,courier;"&gt;newVersion="10.0.0.0"&lt;/span&gt; to &lt;span style="font-family: courier new,courier;"&gt;newVersion="11.0.0.0"&lt;/span&gt;. This will allow PerformancePoint to leverage the GAC'd version 11 ADOMD.NET assembly when making calls to Analysis Services 2012 (and prior versions). It will also allow you to use the&amp;nbsp;latest PowerPivot models as data sources&amp;nbsp;in PerformancePoint --&amp;nbsp;something our customers have come to really rely on.&lt;/p&gt;
&lt;p&gt;Thanks for reading...&lt;/p&gt;
&lt;p&gt;Kevin Donovan&lt;br /&gt; Program Manager,&amp;nbsp;Office BI&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10348502" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Data+Sources/">Data Sources</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/SharePoint/">SharePoint</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Office+BI/">Office BI</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Data+Connections/">Data Connections</category></item><item><title>Changing the Look of your PerformancePoint Dashboards with SharePoint Themes</title><link>http://blogs.msdn.com/b/performancepoint/archive/2012/08/30/changing-the-look-of-your-performancepoint-dashboards-with-sharepoint-themes.aspx</link><pubDate>Thu, 30 Aug 2012 18:19:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10345112</guid><dc:creator>Kevin Donovan [MSFT]</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10345112</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2012/08/30/changing-the-look-of-your-performancepoint-dashboards-with-sharepoint-themes.aspx#comments</comments><description>&lt;p&gt;Hello, I&amp;rsquo;m Kevin Beto, the Test Manager for the Office BI team and co-author of Microsoft PerformancePoint Services for SharePoint 2010 UNLEASHED, and I&amp;rsquo;d like to tell you about some of the changes we made to support the SharePoint &amp;ldquo;Change the Look&amp;rdquo; functionality that we&amp;rsquo;re delivering to you in the SharePoint 2013 release.&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #0000ff; font-size: small;"&gt;&lt;strong&gt;How to change your theme&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;Changing the theme is pretty simple as long as you have &amp;ldquo;Owner&amp;rdquo; level permissions on the site.&amp;nbsp; First thing you need to do is go to the Site Settings page found under the little gear icon in the upper right corner of your SharePoint site:&lt;br /&gt;Select &amp;ldquo;Change the look&amp;rdquo; under the &amp;ldquo;Look and Feel&amp;rdquo; section:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/1222.2.png"&gt;&lt;img style="border: 0px currentColor;" alt="Select &amp;quot;Change the Look&amp;quot; to get started" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/1222.2.png" /&gt;&lt;/a&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/6685.1.png"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;From there you are presented with a gallery of some default themes.&amp;nbsp; Sea Monster is my personal favorite, but you can pick your own favorite theme.&amp;nbsp; You can even publish your own templates for more options!&amp;nbsp; Click on a theme you want to go with:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/6685.1.png"&gt;&lt;img style="border: 0px currentColor;" alt="Themes to select from in SharePoint" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/6685.1.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;At this point you see a very light preview of what this theme entails, and you have the option to tweak it a little if you are feeling especially creative today.&amp;nbsp; Go ahead and click the &amp;ldquo;Try it out&amp;rdquo; button in the upper right.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/3073.3.png"&gt;&lt;img style="border: 0px currentColor;" alt="You will see a preview of the theme's details" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/3073.3.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;From there, you get an opportunity to preview what that new theme would look like.&amp;nbsp; Go ahead and accept it by clicking the &amp;ldquo;Yes keep it&amp;rdquo; button in the upper right to make the change permanent throughout the site.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/4064.4.png"&gt;&lt;img style="border: 0px currentColor;" alt="You will also get a preview of the theme before committing to it" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/4064.4.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #0000ff; font-size: small;"&gt;&lt;strong&gt;Scorecards&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;Being a relatively new parent, I want to make sure my kids have names that are unique, but not so unique that they are the only person in the world with that name.&amp;nbsp; And since I am a consummate nerd, I made a scorecard that evaluated the uniqueness of names across the United States.&amp;nbsp;Here is that scorecard with the &amp;ldquo;City&amp;rdquo; theme:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/7380.5.png"&gt;&lt;img style="border: 0px currentColor;" alt="Scorecards allow themes to show through too" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/7380.5.png" /&gt;&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;If hot pink highlights don&amp;rsquo;t scream uniqueness, I don&amp;rsquo;t know what does!&amp;nbsp; As you can see, the great state of Washington is pretty middle-of-the-road for name uniqueness in the Western region of the US in 2010.&amp;nbsp; We&amp;rsquo;ve got about 2200 unique names given out in 2010, way behind California&amp;rsquo;s 6700, but well ahead of Wyoming&amp;rsquo;s 300.&amp;nbsp; I can get more details on this, and see the theme continue on my &amp;ldquo;Show Details&amp;rdquo; page.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/7848.6.png"&gt;&lt;img style="border: 0px currentColor;" alt="The theme also comes through in the show details page" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/7848.6.png" /&gt;&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;And here&amp;rsquo;s a list generated by PerformancePoint that I can export to Excel and work further in if I wanted to.&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;&lt;span style="font-size: small;"&gt;Analytic Grids&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;If I wanted to see specific stats on the names chosen for my boys, an Analytic Grid is a much better option.&amp;nbsp; This is what Analytic Grids could look like with the Sea Monster Theme:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/5428.7.png"&gt;&lt;img style="border: 0px currentColor;" alt="Analytic grid-based themes" src="http://blogs.msdn.com/resized-image.ashx/__size/358x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/5428.7.png" /&gt;&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;Love the new background, gives it a much better look than the stark white of 2010.&amp;nbsp; The data is telling me that maybe we went a little overboard with Vincenzo&amp;rsquo;s name as only 6 others were born with his name in Washington in 2010.&amp;nbsp; Oh well, he can always move to California after he grows up if he wants to start a club.&lt;/p&gt;
&lt;p&gt;We have&amp;nbsp;also extended the themes to filters, like so:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/2477.8.png"&gt;&lt;img style="border: 0px currentColor;" alt="Filters pick up themes as well" src="http://blogs.msdn.com/resized-image.ashx/__size/358x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/2477.8.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #0000ff; font-size: small;"&gt;Caveats&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Of course, as a Test Manager, my team and I spend a lot of time finding problems with the product and there are a few notable places where we don&amp;rsquo;t handle this feature well that I&amp;rsquo;d like to call out.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Analytic Charts&lt;/em&gt; &amp;ndash; Theming changes don&amp;rsquo;t apply to Analytic Charts.&amp;nbsp; We made this decision for technical reasons. Since we currently render this as an image, there would have to be an extra round trip to the server which would have had performance implications.&amp;nbsp; We tried to make good decisions on the defaults so it looks at least pretty good in most themes, but there are a few out there that don&amp;rsquo;t look great.&amp;nbsp; If this is a big problem for you, definitely let us know, and in the meantime I&amp;rsquo;d recommend trying to implement your dashboard using Excel Services reports as we&amp;rsquo;ve added some new ad hoc exploration features that offer a comparable experience in SharePoint 2013.&amp;nbsp; Or if you want a more customized experience, Reporting Services reports also fit the bill.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Decomposition trees&lt;/em&gt; also don&amp;rsquo;t inherit theming changes.&amp;nbsp; This whole feature is implemented in Silverlight, so the theming styles don&amp;rsquo;t necessarily map directly to concepts in this feature, and it pops up in a separate window when you are looking at it.&amp;nbsp; You&amp;rsquo;ll always get the white background on this feature and that classic experience that you know and love so much.&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #0000ff; font-size: small;"&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;Thanks for reading this far, and let&amp;rsquo;s keep the conversation going in the comments section.&amp;nbsp; I&amp;rsquo;d love to hear about your experiences, both good and bad, with both this feature and your general experiences with BI offerings from Microsoft.&lt;/p&gt;
&lt;p&gt;Kevin Beto &lt;br /&gt;Test Manager, Office BI&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10345112" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Dashboards/">Dashboards</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/PerformancePoint/">PerformancePoint</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Office+BI/">Office BI</category></item><item><title>Introducing PerformancePoint Services 2013</title><link>http://blogs.msdn.com/b/performancepoint/archive/2012/08/03/what-s-new-in-performancepoint-services-2013.aspx</link><pubDate>Fri, 03 Aug 2012 14:22:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10336582</guid><dc:creator>Kevin Donovan [MSFT]</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10336582</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2012/08/03/what-s-new-in-performancepoint-services-2013.aspx#comments</comments><description>&lt;p&gt;Greetings, everyone. It has certainly been a big few weeks for us here on the Office team. The &lt;a title="Office Next Blog" href="http://blogs.office.com/b/office-next/" target="_blank"&gt;Office Next&lt;/a&gt; blog was released, and it's overflowing with great information. Plus, information about the integration throughout Office BI, and how people &lt;a title="Office Business Intelligence &amp;ndash; The way people experience data" href="http://blogs.office.com/b/microsoft-excel/archive/2012/07/26/office-business-intelligence-the-way-people-experience-data.aspx" target="_blank"&gt;experience data&lt;/a&gt;,&amp;nbsp;is spectacular.&amp;nbsp;Each day that I read customer feedback about the team's accomplishments for the 2013 release preview, the more I learn about how many things our customers love about it. But I also learn about the things that we still need to do (and I'm working diligently on those). In this post, I want to talk about our improvements to PerformancePoint Services in 2013.&lt;/p&gt;
&lt;p&gt;First, however,&amp;nbsp;this is a good opportunity to address the speculation, confusion, and misinformation around our PerformancePoint investments the past few years.&amp;nbsp;To clarify this confusion, let me confirm that&amp;nbsp;PerformancePoint will continue to be Microsoft&amp;rsquo;s solution for creating interactive, context-driven dashboards with balanced scorecards, key performance indicators, analytic reports, and filters. It will&amp;nbsp;continue to be an integral part of Microsoft&amp;rsquo;s Business Intelligence offering, which I encourage you to review by downloading and trying the &lt;a title="SharePoint Server 2013 Preview " href="http://technet.microsoft.com/en-us/evalcenter/hh973397.aspx" target="_blank"&gt;SharePoint Server 2013 Preview&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a title="SQL Server 2012 SP1, CTP3" href="http://www.microsoft.com/en-us/download/details.aspx?id=30375"&gt;SQL Server 2012 SP1, CTP3&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Over the coming months, we will detail the new PerformancePoint&amp;nbsp;features and&amp;nbsp;talk about&amp;nbsp;how they work. But for now, here is an overview of what you can expect to see. You'll notice from this list that PerformancePoint continues to be a pillar in the OfficeBI stack.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1. Themes&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;PerformancePoint now respects SharePoint's new theming capabilities. This was a lot of work for the team, and it took up the majority of our time. SharePoint cut the number of CSS files on the server by the order of hundreds, and we had to make sure that dashboards continued to look great. You can see that the background images from the theme actually bleed through the elements on your dashboard!&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/5153.Themes1.png"&gt;&lt;img style="border: 0px;" alt="Theming in PPS 2013" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/5153.Themes1.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2. Filter Enhancements&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;We made a number of enhancements to PerformancePoint filters too. Here are some of the things we made better. You can now&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;show sub selections in tree filters by bolding each parent in the hierarchy.&lt;/li&gt;
&lt;li&gt;dynamically size the tree filter height based on the number of visible items in the tree.&lt;/li&gt;
&lt;li&gt;select different tree filter actions by&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;selecting all&lt;/li&gt;
&lt;li&gt;clearing all&lt;/li&gt;
&lt;li&gt;resetting to default&lt;/li&gt;
&lt;li&gt;selecting children&lt;/li&gt;
&lt;li&gt;getting all filter items (when 5,000 limit is reached)&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;create a filter based off a measure&lt;/li&gt;
&lt;li&gt;see significant performance improvements&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/4130.FilterEnhancements1.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/270x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/4130.FilterEnhancements1.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3. Filter Search&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Related to all of the general filter enhancements that we made, we also implemented the ability to search amongst filter members. This has been at, or near, the top of the customer request list for a long time, and we wanted to make sure that we implemented it for the 2013 release. With filter search, you can now&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;search within single- and multi-select tree filters&lt;/li&gt;
&lt;li&gt;search Analysis Services/PowerPivot data sources&lt;/li&gt;
&lt;li&gt;search Member Selection, MDX Query, and Named Set filters&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We will post more in-depth discussion about filter search, but for now, I wanted to mention that this was added to the product for 2013.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;4. EffectiveUsername&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is a feature that both PerformancePoint and Excel Services implemented as a way to save the IT admin from having to set up Kerberos constrained delegation in order to use per-user authentication (applause!). When you check this option on the PerformancePoint service application settings page, you tell PerformancePoint to add the EffectiveUsername property to the connection string that it passes to analysis services (AS).&amp;nbsp;The value of that property is the username of the individual&amp;nbsp;user making the call.&amp;nbsp;When AS sees the value, it returns the results of the query, security-trimmed to&amp;nbsp;that user. The following screen shot shows the context of the feature on PerformancePoint's service application settings page.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/7610.EffectiveUsername1.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/7610.EffectiveUsername1.png" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;5. Custom Target Applications from Secure Store&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Along the same lines as the EffectiveUsername feature, we also added the ability for you to specify any secure store target application when defining your data source in dashboard designer. If you want to, you can use the one auto-generated when you provision the service, but you don't have to anymore. This was big&amp;nbsp;for customers who created target applications for Excel Services, but could not use those same target apps for PerformancePoint. Now you can provide users with a number of different target applications, each with different credential sets that map correctly to the authorization allowed by the back-end data source.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/7455.TargetApp1.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/7455.TargetApp1.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Oh, and did I mention that you can specify this option for the entire service as well?&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/3582.TargetApp2.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/3582.TargetApp2.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;6. BI Center&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;We changed up the BI Center site to make it easier to use and to highlight some of the dashboard components that have become so important with information workers. Those include PowerPivot and Excel Services. We really tried to reduce the complexity of the ppssample.aspx (BI Center from 2010) page in order to make it straightforward and simple.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/4722.BICenter1.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/4722.BICenter1.png" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In case you were wondering, you can still get to the familiar ppssample.aspx page that you may be used to from the 2010 product (Site Contents --&amp;gt; Pages), but that page is no longer the primary way in which users launch dashboard designer (which brings me to the next feature).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;7. Dashboard Designer in the Ribbon&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;PerformancePoint is now more deeply integrated into SharePoint than&amp;nbsp;ever been before.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/0474.BICenter2.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/250x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/0474.BICenter2.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Clicking on the Dashboard Designer button launches the click-once application (yes, dashboard designer is still a click-once application). The appearance of the PerformancePoint ribbon&amp;nbsp;tab&amp;nbsp;is based on content type. So it&amp;nbsp;appears in document libraries where the "Web Part Page" content type is present, and it appears in&amp;nbsp;lists where any of the PerformancePoint content types have been added. This whole feature is great because now you can launch the designer without having to navigate to the old, BI Center landing page.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;8. Server-Side Migration&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is probably the biggest feature in the list. And it really warrants its own discussion because this is a fairly complex feature. Look for a post on it in the coming weeks. But we have created a &lt;em&gt;server-side&lt;/em&gt; dashboard migration feature that allows you to move any or all of your PerformancePoint content from one site or server to another site or server. Since PerformancePoint is primarily an enterprise dashboard service, this addresses the common complaint that there was no good way for enterprise customers to satisfy their dev --&amp;gt; test --&amp;gt; prod migration scenarios. All that has now changed. From the SharePoint ribbon, granted you have the right permissions,&amp;nbsp;you can package up your content (data sources too) and migrate it to any other place in the farm.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;So&amp;nbsp;there you have it. We have done a lot of work in this release, and I understand that we still have a lot to do in order to address many of the the issues that customers currently face.&lt;/p&gt;
&lt;p&gt;Again, download the SharePoint preview, and dig in. I'm excited to hear your feedback.&lt;/p&gt;
&lt;p&gt;Kevin Donovan &lt;br /&gt;Program Manager, OfficeBI&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10336582" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Dashboards/">Dashboards</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/PerformancePoint/">PerformancePoint</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Office+BI/">Office BI</category></item><item><title>Leveraging PerformancePoint in HTTPS Enabled Sites</title><link>http://blogs.msdn.com/b/performancepoint/archive/2012/06/19/leveraging-performancepoint-in-https-enabled-sites.aspx</link><pubDate>Wed, 20 Jun 2012 03:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10322017</guid><dc:creator>Kevin Donovan [MSFT]</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10322017</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2012/06/19/leveraging-performancepoint-in-https-enabled-sites.aspx#comments</comments><description>&lt;p&gt;This blog is long overdue, and it is something that support has encountered from customers for some time.&amp;nbsp; If you have tried to configure PerformancePoint Services to work in an HTTPS enabled site, you will probably have run into several error messages when attempting to create a data source connection to either a &lt;strong&gt;SharePoint list&lt;/strong&gt; or an &lt;strong&gt;Excel Services&lt;/strong&gt; data source.&lt;/p&gt;
&lt;p&gt;The following are some of the error messages that you may have seen. One is specific to PerformancePoint, and the other has to do with SharePoint Foundation.&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #3366ff;"&gt;&lt;strong&gt;PerformancePoint Dashboard Error Message:&lt;/strong&gt;&lt;/span&gt; &lt;br /&gt;&amp;ldquo;PerformancePoint Services could not connect to the specified data source. Verify that either the current user or Unattended Service Account has read permissions to the data source, depending on your security configuration. Also verify that all required connection information is provided and correct.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #3366ff;"&gt;&lt;strong&gt;ULS Error messages:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&amp;ldquo;SharePoint Foundation | Topology | 8311 | Critical | An operation failed because the following certificate has validation errors:&amp;lt;&amp;lt;certificate path &amp;amp; certificate thumbprint&amp;gt;&amp;gt;\n\nErrors:\n\n The root of the certificate chain is not a trusted root authority..&amp;rdquo;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&amp;ldquo;PerformancePoint Service | PerformancePoint Services | ef8z | Critical | PerformancePoint Services could not connect to the specified data source. Verify that either the current user or Unattended Service Account has read permissions to the data source, depending on your security configuration. Also verify that all required connection information is provided and correct.&amp;nbsp; System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure&amp;hellip;&amp;rdquo;&lt;/p&gt;
&lt;p&gt;The most telling message is the SharePoint Foundation error message, since it indicates that the actual problem is a certificate-related issue.&amp;nbsp; The PerformancePoint messages can be a little misleading since it may lead you down an authentication/authorization related troubleshooting path.&amp;nbsp; While at its heart this is indeed the problem, there is only so many ways you can check to make sure the Unattended Service Account or the Service Account itself has all the appropriate permissions.&amp;nbsp; That said, if it is a certificate issue, always look for the SharePoint Foundation critical ULS message, which is the dead giveaway for PerformancePoint certificate issues. If you have encountered these messages, try the following. Many customers have found success with the following solution.&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #3366ff;"&gt;&lt;strong&gt;Solution&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;em&gt;Assumption:&amp;nbsp; This assumes that the certificates have already been acquired and that the bindings have been configured in IIS for the SharePoint sites that you are working with.&amp;nbsp; If this is configured successfully you will be able to browse your https sites without receiving any certificate errors. (Here is a blog post that provides a decent overview of the process as well as authoritative links to related documentation.)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #3366ff;"&gt;&lt;strong&gt;Step 1:&amp;nbsp; Extract Certificates to the SharePoint Server&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;Each certificate in the certificate path (Root, Intermediate and leaf) will need to be installed to the Local Computer&amp;rsquo;s Trusted Root Certification Authorities.&amp;nbsp; In order to accomplish this, you will need to extract each certificate in the certificate path from the &amp;ldquo;bundled&amp;rdquo; certificate.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Navigate to the Web Front End or Application Server.&lt;/li&gt;
&lt;li&gt;Open Internet Explorer and navigate to the site you will be using (&lt;a href="https://site"&gt;https://site&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;View the Certificate associated with the site by looking at the URL security report.&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;Select the pad-lock icon to the right of the URL&amp;nbsp; &lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/2022.1.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/25x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/2022.1.png" /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Select View Certificates.&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;Select the Certificate Path tab.&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/0804.2.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/400x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/0804.2.png" /&gt;&lt;/a&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/2541.2.png"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li value="5"&gt;Select the root node in your certificate path and select &amp;ldquo;View Certificate.&amp;rdquo;&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/7587.3.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/400x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/7587.3.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li value="6"&gt;In the Certificate Window that opens, select the Details tab&lt;/li&gt;
&lt;li&gt;Select the &amp;ldquo;Copy to File&amp;hellip;&amp;rdquo; button&lt;/li&gt;
&lt;li&gt;The Certificate Export Wizard will open.&lt;/li&gt;
&lt;li&gt;Choose the default Certificate format &amp;ldquo;DER encoded binary X.509 (.CER)&amp;rdquo; and select Next.&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/5700.4.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/5700.4.png" /&gt;&lt;/a&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/1830.4.png"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li value="10"&gt;Specify a location to which you can save the file, and assign the file name &amp;ldquo;RootCertificate&amp;rdquo;&amp;nbsp; (select Next).&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;Specify a location first by clicking on the Browse button.&lt;/li&gt;
&lt;li&gt;Choose Desktop.&lt;/li&gt;
&lt;li&gt;Specify a name (e.g. &amp;ldquo;Root&amp;rdquo;).&lt;/li&gt;
&lt;/ol&gt;&lt;/ol&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/3107.5.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/3107.5.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li value="11"&gt;Select Finish.&lt;/li&gt;
&lt;li&gt;Repeat steps 4 &amp;ndash; 10 for each certificate in your Certificate Path.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="color: #3366ff;"&gt;&lt;strong&gt;Step 2:&amp;nbsp; Add each certificate to the Local Computer&amp;rsquo;s Trusted Root Certification Authority&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;Each certificate that was exported needs to be imported to the local computer&amp;rsquo;s Trusted Root Certification Authority on each server in the Farm.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;On each server in your farm, ensure that the certificates exported are added to the Local Computer, Trusted Root Certification Authorities (it is easiest to just copy the certificates to each server in the farm once you have exported the certificates on your first server).&lt;/li&gt;
&lt;li&gt;Launch the Local Certificate Manager.&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="padding-left: 60px;"&gt;a. Start | Run | MMC&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;b. Select the File Menu | Add/Remove Snap-in&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/1067.6.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/450x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/1067.6.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;c. In the Add or Remove Snap-ins window, select Certificates and click the Add button.&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/3630.7.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/3630.7.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;d. In the Certificates snap-in window select Computer account | Next.&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;e. Choose Local computer | Finish.&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;f. Back in the Add or Remove Snap-ins window select OK.g.&amp;nbsp;Expand the Certificates (Local Computer) node in the Console window.&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;g. Expand the Certificates (Local Computer) node in the Console window.&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/0317.8.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/0317.8.png" /&gt;&lt;/a&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/4555.9.png"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&amp;nbsp;&lt;br /&gt;h. Right-click Trusted Root Certification Authorities | All Tasks | Import.&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/5775.9.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/500x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/5775.9.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;i.&amp;nbsp;Navigate to the root Certificate that you exported previously and select Next.&lt;br /&gt;j.&amp;nbsp;Choose the Defaults the rest of the way through, and select Finish.&amp;nbsp; You should receive a message indicating that the import was successful.&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/5314.10.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/300x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/5314.10.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #3366ff;"&gt;&lt;strong&gt;Repeat steps h &amp;ndash;&amp;nbsp;i for each certificate in the Certification path&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #3366ff;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #3366ff;"&gt;&lt;strong&gt;Step 3:&amp;nbsp; Each certificate needs to be added to SharePoint&amp;rsquo;s Managed Trust&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Once the certificate is installed locally, it is necessary for the Certificate to be added to SharePoint&amp;rsquo;s managed trust.&amp;nbsp; This will only need to be done from one of your servers, as the trust is recognized farm wide.&amp;nbsp; Add each certificate to SharePoint&amp;rsquo;s Managed Trust.&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;Open SharePoint Central Administration and navigate to&amp;nbsp; Security | Managed Trust.&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;&lt;/ol&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/2211.11.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/2211.11.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;b.&amp;nbsp;From the Trust Relationships ribbon, select New, the &amp;ldquo;Establish Trust Relationship&amp;rdquo; window will open.&lt;br /&gt;c.&amp;nbsp;For General settings, specify a name (i.e. RootCA, IntermediateLevel1 IntermediateLevel2).&lt;br /&gt;d.&amp;nbsp;For the Root Certificate for the trust relationship, select Browse, and select the certificate you created earlier.&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/3808.12.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/3808.12.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;e.&amp;nbsp;Click OK.&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;Repeat steps a &amp;ndash; e for each certificate in your certificate path.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li value="2"&gt;On your SharePoint web front end, issue an IISReset&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;Start | Run | cmd&lt;/li&gt;
&lt;li&gt;IISReset &amp;lt;enter&amp;gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;Test Dashboard Designer data source creation by creating a new SharePoint List data source as well as an Excel Services data source.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="color: #3366ff;"&gt;&lt;strong&gt;Appendix A: Checking for imported Certificates&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;At times it may be necessary to check to see if the certificates are imported correctly or conversely to validate that the certificates have been fully removed from the system.&amp;nbsp; Several times, we have had stubborn certificates that will not remove completely from a system until removed from these certificate stores in the registry.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Start Regedit&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;Start menu&lt;/li&gt;
&lt;li&gt;Run&lt;/li&gt;
&lt;li&gt;Regedit&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;Check both HKEY_LOCAL_MACHINE and HKEY_LOCAL_USER followed by SOFTWARE\Microsoft\SystemCertificates\My\Certificates&lt;/li&gt;
&lt;li&gt;Compare the Thumbprint value of the certificate with the nodes showing in the Certificates container.&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="color: #3366ff;"&gt;&lt;strong&gt;Appendix B PowerShell Commands that may be useful&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #3366ff;"&gt;Checking for certificates with PowerShell&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The Following script will export a list of the certificates installed to SharePoint&amp;rsquo;s Managed Trust with which you can then compare against the certificates added to your Local Certificates.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/1346.14.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/1346.14.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #3366ff;"&gt;Checking for certificates added to the Local Certification Authority&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/2742.15.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/2742.15.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s all there is to it! This isn&amp;rsquo;t particularly complicated, but there are a few steps to work through before it all works smoothly.&lt;/p&gt;
&lt;p&gt;John Fulton&lt;br /&gt;Microsoft Support Escalation Engineer&lt;br /&gt;SharePoint, Office BI&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10322017" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Dashboards/">Dashboards</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Administration_2F00_Security/">Administration/Security</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/PerformancePoint/">PerformancePoint</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Office+BI/">Office BI</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/DBI/">DBI</category></item><item><title>How to Refresh a Cached Excel Services Report</title><link>http://blogs.msdn.com/b/performancepoint/archive/2012/06/07/how-to-refresh-a-cached-excel-services-report.aspx</link><pubDate>Fri, 08 Jun 2012 01:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10317090</guid><dc:creator>Kevin Donovan [MSFT]</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10317090</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2012/06/07/how-to-refresh-a-cached-excel-services-report.aspx#comments</comments><description>&lt;p&gt;This post doesn&amp;rsquo;t so much describe how to do something as why you shouldn&amp;rsquo;t worry about something you may see. It can be unnerving to make a change in a SharePoint object, then not see the change when you check for it. Here is a case where there is an explanation for that behavior. Here is a case where caching, which helps with rendering speed and performance, may impact how you specify an Excel Services data source. It&amp;rsquo;s not a big inconvenience, but I wanted to point it out nonetheless.&lt;/p&gt;
&lt;p&gt;Assume you have an Excel Services workbook uploaded to a SharePoint document library.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/6406.1.png"&gt;&lt;/a&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/7367.1.png"&gt;&lt;/a&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/3568.1.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/3568.1.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now, create an Excel Services data source for PerformancePoint Services, using Dashboard Designer. The Item Name pull-down shows the sole, named region.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/8463.2.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/8463.2.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here comes the change: we&amp;rsquo;re going to modify the workbook itself and see how that affects the existing PerformancePoint data source. Open the workbook using Excel, add a new table or named range, set the Publish Options to include the new range, and save the document back to the SharePoint document library (same name).&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/1602.3.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/1602.3.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/6646.4.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/6646.4.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Back in Dashboard Designer, in the Data Connection dialog, with the Connection Settings unchanged, open the Item Name drop-down.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/7776.5.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/7776.5.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;The list hasn&amp;rsquo;t changed! What happened to the new item? As I said, this can be somewhat unnerving.&lt;/p&gt;
&lt;p&gt;The explanation has to do with the product&amp;rsquo;s behavior &amp;ldquo;under the hood.&amp;rdquo; To improve responsiveness and efficiency, Dashboard Designer caches recently used items, so fewer data-intense transfers (between the client and its server) are needed. In this one situation, the signal to Dashboard Designer that there is a change invalidating its cache does not get through, so it shows you the unchanged version of the Item Name list.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;The Fix&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;One way to make Dashboard Designer get a fresh copy of the data source information is to make a change to the external details of the workbook. For example, if you changed the filename or a property, Dashboard Designer would discard the cache entry for the data source and fetch a fresh copy from the server.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/4657.6.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/4657.6.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here, we&amp;rsquo;ve changed the name of the file on SharePoint, and when accessing the newly named file in Dashboard Designer, the Item Name pull-down shows the added range name.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/5074.7.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/5074.7.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The other way to get the updated contents reflected in Dashboard Designer is to wait for the cache to time out. This is a site-selectable value, and defaults to 10 minutes.&lt;/p&gt;
&lt;p&gt;We hope this helps, should you ever see this issue.&lt;br /&gt;Thanks for checking in!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Paul Thrasher&lt;/strong&gt;&lt;br /&gt;Test Engineer, Office BI&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10317090" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Dashboards/">Dashboards</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Report+Views/">Report Views</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Excel+Services/">Excel Services</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Office+BI/">Office BI</category></item><item><title>Time Intelligence Differences between Grids and Scorecards</title><link>http://blogs.msdn.com/b/performancepoint/archive/2012/02/08/time-intelligence-differences-between-grids-and-scorecards.aspx</link><pubDate>Wed, 08 Feb 2012 19:11:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10265555</guid><dc:creator>Kevin Donovan [MSFT]</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10265555</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2012/02/08/time-intelligence-differences-between-grids-and-scorecards.aspx#comments</comments><description>&lt;p&gt;Time intelligence (TI)&amp;nbsp;is one of the great features of PerformancePoint,&amp;nbsp;but it has always taken users time to understand and implement. And we have received more than a few discussion list posts and customer inquiries when things don't add up -- literally. Today, I wanted to draw your attention to a small case in point. One of our testers brought this to my attention, and I thought that it would be nice to share with the community.&lt;/p&gt;
&lt;p&gt;The issue is, in short, that grids and charts don't aggregate data the same way that scorecards do when TI filters have been applied to them. Many of you may have already encountered this, been frustrated by it, and have learned to account for it. In order to show you the discrepancy between the two visualizations, you really just need four things: you need a data source that has TI mapping set up, a&amp;nbsp;KPI (and a scorecard), a grid, and&amp;nbsp;a filter. Like usual, I'll use the AdventureWorks cube to illustrate my point.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Data Source&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For the purposes of this, I'm just going to use the standard AdventureWorks OLAP cube. Our data source will be based on the Date.Date.Calendar dimension, and, in this case, we will need to select a member for which there's actually data -- 1/1/2002. Our hierarchy level will be based on day. We are going to map to the same date that our member is set to. Here is a screen shot that will clear things up.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/8407.1.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/8407.1.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The TI Filter&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Simply create a regular TI connection formula&amp;nbsp;filter. This will create a day-based calendar control that we can use to make our filtering granular to the day.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/0876.3.png"&gt;&lt;/a&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/6138.3.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/350x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/6138.3.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Analytic Grid&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The grid that we are using isn't special in itself. I&amp;nbsp;created a grid with&amp;nbsp;product categories on rows, sales amount on columns, and ship date calendar on the background.&amp;nbsp;The ship date calendar is what we will use to filter against our TI&amp;nbsp;calendar control.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/8228.4.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/450x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/8228.4.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now, while the grid itself isn't all that special,&amp;nbsp;the connection to the TI filter is. And that's because it uses a connection formula.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/6724.5.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/6724.5.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can see that we connect to the Ship Date Calendar in the "Connect to:" field. And by specifying &lt;strong&gt;&lt;em&gt;quarter,day&lt;/em&gt;&lt;/strong&gt; in the connection formula, I'm telling&amp;nbsp;the formula&amp;nbsp;to aggregate by quarter &lt;em&gt;and&lt;/em&gt; to include the&amp;nbsp;selected day in that aggregation. That's what's giving me the value of&amp;nbsp;$109,809,274.20. Let's move to the KPI now.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The KPI&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Our KPI is set like the following: Create a blank KPI.&amp;nbsp;For the purposes of this blog, we will just create an "actual" (as opposed to an actual &lt;em&gt;and&lt;/em&gt; a target). We don't need to change the number format (I, however, did change mine to currency).&amp;nbsp;Under Data Mappings, change the data source to use our AdventureWorks source, and use the Sales Amount measure, since that's what we're also using in our grid. Incidentally, go ahead and change the Calculation type to "Data value" so that you can decomp the value later&amp;nbsp;if you want.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/8168.2.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/8168.2.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;As part of the Dimensional Data Source Mapping, add a new Time Intelligence Filter, and specify &lt;em&gt;&lt;strong&gt;quarter,day&lt;/strong&gt;&lt;/em&gt; as part of the Time Formula Editor.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/4405.6.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/4405.6.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now, both our grid and our scorecard KPI are both configured with the same time dimension formula: &lt;strong&gt;&lt;em&gt;quarter,day&lt;/em&gt;&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Dashboard&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;On the dashboard, I connected&amp;nbsp;my TI filter to&amp;nbsp;my scorecard using Current date-time for both the source and for the&amp;nbsp;destination. After that connection has been made, I will have one calendar control that filters both my scorecard and my analytic grid. And both of those objects will aggregate to quarter + day against the exact same data source. Here is the resulting dashboard:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/1307.7.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/450x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/1307.7.png" /&gt;&lt;/a&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/5504.7.png"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You'll notice that I highlighted the values. I did that because they are, in fact, different. And, even then, by only a few dollars.&amp;nbsp;Theoretically, they should be the same. Like I mentioned above, they are running against the same data source and are aggregated using the same TI formulas. This is the point that I wanted to highlight. This is &lt;em&gt;not&lt;/em&gt; a case of bad data, but rather a case where scorecards and grids roll up data differently. In this example, Grids do not include the day hierarchy, but scorecards do. The lesson here is to be&amp;nbsp;careful with your TI formulas because the different reports do not necessarily treat them equally.&lt;/p&gt;
&lt;p&gt;Let's see what happens when we alter the formulas a bit. Actually, we're only going to alter one formula: the scorecard's. When I remove the child hierarchy, day, our values fall back in line with one another. So altering the time formula on the KPI from &lt;em&gt;&lt;strong&gt;quarter,day&lt;/strong&gt;&lt;/em&gt; to&amp;nbsp;just &lt;em&gt;&lt;strong&gt;quarter&lt;/strong&gt;&lt;/em&gt;, like this&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/4606.8.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/400x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/4606.8.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;yields a dashboard that looks like this:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/6712.9.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/500x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/6712.9.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now the grid and the scorecard values match, as you would expect. Again, many of you may have already encountered this issue. And if you have, you like already account for it. But if you have not, it's good to be aware of it and to work around it using whatever methods make sense for you.&lt;/p&gt;
&lt;p&gt;That's it for now. Thanks for reading.&lt;/p&gt;
&lt;p&gt;Kevin Donovan &lt;br /&gt;Program Manager&lt;br /&gt; &lt;strong&gt;Office BI&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10265555" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Scorecards/">Scorecards</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Dashboards/">Dashboards</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Time+Intelligence/">Time Intelligence</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/PerformancePoint/">PerformancePoint</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Office+BI/">Office BI</category></item><item><title>What’s So Special About SharePoint’s December Update?</title><link>http://blogs.msdn.com/b/performancepoint/archive/2011/12/28/what-s-so-special-about-sharepoint-s-december-update.aspx</link><pubDate>Wed, 28 Dec 2011 23:18:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10251604</guid><dc:creator>Kevin Donovan [MSFT]</dc:creator><slash:comments>9</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10251604</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2011/12/28/what-s-so-special-about-sharepoint-s-december-update.aspx#comments</comments><description>&lt;p&gt;Just in case you didn&amp;rsquo;t already know, a cumulative update for SharePoint Server 2010 was released in mid-December, and it&amp;rsquo;s a big deal for business intelligence.&lt;/p&gt;
&lt;p&gt;Cumulative Update 2011-12 (CU 2011-12) for Microsoft SharePoint Server 2010 is exciting because it enables people to view PerformancePoint reports, scorecards, Excel Services reports, and other items on Apple iPad devices. Imagine how convenient it will be for users to open and use dashboards on an iPad.&lt;/p&gt;
&lt;p&gt;We just published an article on TechNet that provides more details about which kinds of reports and scorecards will and won&amp;rsquo;t work on iPad devices, how to configure business intelligence content to display with best results, and how to navigate content on iPad devices. See Viewing reports and scorecards on Apple iPad devices (&lt;a href="http://technet.microsoft.com/library/hh697482.aspx"&gt;http://technet.microsoft.com/library/hh697482.aspx&lt;/a&gt;), and tell us what you think.&lt;/p&gt;
&lt;p&gt;Want to learn more about CU 2011-12? Start with the following resources:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Updates for SharePoint 2010 Products&lt;/em&gt; (&lt;a href="http://technet.microsoft.com/sharepoint/ff800847.aspx"&gt;http://technet.microsoft.com/sharepoint/ff800847.aspx&lt;/a&gt;) provides links and information about the latest software updates, including CU 2011-12. Start here for the latest information and guidance about how to apply software updates for your SharePoint Server environment.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;KB 2597014 - Description of the SharePoint Server 2010 cumulative update package (SharePoint server-package): December 13, 2011&lt;/em&gt; (&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;2597014"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;2597014&lt;/a&gt;) provides information about CU 2011-12, including prerequisites, known issues, hotfixes, and other details.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;December 2011 CU for SharePoint 2010 has been released&lt;/em&gt; (&lt;a href="http://blogs.technet.com/b/stefan_gossner/archive/2011/12/14/december-2011-cu-for-sharepoint-2010-has-been-released.aspx"&gt;http://blogs.technet.com/b/stefan_gossner/archive/2011/12/14/december-2011-cu-for-sharepoint-2010-has-been-released.aspx&lt;/a&gt;) provides an overview of KB articles that are relevant to CU 2011-12 and links to additional information.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We&amp;rsquo;re always interested in your feedback, so please let us know what you think. You can add a comment to this blog post, or use the feedback mechanism in the upper right corner of the TechNet article.&lt;/p&gt;
&lt;p&gt;Thank you, and Happy Dashboarding!&lt;br /&gt;Denise Stendera&lt;br /&gt;&lt;strong&gt;Writer, Business Intelligence in SharePoint Server&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10251604" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Dashboards/">Dashboards</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/PerformancePoint/">PerformancePoint</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Office+BI/">Office BI</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/iPad/">iPad</category></item><item><title>You Can Use SQL Server "Denali" PowerPivot Models as PerformancePoint 2010 Data Sources</title><link>http://blogs.msdn.com/b/performancepoint/archive/2011/12/21/will-sql-server-quot-denali-quot-models-work-as-performancepoint-data-sources.aspx</link><pubDate>Wed, 21 Dec 2011 17:14:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10250054</guid><dc:creator>Kevin Donovan [MSFT]</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10250054</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2011/12/21/will-sql-server-quot-denali-quot-models-work-as-performancepoint-data-sources.aspx#comments</comments><description>&lt;p&gt;Since SQL Server Denali hit the public download space, several people have tried using it to create PowerPivot models &lt;em&gt;as data sources for PerformancePoint 2010&lt;/em&gt;. And why shouldn't they? PerformancePoint works just fine in the scenario where you specify&amp;nbsp;the reference to a&amp;nbsp;PowerPivot model in the data source connection string for an Analysis Services data source.&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #800000; font-size: medium;"&gt;&lt;strong&gt;The Problem&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;But just about every one of those cutting-edged users has wisely&amp;nbsp;pointed out that something fundamentally&amp;nbsp;breaks when trying this same scenario&amp;nbsp;with a Denali RC0-based PowerPivot workbook. There are a couple of reasons for this, which I address below. The error that manifests in the event log indicates that the existing, installed provider is too old. And that's true if you're running a standard SharePoint 2010 SP1 installation. The error most people have been seeing is this:&lt;/p&gt;
&lt;p&gt;Exception details: Microsoft.AnalysisServices.AdomdClient.AdomdUnknownResponseException: Unsupported data format : application/vnd.ms-excel.12&lt;/p&gt;
&lt;p&gt;The good news is that a workaround exists.&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #008000; font-size: medium;"&gt;&lt;strong&gt;The Solution&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The easiest way to make this scenario work is to install the ADOMD.Net (&lt;em&gt;version 10.5&lt;/em&gt;) data provider on your SharePoint farm. You can get this by downloading it&amp;nbsp;from the&lt;a href="http://www.microsoft.com/download/en/details.aspx?id=26728" target="_blank"&gt; SQL Server 2008 R2 SP1 Feature Pack&lt;/a&gt;&amp;nbsp;(make sure that you download the version appropriate for your server architecture). Version 10.5 of this provider is backward compatible with the new version 11.0. And because it's a minor version, it will overwrite the version 10.0 provider, which is the&amp;nbsp;major version that PerformancePoint looks for at runtime. This latter notion explains the alert that the installer throws when you begin the installation. Go ahead and click, "Yes".&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/8103.4.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/400x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/8103.4.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #0000ff; font-size: medium;"&gt;The Detail&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I will use the example of a 1M farm in this case. SharePoint's pre-requisite installer will install both the 2005 and 2008 versions of ADOMD.Net. This ensures that Analysis Services data connections work smoothly out of the box. If you look in add/remove programs on your SharePoint server, you can see the provider versions.&amp;nbsp;Version 10.1 is the one that PerformancePoint will use when connecting to the PowerPivot workbook when you use it as a data source.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/1323.2.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/1323.2.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;When you install SQL Server Denali, it will install the version 11.0 ADOMD data provider. You can see this as well by looking at the list of assemblies on the server.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/6242.1.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/400x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/6242.1.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The problem is that there is no policy telling the request to use the latest version of the provider, and PerformancePoint is looking specifically for major version 10. So, in effect, version 11.0 is sitting there all alone and unused. However, when you install the ADOMD client version 10.5, things work&amp;nbsp;because&amp;nbsp;that version is&amp;nbsp;compatible with the latest PowerPivot models, and PerformancePoint is still happy because it sees version 10, just like it expects to. Unlike major versions of the provider, which exist side-by-side, minor versions overwrite each other, which is why PerformancePoint grabs the right one even after you overwrite version 10.1 with version 10.5. So, after installing the SQL Server 2008 R2 SP1 update, when you look at the list in add/remove programs, you will see this:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/2425.3.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/2425.3.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Once you have updated your provider, PerformancePoint should be able to connect to the PowerPivot workbook as you would expect.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/2844.5.png"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-82-00/2844.5.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There are a couple of parting notes here. First, notice&amp;nbsp;that the name of the cube, as interpreted by PerformancePoint, is now called "Model". You may recall that it was called "Sandbox" for PowerPivot 2010 models. Second,&amp;nbsp;most of the published&amp;nbsp;documentation&amp;nbsp;indicates that you need to add the PROVIDER property to the PerformancePoint connection string, like this: &lt;em&gt;PROVIDER=MSOLAP;DATA SOURCE=http://contoso/Documents/PowerPivot_Sample.xlsx.&lt;/em&gt; This string is a little redundant; there is no need to set the &lt;em&gt;provider&lt;/em&gt; property because the provider is adomd.net. And adomd.net will create the right data access object without the user having to specify MSOLAP to connect to the data source.&lt;/p&gt;
&lt;p&gt;Kevin Donovan&lt;br /&gt;&lt;strong&gt;Program Manager, Office BI&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10250054" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Data+Sources/">Data Sources</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/PerformancePoint/">PerformancePoint</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Power+Pivot/">Power Pivot</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Office+BI/">Office BI</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Data+Connections/">Data Connections</category></item><item><title>Finding the Latest PerformancePoint 2010 Services Updates</title><link>http://blogs.msdn.com/b/performancepoint/archive/2011/11/30/finding-the-latest-performancepoint-2010-services-updates.aspx</link><pubDate>Thu, 01 Dec 2011 01:02:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10243104</guid><dc:creator>Kevin Donovan [MSFT]</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10243104</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2011/11/30/finding-the-latest-performancepoint-2010-services-updates.aspx#comments</comments><description>Sometimes it's difficult to find the latest updates for SharePoint 2010 and for PerformancePoint Services, specifically. The easiest way to see these latest updates is to visit the Microsoft Office Update Center or subscribe to the Updates for Microsoft...(&lt;a href="http://blogs.msdn.com/b/performancepoint/archive/2011/11/30/finding-the-latest-performancepoint-2010-services-updates.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10243104" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/PerformancePoint/">PerformancePoint</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Office+BI/">Office BI</category></item><item><title>How to Highlight Table Rows Based on Slicer Selection</title><link>http://blogs.msdn.com/b/performancepoint/archive/2011/11/23/how-to-highlight-table-rows-based-on-slicer-selection.aspx</link><pubDate>Wed, 23 Nov 2011 22:30:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10241104</guid><dc:creator>Kevin Donovan [MSFT]</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10241104</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2011/11/23/how-to-highlight-table-rows-based-on-slicer-selection.aspx#comments</comments><description>When you connect Slicers to Pivot Tables or Pivot Charts, their effect on the data is obvious: changing your Slicer selection causes data values to change and in some cases, rows to disappear. However, rather than excluding rows with a Slicer, sometimes...(&lt;a href="http://blogs.msdn.com/b/performancepoint/archive/2011/11/23/how-to-highlight-table-rows-based-on-slicer-selection.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10241104" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-components-postattachments/00-10-24-11-04/Photo-Vote-Workbook.xlsx" length="195934" type="application/octet-stream" /></item><item><title>Choose the Right Business Intelligence Style for your Project</title><link>http://blogs.msdn.com/b/performancepoint/archive/2011/11/17/choose-the-right-business-intelligence-style-for-your-project.aspx</link><pubDate>Thu, 17 Nov 2011 16:18:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10238184</guid><dc:creator>Kevin Donovan [MSFT]</dc:creator><slash:comments>7</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10238184</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2011/11/17/choose-the-right-business-intelligence-style-for-your-project.aspx#comments</comments><description>The Office Business Intelligence group gets the occasional question about why we offer several different BI solutions when our competitors often only offer one. Microsoft offers its customers no shortage of choices when it comes to BI solutions. We do...(&lt;a href="http://blogs.msdn.com/b/performancepoint/archive/2011/11/17/choose-the-right-business-intelligence-style-for-your-project.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10238184" width="1" height="1"&gt;</description></item><item><title>Poll Your Friends with Photo Vote</title><link>http://blogs.msdn.com/b/performancepoint/archive/2011/11/04/poll-your-friends-with-photo-vote.aspx</link><pubDate>Sat, 05 Nov 2011 02:34:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10234221</guid><dc:creator>Kevin Donovan [MSFT]</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10234221</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2011/11/04/poll-your-friends-with-photo-vote.aspx#comments</comments><description>Poll Your Friends with Photo Vote 
 In this post, we'll introduce you to Photo Vote, a new app created by the Office Business Intelligence team in partnership with the Microsoft Office Labs team. With Photo Vote, you can create quick polls in Facebook...(&lt;a href="http://blogs.msdn.com/b/performancepoint/archive/2011/11/04/poll-your-friends-with-photo-vote.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10234221" width="1" height="1"&gt;</description></item><item><title>Using PowerPivot to incorporate publicly available data sets in your PerformancePoint dashboards</title><link>http://blogs.msdn.com/b/performancepoint/archive/2011/10/20/using-powerpivot-to-incorporate-publicly-available-data-sets-in-your-performancepoint-dashboards.aspx</link><pubDate>Thu, 20 Oct 2011 19:41:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10228282</guid><dc:creator>Wade Dorrell</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10228282</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2011/10/20/using-powerpivot-to-incorporate-publicly-available-data-sets-in-your-performancepoint-dashboards.aspx#comments</comments><description>Windows Azure Marketplace is a great place to find publicly available data for use in your BI solutions. In this post, I'm going to show how convenient it is to use Windows Azure Marketplace to get public data into your PPS dashboards. 
 You will need...(&lt;a href="http://blogs.msdn.com/b/performancepoint/archive/2011/10/20/using-powerpivot-to-incorporate-publicly-available-data-sets-in-your-performancepoint-dashboards.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10228282" width="1" height="1"&gt;</description></item><item><title>Intro to Excel Services Data Sources</title><link>http://blogs.msdn.com/b/performancepoint/archive/2011/10/14/intro-to-excel-services-data-sources.aspx</link><pubDate>Fri, 14 Oct 2011 17:32:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10225399</guid><dc:creator>Kevin Donovan [MSFT]</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10225399</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2011/10/14/intro-to-excel-services-data-sources.aspx#comments</comments><description>Introduction 
 The Excel Services Data Source in PerformancePoint 2010 allows you to create data using familiar Excel tools and methods that you can then surface in PerformancePoint scorecards. 
 To demonstrate the use of the Excel Services Data Source...(&lt;a href="http://blogs.msdn.com/b/performancepoint/archive/2011/10/14/intro-to-excel-services-data-sources.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10225399" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-components-postattachments/00-10-22-53-99/2008-State-Finances.xlsx" length="79379" type="application/octet-stream" /></item><item><title>Getting Data in PerformancePoint</title><link>http://blogs.msdn.com/b/performancepoint/archive/2011/10/04/getting-data-in-performancepoint.aspx</link><pubDate>Tue, 04 Oct 2011 21:21:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10220029</guid><dc:creator>Wade Dorrell</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10220029</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2011/10/04/getting-data-in-performancepoint.aspx#comments</comments><description>PerformancePoint Services 2010 (PPS) provides a variety of ways to use data in analytic solutions. The usage of Analysis Services cubes and SharePoint lists in PerformancePoint is relatively well understood. Upcoming posts from the Office BI team will...(&lt;a href="http://blogs.msdn.com/b/performancepoint/archive/2011/10/04/getting-data-in-performancepoint.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10220029" width="1" height="1"&gt;</description></item><item><title>Creating simple budget KPIs from SharePoint Lists</title><link>http://blogs.msdn.com/b/performancepoint/archive/2011/09/28/creating-simple-budget-kpis-from-sharepoint-lists.aspx</link><pubDate>Wed, 28 Sep 2011 19:17:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10217797</guid><dc:creator>Office BI</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10217797</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2011/09/28/creating-simple-budget-kpis-from-sharepoint-lists.aspx#comments</comments><description>In this post we're going to walk through how our favorite fictional company Litware uses PerformancePoint Services with SharePoint list data to do simple &amp;quot;under budget&amp;quot; KPIs. In Litware's party planning committee we log how much we spend on...(&lt;a href="http://blogs.msdn.com/b/performancepoint/archive/2011/09/28/creating-simple-budget-kpis-from-sharepoint-lists.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10217797" width="1" height="1"&gt;</description></item><item><title>PerformancePoint Data Connection Libraries and Content Lists in SharePoint</title><link>http://blogs.msdn.com/b/performancepoint/archive/2011/09/19/performancepoint-data-connection-libraries-and-content-lists-in-sharepoint.aspx</link><pubDate>Mon, 19 Sep 2011 14:42:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10213503</guid><dc:creator>Office BI</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10213503</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2011/09/19/performancepoint-data-connection-libraries-and-content-lists-in-sharepoint.aspx#comments</comments><description>All the items you create when you build BI solutions using PerformancePoint are stored in SharePoint. PerformancePoint data sources are stored in specialized SharePoint document libraries. PerformancePoint content is stored in specialized SharePoint lists;...(&lt;a href="http://blogs.msdn.com/b/performancepoint/archive/2011/09/19/performancepoint-data-connection-libraries-and-content-lists-in-sharepoint.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10213503" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Data+Connections/">Data Connections</category></item><item><title>Sharing Up-to-Date Information in Convenient Locations</title><link>http://blogs.msdn.com/b/performancepoint/archive/2011/09/14/sharing-up-to-date-information-in-convenient-locations.aspx</link><pubDate>Wed, 14 Sep 2011 19:27:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10211137</guid><dc:creator>Office BI</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10211137</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2011/09/14/sharing-up-to-date-information-in-convenient-locations.aspx#comments</comments><description>As part of the Office Content Publishing group at Microsoft, our team writes Help content about business intelligence capabilities in SharePoint Server. In this blog, we'll look at how you can reuse and share your business intelligence content in team...(&lt;a href="http://blogs.msdn.com/b/performancepoint/archive/2011/09/14/sharing-up-to-date-information-in-convenient-locations.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10211137" width="1" height="1"&gt;</description></item><item><title>Better with SharePoint</title><link>http://blogs.msdn.com/b/performancepoint/archive/2011/09/06/better-with-sharepoint.aspx</link><pubDate>Tue, 06 Sep 2011 16:14:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10206814</guid><dc:creator>Office BI</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10206814</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2011/09/06/better-with-sharepoint.aspx#comments</comments><description>PerformancePoint Services in Microsoft SharePoint Server 2010 (PPS)  makes it easy and convenient to organize and share your business insights. Upcoming blog posts by Office BI pros will delve into the following topics: 
 Efficiently organize PPS content...(&lt;a href="http://blogs.msdn.com/b/performancepoint/archive/2011/09/06/better-with-sharepoint.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10206814" width="1" height="1"&gt;</description></item><item><title>Using Reporting Services in SharePoint Integrated Mode with PPS 2010 with SQL Server “Denali” CTP3</title><link>http://blogs.msdn.com/b/performancepoint/archive/2011/08/18/using-reporting-services-in-sharepoint-integrated-mode-with-pps-2010-with-sql-server-denali-ctp3.aspx</link><pubDate>Thu, 18 Aug 2011 15:52:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10198556</guid><dc:creator>Office BI</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10198556</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2011/08/18/using-reporting-services-in-sharepoint-integrated-mode-with-pps-2010-with-sql-server-denali-ctp3.aspx#comments</comments><description>The SQL Server team has made a small change to the location of the web service that PPS calls in order to render SQL Server Reporting Services reports when running in SharePoint Integrated mode.&amp;#160; In this blog post, I’m going to go over how to work...(&lt;a href="http://blogs.msdn.com/b/performancepoint/archive/2011/08/18/using-reporting-services-in-sharepoint-integrated-mode-with-pps-2010-with-sql-server-denali-ctp3.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10198556" width="1" height="1"&gt;</description></item><item><title>Analytic Report Samples Published to MSDN Samples Gallery</title><link>http://blogs.msdn.com/b/performancepoint/archive/2011/08/10/analytic-report-samples-published-to-msdn-samples-gallery.aspx</link><pubDate>Wed, 10 Aug 2011 21:50:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10194638</guid><dc:creator>Office BI</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10194638</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2011/08/10/analytic-report-samples-published-to-msdn-samples-gallery.aspx#comments</comments><description>Two samples that work with PerformancePoint analytic reports are now available on MSDN. · PerformancePoin​t Services 2010: Change Analytic Report Data Source Sample lets users change the data source that an analytic report points to. · PerformancePoint...(&lt;a href="http://blogs.msdn.com/b/performancepoint/archive/2011/08/10/analytic-report-samples-published-to-msdn-samples-gallery.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10194638" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/SDK/">SDK</category></item><item><title>Cascading Filters in PerformancePoint Services</title><link>http://blogs.msdn.com/b/performancepoint/archive/2011/08/03/cascading-filters-in-performancepoint-services.aspx</link><pubDate>Wed, 03 Aug 2011 19:10:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10192529</guid><dc:creator>Office BI</dc:creator><slash:comments>10</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10192529</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2011/08/03/cascading-filters-in-performancepoint-services.aspx#comments</comments><description>One long-awaited and much-requested feature for PerformancePoint, Cascading Filters, is available in SharePoint Server 2010 SP1. I wanted to go through the deployment of a dashboard using Cascading Filters to show both the ease and a little of the power...(&lt;a href="http://blogs.msdn.com/b/performancepoint/archive/2011/08/03/cascading-filters-in-performancepoint-services.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10192529" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Filter+Framework/">Filter Framework</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/PerformancePoint/">PerformancePoint</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Cascading+Filters/">Cascading Filters</category></item><item><title>Fast Prototyping with PowerPivot</title><link>http://blogs.msdn.com/b/performancepoint/archive/2011/07/26/fast-prototyping-with-powerpivot.aspx</link><pubDate>Tue, 26 Jul 2011 14:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10189624</guid><dc:creator>Wade Dorrell</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10189624</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2011/07/26/fast-prototyping-with-powerpivot.aspx#comments</comments><description>Today's "better together" post is by Poornima Hanumara, a program manager on the Office BI team. Thank you Poornima, and to our readers, have a great week! 
 I want to quickly prototype a new dashboard to keep track of the products in my sporting goods...(&lt;a href="http://blogs.msdn.com/b/performancepoint/archive/2011/07/26/fast-prototyping-with-powerpivot.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10189624" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Power+Pivot/">Power Pivot</category><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Excel+Services/">Excel Services</category></item><item><title>Using Project Server 2010 with PerformancePoint Services</title><link>http://blogs.msdn.com/b/performancepoint/archive/2011/07/19/using-project-server-2010-with-performancepoint-services.aspx</link><pubDate>Tue, 19 Jul 2011 16:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10187930</guid><dc:creator>Wade Dorrell</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10187930</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2011/07/19/using-project-server-2010-with-performancepoint-services.aspx#comments</comments><description>Today&amp;rsquo;s post is by Denise Stendera, a writer on the SharePoint business intelligence team. Thanks Denise! 
 Got Project? When you create a Project Web App in SharePoint Server, you automatically get a Business Intelligence Center. If PerformancePoint...(&lt;a href="http://blogs.msdn.com/b/performancepoint/archive/2011/07/19/using-project-server-2010-with-performancepoint-services.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10187930" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/performancepoint/archive/tags/Dashboards/">Dashboards</category></item><item><title>Better together: PerformancePoint Services and other Microsoft products</title><link>http://blogs.msdn.com/b/performancepoint/archive/2011/07/12/better-together-performancepoint-services-and-other-microsoft-products.aspx</link><pubDate>Tue, 12 Jul 2011 14:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10185581</guid><dc:creator>Wade Dorrell</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/performancepoint/rsscomments.aspx?WeblogPostID=10185581</wfw:commentRss><comments>http://blogs.msdn.com/b/performancepoint/archive/2011/07/12/better-together-performancepoint-services-and-other-microsoft-products.aspx#comments</comments><description>This month on the PerformancePoint Services blog we'll focus on techniques involving other Microsoft products. For example, 
 
 Got Project? When you create a Project Web App in SharePoint Server, you automatically get a Business Intelligence Center...(&lt;a href="http://blogs.msdn.com/b/performancepoint/archive/2011/07/12/better-together-performancepoint-services-and-other-microsoft-products.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10185581" width="1" height="1"&gt;</description></item></channel></rss>