<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Dissecting Dashboards (Part 4 of 6)</title>
	<atom:link href="http://sharepointmagazine.net/technical/administration/dissecting-dashboards-part-4-of-6/feed" rel="self" type="application/rss+xml" />
	<link>http://sharepointmagazine.net/articles/dissecting-dashboards-part-4-of-6</link>
	<description>Your Premier Source of SharePoint Information</description>
	<lastBuildDate>Tue, 27 Sep 2011 09:39:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: ess</title>
		<link>http://sharepointmagazine.net/articles/dissecting-dashboards-part-4-of-6#comment-1034</link>
		<dc:creator>ess</dc:creator>
		<pubDate>Thu, 19 Nov 2009 04:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=3675#comment-1034</guid>
		<description>Has Part 5 been written?  If not, when is the ETA?</description>
		<content:encoded><![CDATA[<p>Has Part 5 been written?  If not, when is the ETA?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve_gs</title>
		<link>http://sharepointmagazine.net/articles/dissecting-dashboards-part-4-of-6#comment-1033</link>
		<dc:creator>steve_gs</dc:creator>
		<pubDate>Wed, 05 Aug 2009 20:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=3675#comment-1033</guid>
		<description>This is probably going to sound naive and simplistic, but what if you add another automated KPI which is a constant minutes in the day?  Then you can take the difference of all the minutes in a month and downtime events time divided by total time, which is the goal you seek.  (Alternatively, the formula could be 1 - (sum of downtime)/(sum of totaltime), which would yield you a rolling month-to-date calculation.  Control inclusion based on matching month to current (or prior) month?</description>
		<content:encoded><![CDATA[<p>This is probably going to sound naive and simplistic, but what if you add another automated KPI which is a constant minutes in the day?  Then you can take the difference of all the minutes in a month and downtime events time divided by total time, which is the goal you seek.  (Alternatively, the formula could be 1 &#8211; (sum of downtime)/(sum of totaltime), which would yield you a rolling month-to-date calculation.  Control inclusion based on matching month to current (or prior) month?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cjacobs13</title>
		<link>http://sharepointmagazine.net/articles/dissecting-dashboards-part-4-of-6#comment-1032</link>
		<dc:creator>cjacobs13</dc:creator>
		<pubDate>Wed, 22 Jul 2009 10:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=3675#comment-1032</guid>
		<description>Hello,&lt;br&gt;&lt;br&gt;I am trying to figure out if Dashboard Designer is the cure for my problem...&lt;br&gt;&lt;br&gt;Currently have Excel worksheet with one row for each day.  One column is &quot;total outage minutes&quot;.  This is manually entered from one or more downtime events.  Another column calculates the uptime percentage: if there was a 2 minute outage then it gives a result of 99.86% for that day (1438 minutes up out of 1440 minutes in a day). It also has a calculated cell that give the average for all days in the month.&lt;br&gt;&lt;br&gt;This system is being replaced with a sharepoint list, so there will be days with one or more events (rows) that contain outage information.  There will also be days with no outage information (no list items created).&lt;br&gt;&lt;br&gt;Having a hard time understanding how to calculate the average monthly uptime, because my KPI average only runs against the data that exists, it doesn&#039;t account for the days when no downtime events occur.  In Excel, this was just a row where &quot;0&quot; was manually entered for that date.  The goal is to have this information fully automated, not have a person manually enter a row of data for each day that did not have an outage.&lt;br&gt;&lt;br&gt;What&#039;s happening is: if in a given month there are three downtime events (say they are 2 minutes each) , the KPI averages 99.86% - (99.86 * 3) /3 - but over a 30 day period the average should be 99.986.  Also, not all months have 30 days, so how is that handled?&lt;br&gt;&lt;br&gt;I&#039;m not even sure if we have Dashboard Designer available yet (I just read that it is being integrated with SP3), so I haven&#039;t been able to test this out, but want to know if I am looking in the right direction.   Is the problem I described handled by setting the Time dimension?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I am trying to figure out if Dashboard Designer is the cure for my problem&#8230;</p>
<p>Currently have Excel worksheet with one row for each day.  One column is &#8220;total outage minutes&#8221;.  This is manually entered from one or more downtime events.  Another column calculates the uptime percentage: if there was a 2 minute outage then it gives a result of 99.86% for that day (1438 minutes up out of 1440 minutes in a day). It also has a calculated cell that give the average for all days in the month.</p>
<p>This system is being replaced with a sharepoint list, so there will be days with one or more events (rows) that contain outage information.  There will also be days with no outage information (no list items created).</p>
<p>Having a hard time understanding how to calculate the average monthly uptime, because my KPI average only runs against the data that exists, it doesn&#39;t account for the days when no downtime events occur.  In Excel, this was just a row where &#8220;0&#8243; was manually entered for that date.  The goal is to have this information fully automated, not have a person manually enter a row of data for each day that did not have an outage.</p>
<p>What&#39;s happening is: if in a given month there are three downtime events (say they are 2 minutes each) , the KPI averages 99.86% &#8211; (99.86 * 3) /3 &#8211; but over a 30 day period the average should be 99.986.  Also, not all months have 30 days, so how is that handled?</p>
<p>I&#39;m not even sure if we have Dashboard Designer available yet (I just read that it is being integrated with SP3), so I haven&#39;t been able to test this out, but want to know if I am looking in the right direction.   Is the problem I described handled by setting the Time dimension?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Office 2010 Technical Preview, Stephen Elop on Google &#38; More, Microsoft Launches Silverlight 3 - SharePoint Daily - Bamboo Nation</title>
		<link>http://sharepointmagazine.net/articles/dissecting-dashboards-part-4-of-6#comment-1031</link>
		<dc:creator>Office 2010 Technical Preview, Stephen Elop on Google &#38; More, Microsoft Launches Silverlight 3 - SharePoint Daily - Bamboo Nation</dc:creator>
		<pubDate>Mon, 13 Jul 2009 13:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=3675#comment-1031</guid>
		<description>[...] Dissecting Dashboards (Part 4 of 6) (SharePoint Magazine)We&#8217;ve talked about scorecards and KPIs, now it&#8217;s time to put it all together and build a dashboard. I will be using PerformancePoint as my tool of choice because as of Office 14, it will be included with MOSS and, as I&#8217;ve mentioned before, I kinda like it! Our plan of attack will be as follows: [...]</description>
		<content:encoded><![CDATA[<p>[...] Dissecting Dashboards (Part 4 of 6) (SharePoint Magazine)We&rsquo;ve talked about scorecards and KPIs, now it&rsquo;s time to put it all together and build a dashboard. I will be using PerformancePoint as my tool of choice because as of Office 14, it will be included with MOSS and, as I&rsquo;ve mentioned before, I kinda like it! Our plan of attack will be as follows: [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

