<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   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/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Merit Matters Blog - Performance Point Server</title>
    <link>http://meritsolutions.com/meritmatters/</link>
    <description>Microsoft Dynamics News that Matters</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.1.2 - http://www.s9y.org/</generator>
    <managingEditor>jrichards@meritsolutions.com</managingEditor>
<webMaster>jrichards@meritsolutions.com</webMaster>
<pubDate>Thu, 29 Jan 2009 14:06:00 GMT</pubDate>

    <image>
        <url>http://www.meritsolutions.com/images/rss_feed.JPEG</url>
        <title>RSS: Merit Matters Blog - Performance Point Server - Microsoft Dynamics News that Matters</title>
        <link>http://meritsolutions.com/meritmatters/</link>
        <width>16</width>
        <height>16</height>
    </image>

<item>
    <title>PerformancePoint Server Shift to SharePoint Server</title>
    <link>http://meritsolutions.com/meritmatters/index.php?/archives/176-PerformancePoint-Server-Shift-to-SharePoint-Server.html</link>
            <category>Performance Point Server</category>
    
    <comments>http://meritsolutions.com/meritmatters/index.php?/archives/176-PerformancePoint-Server-Shift-to-SharePoint-Server.html#comments</comments>
    <wfw:comment>http://meritsolutions.com/meritmatters/wfwcomment.php?cid=176</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://meritsolutions.com/meritmatters/rss.php?version=2.0&amp;type=comments&amp;cid=176</wfw:commentRss>
    

    <author>nospam@example.com (administrator)</author>
    <content:encoded>
    &lt;p&gt;Microsoft has recently announced &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/blogs.msdn.com/dynamicsgp/archive/2009/01/28/important-update-to-the-microsoft-business-intelligence-bi-product-roadmap.aspx&#039;);&quot;  title=&quot;Microsoft Business Intelligence Product Roadmap&quot; href=&quot;http://blogs.msdn.com/dynamicsgp/archive/2009/01/28/important-update-to-the-microsoft-business-intelligence-bi-product-roadmap.aspx&quot; target=&quot;_blank&quot;&gt;changes to its BI Roadmap&lt;/a&gt;, including shifting PerformancePoint Server into SharePoint Server.&lt;/p&gt;&lt;p&gt;PerformancePoint Server 2007 SP3 will be released during the summer, after which Microsoft will stop all further investments in the standalone versions of PPS. The decision comes after in-depth product roadmap reviews and customer feedback. This shift will make the scorecard, dashboard, and analytical capabilities of PerformancePoint available to all users in an organization.&lt;/p&gt;&lt;p&gt;A more detailed product roadmap will be revealed at Convergence 2009 New Orleans... just another reason to attend!&lt;/p&gt;  
    </content:encoded>

    <pubDate>Thu, 29 Jan 2009 09:06:00 -0500</pubDate>
    <guid isPermaLink="false">http://meritsolutions.com/meritmatters/index.php?/archives/176-guid.html</guid>
    
</item>
<item>
    <title>Performance Point Server Data Integration Toolkit - Part 3</title>
    <link>http://meritsolutions.com/meritmatters/index.php?/archives/167-Performance-Point-Server-Data-Integration-Toolkit-Part-3.html</link>
            <category>Performance Point Server</category>
    
    <comments>http://meritsolutions.com/meritmatters/index.php?/archives/167-Performance-Point-Server-Data-Integration-Toolkit-Part-3.html#comments</comments>
    <wfw:comment>http://meritsolutions.com/meritmatters/wfwcomment.php?cid=167</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://meritsolutions.com/meritmatters/rss.php?version=2.0&amp;type=comments&amp;cid=167</wfw:commentRss>
    

    <author>nospam@example.com (Zdravko)</author>
    <content:encoded>
    &lt;p&gt;DIT uses customized .NET collections for retrieval of the dimension data from the source systems. Alongside already mentioned default dimensions, you can define any number of custom dimensions. In order to populate the required custom collection (dimension) with the corresponding source system data you first need to retrieve it from the source system. Often, source system stores the financial data in the database, and you can access it using the .NET data access classes and methods. Since memory is not an infinite resource, you should use SqlDataReader for data extraction. Once you obtain the data from the source system you can store it in the memory stored customized collection. All dimension data is stored in memory stored customized collections and overridden GPProvider methods are used for the dimension data retrieval. &lt;/p&gt;&lt;p&gt;Balance data is retrieved based on the carefully crafted balance request. Balance request contains a number of account and balance criteria. Your provider&#039;s task is to build (based on the submitted criteria) and execute the appropriate SQL query on the source system data. Unlike dimension data, balance data is retrieved via customized SqlDataReader object. For example, an ordinary company can store tens of thousands of transactions in its source system. Again, since memory is not an infinite resource, data is read directly from the source system database. DIW reads it using the returned customized data reader and populates it directly into the PPS database hence, no memory is used during the data extraction. By far, balance request functionality implementation is the most challenging part of the custom provider development. In order to successfully implement it, you need the thoroughly analyze the source system data. Also you should write unit tests for each of the overridden GPProvider methods, since balance request criteria testing can easily turn into a time consuming nightmare. &lt;/p&gt;&lt;p&gt;View &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.meritsolutions.com/meritmatters/index.php?/archives/123-PerformancePoint-Server-Data-Integration-Toolkit-Part2.html&#039;);&quot;  href=&quot;http://www.meritsolutions.com/meritmatters/index.php?/archives/123-PerformancePoint-Server-Data-Integration-Toolkit-Part2.html&quot;&gt;Part 2&lt;/a&gt; of this series.&lt;/p&gt;  
    </content:encoded>

    <pubDate>Wed, 31 Dec 2008 04:36:54 -0500</pubDate>
    <guid isPermaLink="false">http://meritsolutions.com/meritmatters/index.php?/archives/167-guid.html</guid>
    
</item>
<item>
    <title>PerformancePoint Server 2007 SP2 Now Available</title>
    <link>http://meritsolutions.com/meritmatters/index.php?/archives/163-PerformancePoint-Server-2007-SP2-Now-Available.html</link>
            <category>Performance Point Server</category>
    
    <comments>http://meritsolutions.com/meritmatters/index.php?/archives/163-PerformancePoint-Server-2007-SP2-Now-Available.html#comments</comments>
    <wfw:comment>http://meritsolutions.com/meritmatters/wfwcomment.php?cid=163</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://meritsolutions.com/meritmatters/rss.php?version=2.0&amp;type=comments&amp;cid=163</wfw:commentRss>
    

    <author>nospam@example.com (administrator)</author>
    <content:encoded>
    &lt;p&gt;The Microsoft Downloads Center has the following Microsoft Office PerformancePoint Server 2007 SP2 products available for download:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;PerformancePoint Server 2007 SP2 &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.microsoft.com/downloads/details.aspx?familyid=cbbf9377-0220-4714-9517-2a99279258af&amp;amp;displaylang=en&amp;amp;tm&#039;);&quot;  title=&quot;PerformancePoint Server 2007 SP2&quot; href=&quot;http://www.microsoft.com/downloads/details.aspx?familyid=cbbf9377-0220-4714-9517-2a99279258af&amp;displaylang=en&amp;tm&quot; target=&quot;_blank&quot;&gt;(64bit)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;PerformancePoint Server 2007 SP2 &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.microsoft.com/downloads/details.aspx?FamilyID=a0990a7e-81cd-4080-b95b-2aeda981f4eb&amp;amp;DisplayLang=en&#039;);&quot;  title=&quot;PerformancePoint Server 2007 SP2&quot; href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=a0990a7e-81cd-4080-b95b-2aeda981f4eb&amp;DisplayLang=en&quot; target=&quot;_blank&quot;&gt;(32bit)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;PerformancePoint Server 2007 &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.microsoft.com/downloads/details.aspx?FamilyID=55688dfd-d609-40f1-b80e-39d794786f42&amp;amp;DisplayLang=en&#039;);&quot;  title=&quot;PerformancePoint Server 2007 Management Reporter SP2&quot; href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=55688dfd-d609-40f1-b80e-39d794786f42&amp;DisplayLang=en&quot; target=&quot;_blank&quot;&gt;Management Reporter SP2&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Note from the &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/blogs.msdn.com/performancepoint/archive/2008/12/09/performancepoint-server-2007-sp2-now-available.aspx&#039;);&quot;  title=&quot;The Microsoft PerformancePoint Team Blog&quot; href=&quot;http://blogs.msdn.com/performancepoint/archive/2008/12/09/performancepoint-server-2007-sp2-now-available.aspx&quot; target=&quot;_blank&quot;&gt;PerformancePoint Team Blog&lt;/a&gt;:&lt;br /&gt;&lt;font size=&quot;2&quot;&gt;We are also releasing a script from &lt;/font&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.microsoft.com/downloads/details.aspx?FamilyID=ed5fdc77-0134-4292-8786-29deef5bdd9a&amp;amp;displaylang=en&#039;);&quot;  href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=ed5fdc77-0134-4292-8786-29deef5bdd9a&amp;displaylang=en&quot;&gt;&lt;font size=&quot;2&quot;&gt;MS Downloads&lt;/font&gt;&lt;/a&gt;&lt;font size=&quot;2&quot;&gt;, which PerformancePoint Server Planning customers who have installed builds 3.0.3999.1 or higher are required to run before installing PerformancePoint Server 2007 SP2. PerformancePoint Server customers who are deploying SP2 with Microsoft SQL Server 2008 must also install four SQL Server 2005 CU9 redistributables, which are available for download as hotfixes from the SQL Server 2005 CU9 site. For details, see the &lt;/font&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/office.microsoft.com/download/afile.aspx?AssetID=AM103380951033&#039;);&quot;  href=&quot;http://office.microsoft.com/download/afile.aspx?AssetID=AM103380951033&quot;&gt;&lt;font size=&quot;2&quot;&gt;PerformancePoint Server Planning Readme&lt;/font&gt;&lt;/a&gt;.&lt;/p&gt;  
    </content:encoded>

    <pubDate>Fri, 19 Dec 2008 11:06:11 -0500</pubDate>
    <guid isPermaLink="false">http://meritsolutions.com/meritmatters/index.php?/archives/163-guid.html</guid>
    
</item>
<item>
    <title>PerformancePoint Server Data Integration Toolkit - Part2</title>
    <link>http://meritsolutions.com/meritmatters/index.php?/archives/123-PerformancePoint-Server-Data-Integration-Toolkit-Part2.html</link>
            <category>Performance Point Server</category>
    
    <comments>http://meritsolutions.com/meritmatters/index.php?/archives/123-PerformancePoint-Server-Data-Integration-Toolkit-Part2.html#comments</comments>
    <wfw:comment>http://meritsolutions.com/meritmatters/wfwcomment.php?cid=123</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://meritsolutions.com/meritmatters/rss.php?version=2.0&amp;type=comments&amp;cid=123</wfw:commentRss>
    

    <author>nospam@example.com (Zdravko)</author>
    <content:encoded>
    &lt;p&gt;Data Integration Toolkit (DIT) was introduced in the part 1 of this post. In part 2 we will focus on how it can be used to create a custom provider for your source system. &lt;/p&gt;&lt;p&gt;By now, it is assumed that you have downloaded and installed the DIT on your development system. If you look at the DIT assemblies, you will find a number of general ledger (GL) related data collections. &lt;/p&gt;&lt;p&gt;The main task of the provider you are going to create is going to be the retreival of GL data from your source system. This data will be stored in those GL related data collections. The main DIT class, which is called from the PerformancePoint Server (PPS) Data Import Wizard (DIW) and used for preparation of the source system data for the PPS, is the GLProvider class. You can find it in the Microsoft.Dynamics.GP.PerformancePointServer.GLDataProvider.dll DIT assembly. &lt;/p&gt;&lt;p&gt;To start building your custom data provider you will have to inherit the GLProvider class and override a number of its methods. The GLProvider class contains override methods for the extraction of the default dimensions. Some of those dimensions are calendars, entities, currencies account types, account segments etc. In addition to this, any number of custom dimensions can be specified. You will find more info about the implementing of the various dimension retrieval methods in the Part 3 of these posts. &lt;/p&gt;&lt;p&gt;Microsoft issued a Dynamics GP to PPS integration provider. This provider is created using the DIT and it is extracting data from Dynamics GP and importing it into PPS. You can look into it to find out what you&#039;re striving for and what a custom provider should look like. &lt;/p&gt;&lt;p&gt;If you want to read more about it, you can find a review &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/alanwhitehouse.wordpress.com/2008/07/16/dynamics-gp-to-performancepoint-planning-integration-wizard-review/&#039;);&quot;  title=&quot;Dynamics GP provider review&quot; href=&quot;http://alanwhitehouse.wordpress.com/2008/07/16/dynamics-gp-to-performancepoint-planning-integration-wizard-review/&quot;&gt;here&lt;/a&gt;. &lt;/p&gt;  
    </content:encoded>

    <pubDate>Wed, 24 Sep 2008 16:55:00 -0400</pubDate>
    <guid isPermaLink="false">http://meritsolutions.com/meritmatters/index.php?/archives/123-guid.html</guid>
    
</item>
<item>
    <title>Microsoft Performance Management Solutions – PerformancePoint Server / Management Reporter</title>
    <link>http://meritsolutions.com/meritmatters/index.php?/archives/117-Microsoft-Performance-Management-Solutions-PerformancePoint-Server-Management-Reporter.html</link>
            <category>Performance Point Server</category>
    
    <comments>http://meritsolutions.com/meritmatters/index.php?/archives/117-Microsoft-Performance-Management-Solutions-PerformancePoint-Server-Management-Reporter.html#comments</comments>
    <wfw:comment>http://meritsolutions.com/meritmatters/wfwcomment.php?cid=117</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://meritsolutions.com/meritmatters/rss.php?version=2.0&amp;type=comments&amp;cid=117</wfw:commentRss>
    

    <author>nospam@example.com (Brent)</author>
    <content:encoded>
    &lt;p&gt;Direct or FDM 7.0 data warehouse? That is the question. &lt;/p&gt;&lt;p&gt;You may fall into one of the following Microsoft FRx partner profiles: an existing ERP partner of Microsoft FRx, a new prospective ERP partner, or a customer who (instead of FRx) desires to use PerformancePoint Server and Management Reporter for your enterprise reporting needs. &lt;/p&gt;&lt;p&gt;If you fit one of these profiles and are considering PerformancePoint Server / Management Reporter, you may be asking yourself the question, &lt;strong&gt;“Is it right for me to develop a data provider integration to PerformancePointserver and Management Reporter?”&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font color=&quot;#333333&quot;&gt;At Merit Solutions, based on our findings and integration development experience with PerformancePoint Server and Management Reporter, there appear to be three different types of consumers pursuing answers to this question. &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font color=&quot;#333333&quot;&gt;Current FRx partners with an FDM 7.0 (Financial Data Mart) integration to FRx. &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font color=&quot;#333333&quot;&gt;Current FRx partners with a direct integration between their system and FRx.&lt;/font&gt;&lt;font color=&quot;#333333&quot;&gt;&lt;span&gt;&lt;span&gt;&lt;span style=&quot;FONT-WEIGHT: normal; FONT-SIZE: 7pt; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: normal&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font color=&quot;#333333&quot;&gt;&lt;span&gt;&lt;span&gt;&lt;span style=&quot;FONT-WEIGHT: normal; FONT-SIZE: 7pt; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: normal&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;ERP software companies or their customers who were not FRx partners but need a management reporting solution.&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p /&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot; color=&quot;#333333&quot; size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face=&quot;Calibri&quot; color=&quot;#000000&quot; size=&quot;3&quot;&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot; color=&quot;#333333&quot; size=&quot;2&quot;&gt;Your interest in migrating to Microsoft PerformancePoint Server / Management Reporter may be because you may want to take advantage of the Balanced Scorecard and other reporting functionality capabilities of Microsoft PerformancePoint Server / Management Reporter. To get there, you will need to decide between the direct approach or the FDM 7.0 approach.&lt;/font&gt; &lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot; color=&quot;#333333&quot; size=&quot;2&quot;&gt;Possible reasons to consider developing a direct integration: &lt;/font&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot; color=&quot;#333333&quot; size=&quot;2&quot;&gt;Prior to Management Reporter, it was difficult if not impossible to do a direct integration, and Microsoft did all of the development in-house, so they only offered the service to specific partners.&lt;span&gt;  &lt;/span&gt;So, the FDM decision was often driven by having no other choice.&lt;span&gt;  &lt;/span&gt;Given the tools and interface publicly available, we can efficiently write the integration in a best-practices-Microsoft-supported manner. &lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot; color=&quot;#333333&quot; size=&quot;2&quot;&gt;Real time data&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot; color=&quot;#333333&quot; size=&quot;2&quot;&gt;Less setup and maintenance required by your end customer (no data loading, no data refresh, no extra data warehouse to maintain)&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot; color=&quot;#333333&quot; size=&quot;2&quot;&gt;If you have a previously developed FDM 7.0 integration, you already have most of the information you need to provide in order for us to create a data provider.&lt;/font&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot; color=&quot;#333333&quot; size=&quot;2&quot;&gt;With regards to potential performance problems resulting from getting reporting data directly from the transactional database, the following can be said:&lt;/font&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot; color=&quot;#333333&quot; size=&quot;2&quot;&gt;Smaller customers (with little hardware resources) and large customers (with huge quantities of transactions) are probably the ones most at risk.&lt;span&gt;  &lt;/span&gt;Careful analysis and allocation of resources can help manage the risks.&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot; color=&quot;#333333&quot; size=&quot;2&quot;&gt;Very large integrations have been written to report directly from transactional databases with similar data (FRx’s direct integrations).&lt;span&gt;  &lt;/span&gt;They can work very well.&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot; color=&quot;#333333&quot; size=&quot;2&quot;&gt;There are a great deal of opportunities to mitigate these potential issues, such as creating a mirrored database, data warehousing &lt;span&gt; &lt;/span&gt;just transactional data or even setting reports to run on weekends or other off-peak periods, etc.&lt;/font&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot; color=&quot;#333333&quot; size=&quot;2&quot;&gt;Merit Solutions takes a consultative approach to software development that takes into account business processes, best practices and customers’ preferred technologies among other factors to help you make the right decisions on these integration projects.&lt;span&gt;  &lt;/span&gt;So, &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.meritsolutions.com/company/contact.html&#039;);&quot;  href=&quot;http://www.meritsolutions.com/company/contact.html&quot;&gt;contact us&lt;/a&gt; to set up a no-obligation evaluation of your situation and let us help you make the right decisions about implementing PerformancePoint Server with Management Reporter or any Microsoft Dynamics product.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot; color=&quot;#333333&quot; size=&quot;2&quot;&gt;About PerformancePoint Server 2007:&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot; color=&quot;#333333&quot; size=&quot;2&quot;&gt;Microsoft Office PerformancePoint Server is a performance management application that helps users monitor the performance of their organizations, analyze the results, and make effective business decisions. While many solutions on the market focus on business analysts and BI experts, PerformancePoint Server is designed to reach everyone in your organization.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;font color=&quot;#333333&quot; size=&quot;2&quot;&gt;By importing data from your ERP system into PerformancePoint Server 2007, you enable end users to create reports and scorecards with familiar and easy-to-use Microsoft Office applications, including Excel, Outlook, and SharePoint. For more information about PerformancePoint Server, use the following links;&lt;/font&gt;&lt;/font&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;font color=&quot;#333333&quot; size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;blockquote dir=&quot;ltr&quot; style=&quot;MARGIN-RIGHT: 0px&quot;&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot; color=&quot;#333333&quot; size=&quot;2&quot;&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.microsoft.com/bi/&#039;);&quot;  href=&quot;http://www.microsoft.com/bi/&quot;&gt;http://www.microsoft.com/bi/&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/technet.microsoft.com/en-us/office/performancepoint/default.aspxp&#039;);&quot;  href=&quot;http://technet.microsoft.com/en-us/office/performancepoint/default.aspxp&quot;&gt;http://technet.microsoft.com/en-us/office/performancepoint/default.aspx&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt; 
    </content:encoded>

    <pubDate>Tue, 09 Sep 2008 10:18:41 -0400</pubDate>
    <guid isPermaLink="false">http://meritsolutions.com/meritmatters/index.php?/archives/117-guid.html</guid>
    
</item>
<item>
    <title>PerformancePoint Time dimension</title>
    <link>http://meritsolutions.com/meritmatters/index.php?/archives/95-PerformancePoint-Time-dimension.html</link>
            <category>Performance Point Server</category>
    
    <comments>http://meritsolutions.com/meritmatters/index.php?/archives/95-PerformancePoint-Time-dimension.html#comments</comments>
    <wfw:comment>http://meritsolutions.com/meritmatters/wfwcomment.php?cid=95</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://meritsolutions.com/meritmatters/rss.php?version=2.0&amp;type=comments&amp;cid=95</wfw:commentRss>
    

    <author>nospam@example.com ()</author>
    <content:encoded>
    I need to create a Time dimension that starts on 1/1/1970 to load historical data. However, when I create the PerformancePoint calendar, I can&#039;t go back more than 25 years from now. I also tried to sync the dimension to staging so that I could load it there, but then I can&#039;t load it back into production because the &#039;Load this dimension from Staging Area&#039; is not available. Does anyone have a work around for this? It is a serious matter for me. Thanks, ceecee   
    </content:encoded>

    <pubDate>Mon, 14 Jul 2008 17:17:12 -0400</pubDate>
    <guid isPermaLink="false">http://meritsolutions.com/meritmatters/index.php?/archives/95-guid.html</guid>
    
</item>
<item>
    <title>Performance Point Server Data Integration Toolkit - Part1</title>
    <link>http://meritsolutions.com/meritmatters/index.php?/archives/86-Performance-Point-Server-Data-Integration-Toolkit-Part1.html</link>
            <category>Performance Point Server</category>
    
    <comments>http://meritsolutions.com/meritmatters/index.php?/archives/86-Performance-Point-Server-Data-Integration-Toolkit-Part1.html#comments</comments>
    <wfw:comment>http://meritsolutions.com/meritmatters/wfwcomment.php?cid=86</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://meritsolutions.com/meritmatters/rss.php?version=2.0&amp;type=comments&amp;cid=86</wfw:commentRss>
    

    <author>nospam@example.com (Zdravko)</author>
    <content:encoded>
    Microsoft Office Performance Point Server is a BI software product from Microsoft. It is fully integrated with other Microsoft Office products including Excel, Visio, SQL Server, and SharePoint Server. The software itself allows customers to monitor, analyze, and plan their business as well as drive alignment, accountability, and actionable insight across the entire organization. Performance Point Server is using Data Integration Framework to retrieve the data from diferent source systems. This framework enables the development of data providers that target various source systems (like Dynamics AX, Dynamics GP, or other third party source system) and surface data to consumers in a standardized and meaningful way. In the following posts, I will try to illustrate PPS Data Integration Toolkit architecture and the way of using it for development of custom data providers. For more information you can read &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/blogs.adatis.co.uk/blogs/timkent/default.aspx&#039;);&quot;  title=&quot;Performance Pointing&quot; href=&quot;http://blogs.adatis.co.uk/blogs/timkent/default.aspx&quot; target=&quot;_blank&quot;&gt;Tim Kent&#039;s blog&lt;/a&gt; or search through &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/blogs.msdn.com/performancepoint/default.aspx&#039;);&quot;  title=&quot;Performance Point Blogs&quot; href=&quot;http://blogs.msdn.com/performancepoint/default.aspx&quot; target=&quot;_blank&quot;&gt;PPS related blogs&lt;/a&gt;.   
    </content:encoded>

    <pubDate>Thu, 26 Jun 2008 07:40:57 -0400</pubDate>
    <guid isPermaLink="false">http://meritsolutions.com/meritmatters/index.php?/archives/86-guid.html</guid>
    
</item>
<item>
    <title>Top 10 Benefits of PPS</title>
    <link>http://meritsolutions.com/meritmatters/index.php?/archives/55-Top-10-Benefits-of-PPS.html</link>
            <category>Performance Point Server</category>
    
    <comments>http://meritsolutions.com/meritmatters/index.php?/archives/55-Top-10-Benefits-of-PPS.html#comments</comments>
    <wfw:comment>http://meritsolutions.com/meritmatters/wfwcomment.php?cid=55</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://meritsolutions.com/meritmatters/rss.php?version=2.0&amp;type=comments&amp;cid=55</wfw:commentRss>
    

    <author>nospam@example.com (administrator)</author>
    <content:encoded>
    &lt;p&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.meritsolutions.com/&#039;);&quot;  title=&quot;Merit Solutions, Inc.&quot; href=&quot;http://www.meritsolutions.com/&quot; target=&quot;_blank&quot;&gt;Merit Solutions, Inc.&lt;/a&gt; - &lt;/p&gt;&lt;p&gt;The Top 10 Benefits of Microsoft Office PerformancePoint Server 2007 can help transform your business process and turn your data into a competitive advantage:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;A complete and integrated performance management solution&lt;/li&gt;&lt;li&gt;Performance management for all business users&lt;/li&gt;&lt;li&gt;Monitoring, analyzing, and planning across the entire organization&lt;/li&gt;&lt;li&gt;Advanced analytic and visualization capabilities&lt;/li&gt;&lt;li&gt;Aligned and integrated corporate planning&lt;/li&gt;&lt;li&gt;Shorter budgeting cycles and broader contribution&lt;/li&gt;&lt;li&gt;Accountability from the individual to the enterprise&lt;/li&gt;&lt;li&gt;Cross-enterprise view&lt;/li&gt;&lt;li&gt;Enhanced partnership between IT and business analysts&lt;/li&gt;&lt;li&gt;Built on the Microsoft Business Intelligence platform&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;For more information on each of the benefits, read the full article: &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.microsoft.com/business/performancepoint/productinfo/top10benefits.aspx&#039;);&quot;  title=&quot;PerformancePoint Server 2007 Top 10 Benefits&quot; href=&quot;http://www.microsoft.com/business/performancepoint/productinfo/top10benefits.aspx&quot; target=&quot;_blank&quot;&gt;PerformancePoint Server 2007 Top 10 Benefits&lt;/a&gt;.&lt;/p&gt; &lt;p /&gt; 
    </content:encoded>

    <pubDate>Fri, 11 Apr 2008 16:14:05 -0400</pubDate>
    <guid isPermaLink="false">http://meritsolutions.com/meritmatters/index.php?/archives/55-guid.html</guid>
    
</item>

</channel>
</rss>