<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Excel Dashboard Software &#187; Performance Dashboard</title>
	<atom:link href="http://www.exceldashboard.org/category/performance-dashboard/feed" rel="self" type="application/rss+xml" />
	<link>http://www.exceldashboard.org</link>
	<description>Best Excel Dashboards using Excel</description>
	<lastBuildDate>Fri, 20 Aug 2010 17:27:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create Dials and Speedometer Scorecard</title>
		<link>http://www.exceldashboard.org/create-dials-and-speedometer-scorecard</link>
		<comments>http://www.exceldashboard.org/create-dials-and-speedometer-scorecard#comments</comments>
		<pubDate>Thu, 19 Aug 2010 21:58:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dashboard Tutorial]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Operational Dashboard]]></category>
		<category><![CDATA[Performance Dashboard]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/create-dials-and-speedometer-scorecard</guid>
		<description><![CDATA[In this article we will take an Excel source containing scorecard information and convert into dials and speedometer charts.
We will also create few bar trending charts.
Consider the below sample data
Source File: You can download the excel file here

&#160;
&#160;
&#160;
&#160;
The above excel file tracks few metrics such as safety, quality and revenue. This is just a sample [...]]]></description>
			<content:encoded><![CDATA[<p>In this article we will take an Excel source containing scorecard information and convert into dials and speedometer charts.</p>
<p>We will also create few bar trending charts.</p>
<p>Consider the below sample data</p>
<p><strong>Source File: You can download the excel</strong> file <a target="_blank" href="http://www.infocaptor.com/files/scorecard.xls">here</a></p>
<p><a href="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-392.jpg"><img height="113" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-392-small.jpg" width="450" align="left" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The above excel file tracks few metrics such as safety, quality and revenue. This is just a sample data and may not make sense in actual world but just imagine a manufacturing company that wants to track its overall safety and quality score and also track its total revenue. Now the company may use its own method at deriving the individual safety and quality scores.</p>
<p>They may have a dedicated team to collect safety violations and product defects and then use some formulae to convert those data into final score for any given month. We are not concerned with any of the methods on how those scores are generated. You are the dashboard person and the company has provided you the metrics by each month and now your job is produce a nice dashboard that shows relevant charts for the given data.</p>
<p>Since the data is tracked for each month, it makes sense to show a line or bar chart trending for the metrics.</p>
<p>Dials and Speedometers are relevant when we need to show performance of a single value. So in this case, since we have 12 month data, how do we show single value on the meter chart?</p>
<p>One solution is to show an &#8216;Average&#8217; value for the safety and Quality metrics or we could show a dial that shows the current month values.</p>
<p>So the GOAL for this exercise is: Show bar chart for Safety trending 12 months and show average and current month value on the dial chart.</p>
<p><strong>Dial chart requirement:</strong> For the dial chart, we are measuring the performance, whether we are on track or missed the goal. In order to achieve that, we create three new columns for safety such as &#8217;safety_bad&#8217;, &#8217;safety_ok&#8217;, safety_good&#8217;. These values need to be decided by the company management. If you are not sure, then look at previous year data and decide what should be good and bad values. The dials are used to guide the company to perform better or atleast improve that portion of the company operation represented by the metric.</p>
<p><img height="232" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-394.jpg" width="473" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>First let us create the date hierarchy columns from the Period column. <strong>You need to make sure that the Period column is an actual Excel date column, else the hierarchy will not be generated<img height="293" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-395.jpg" width="429" align="left" /></strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Right click on the period column, select Create -&gt; Add Year, Quarter, Month columns</p>
<p><img height="317" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-396.jpg" width="645" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>As you see we added the year and month columns. We may not use all of the above columns but having them ready gives us the option during the chart building.</p>
<p>Now right click on the &#8220;Name&#8221; and select &#8216;Create Chart&#8221;</p>
<p><img height="255" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-397.jpg" width="328" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img height="302" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-398.jpg" width="625" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>We selected the &#8216;Bar&#8217; chart type</p>
<p>For the x-axis we select the month column and for the y &#8211; axis we select the Safety metric</p>
<p>Next, we click on the &#8220;Create Chart&#8221; button</p>
<p>This action takes us to the below dialog</p>
<p><img height="543" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-399.jpg" width="316" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>We rename the chart to &#8216;Safety&#8217; and then click on &#8216;Fully Apply&#8217;</p>
<p>This action create the below chart (You may need to move the screens and dialog around to see the chart behind)</p>
<p><img height="330" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-400.jpg" width="455" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Now having the chart wizard open, we change the selection to &#8216;Dial&#8217; chart</p>
<p>Check the Dial chart options below</p>
<p><img height="295" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-402.jpg" width="614" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>We modify the options as below</p>
<ul>
<li>You can type the low and high range values for each range on the dial.</li>
<li>In our case, we have defined the safety bad, ok and good values in our spreadsheet so when our goals change, we just change the spreadsheet and the dials will automatically take care. Also, what if we needed different goals for each month so rather than hard coding the range in the chart, we get them from the excel file</li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img height="301" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-401.jpg" width="620" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>We first change the label sequence for the &#8220;Region Name&#8221; from &#8220;Bad&#8221; -&gt; &#8220;Warning&#8221; -&gt; to &#8220;Good&#8221;. For the dial chart the labels are not used so make sure that the colors are selected appropriately.</p>
<p><img height="452" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-403.jpg" width="585" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>You may click on the color icon to change the colors of your choice</p>
<p>Next, we select the range boundary values</p>
<p><img height="122" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-407.jpg" width="290" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The safety_bad value from our spreadsheet represents the lower boundary of our bad region, &#8220;safety_ok&#8221; represents the upper boundary of our bad region, similarly &#8217;safety_ok&#8217; is the lower bound for our &#8216;ok&#8217; region and so on. For the &#8216;Good&#8217; upper bound we simply typed a value but as general practice we should have one more column for the upper bound of the final region. In our case the final region is &#8216;Safety Good&#8217;.</p>
<p>Next, for the pointer value, select the column that you want to show on the dial chart. In our case we select &#8216;Safety&#8217; and aggregation as &#8216;Avg&#8217;</p>
<p><img height="179" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-404.jpg" width="168" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Next, we click on &#8220;Create chart&#8221;. This action shows the dialog below</p>
<p><img height="678" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-408.jpg" width="483" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>We change the chart title to &#8216;Average Safety&#8217;</p>
<p>NOTE: remove the double quotes in the SQL statement for the group by. This will cause an error.</p>
<p>Click on &#8216;Fully Apply&#8217;</p>
<p>Here is our final Dial Chart</p>
<p><img height="161" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-409.jpg" width="215" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Next, create a dial chart to show current month value</p>
<p>We will change some conditions on the main Qlet. Right click on the &#8220;Name&#8221; and select &#8216;Duplicate&#8217;</p>
<p><img height="256" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-410.jpg" width="305" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>It creates an exact copy of the qlet table. We change the name to &#8216;Current Month&#8217;</p>
<p><img height="146" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-411.jpg" width="200" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Right click on the &#8216;Period&#8217; column and select &#8216;Create&#8217; -&gt; Create Date Filter</p>
<p><img height="315" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-412.jpg" width="387" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>This action shows a dialog as shown below</p>
<p><img height="232" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-413.jpg" width="535" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>First change the operator to &#8216;Between&#8217;</p>
<p>Next select &#8216;First Day of Month&#8217; for the from and &#8216;Last Day of Month&#8217; for the To val.</p>
<p>Click on &#8216;Use This Filter&#8217;</p>
<p>This action applies the filter to the Qlet and it shows only currrent month row</p>
<p><img height="355" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-414.jpg" width="571" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Next, right click on &#8216;Current Month&#8217; and select &#8216;Create Chart&#8217;</p>
<p>All of the settings remain the same except the &#8216;Aggregation&#8217;, make sure to select &#8216;NONE&#8217;</p>
<p><img height="299" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-415.jpg" width="623" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img height="159" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-416.jpg" width="224" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Once all the three charts are done, we arrange them as below</p>
<p><img height="255" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/08/image-417.jpg" width="1021" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Similarly, you may create the charts for &#8220;Quality&#8221; and &#8220;Revenue&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/create-dials-and-speedometer-scorecard/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance Dashboard Presentation ways</title>
		<link>http://www.exceldashboard.org/performance-dashboard-presentation-ways</link>
		<comments>http://www.exceldashboard.org/performance-dashboard-presentation-ways#comments</comments>
		<pubDate>Sat, 10 Apr 2010 18:46:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Dashboards]]></category>
		<category><![CDATA[Performance Dashboard]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/performance-dashboard-presentation-ways</guid>
		<description><![CDATA[Dashboards present information in two broad ways. First, some of the data  presented is averaged or summarized. To get to the details of performance, the user must click repeatedly to access detailed information. This is know as &#8220;drilling down&#8221; and the user might need to drill down through several layers in order to discover [...]]]></description>
			<content:encoded><![CDATA[<p>Dashboards present information in two broad ways. First, some of the data  presented is averaged or summarized. To get to the details of performance, the user must click repeatedly to access detailed information. This is know as &#8220;<strong>drilling down</strong>&#8221; and the user might need to drill down through several layers in order to discover the culprit transaction or data that was skewing the averaged summary statistic on the dashboard.</p>
<p>The second way many dashboards present data is by visual status –- most often using the stop lights colors of red, yellow and green to signal status. Once again, the details are missing and the user must drill down to uncover the underlying issues.</p>
<p>With Excel Dashboards, you connect to your raw data which may be residing in multiple excel files or any other database such as Access or SQL database. Information can be averaged or summarized in the dashboard. So it provides a natural path to the detailed information for drililng straight to the raw transactions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/performance-dashboard-presentation-ways/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to build Excel Dashboards &#8211; 7</title>
		<link>http://www.exceldashboard.org/how-to-build-excel-dashboards-7</link>
		<comments>http://www.exceldashboard.org/how-to-build-excel-dashboards-7#comments</comments>
		<pubDate>Thu, 04 Mar 2010 16:47:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dashboard Tutorial]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Operational Dashboard]]></category>
		<category><![CDATA[Performance Dashboard]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/how-to-build-excel-dashboards-7</guid>
		<description><![CDATA[Previous &#8211; Excel Dashboard Tutorial  &#8211; 6
Create Bar Chart

Bar charts reveal important trend in your data. The very important reason we split the date into year, quarter, month, week and day components is to see if there is a trend in the sales or order information.

Right click on the Qlet title (&#8221;Name&#8221; ), and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Previous &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-6">Excel Dashboard Tutorial </a> &#8211; 6</strong></p>
<p><strong>Create Bar Chart</strong></p>
<p>
<strong>Bar charts reveal important trend in your data</strong>. The very important reason we split the date into year, quarter, month, week and day components is to see if there is a trend in the sales or order information.</p>
<p>
Right click on the Qlet title (&#8221;Name&#8221; ), and then click on the &#8220;Create Chart&#8221;</p>
<p>
<img height="184" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/excel_dashboard_bar_chart.jpg" width="570" /></p>
<p>&nbsp;</p>
<p>It opens a &#8220;Chart Factory Wizard&#8221;</p>
<p><img height="303" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/excel_chart_factory.jpg" width="622" /></p>
<p>&nbsp;</p>
<p>1. The top drop down contains a list of all the chart types that are supported.<br />
2. The X-Axis drop down has all the available fields from the Qlet<br />
3. The Y- Axis drop down has all the available fields from the Qlet<br />
4. The Y- Aggregation has (SUM, COUNT, MAX, MIN,AVG) values</p>
<p>
The process is to pick the base column that will form the X-axis, the Y-axis is the numerical value column that will be used to plot the bar or appropriate chart type. The y-aggregation is required, usually we should pick &#8220;SUM&#8221; but you could use &#8220;AVG&#8221; or other aggregations as you see fit.</p>
<p>
In our case, we want to see a &#8220;year over year trend for our sales growth&#8221;</p>
<p>
<img height="569" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-48.jpg" width="851" /></p>
<p>&nbsp;</p>
<p>1. Select &#8220;Bar&#8221; as the chart type<br />
2. Select &#8220;Or Year&#8217; as the X- Axis<br />
3. Select &#8220;Amount&#8221; as the Y- axis<br />
4. Select &#8216;Sum&#8217; as the aggregation (by selecting sum, we are telling it to sum the amount and group it by year value)<br />
5. Click on the &#8220;Create Chart&#8221; button<br />
6. It shows the Glet Editor for your review which is a pre-built SQL query.</p>
<p><img height="547" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-49.jpg" width="320" /></p>
<p>&nbsp;</p>
<p>We change the Glet Name, and click on &#8220;full apply&#8221; button</p>
<p><img height="151" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-50.jpg" width="199" /></p>
<p>&nbsp;</p>
<p>It creates a bar chart as shown above, you can drag the borders and expand the view, it will scale automatically.</p>
<p><img height="305" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-51.jpg" width="373" /></p>
<p>We just dragged the corners and expanded the view. Do not close the chart wizard yet, we will create other views like a rubber stamp.</p>
<p>
<strong>By Quarter</strong><br />
Go back to the chart factory and only change the X-Axis column to &#8216;quarter&#8217; field</p>
<p>
<img height="302" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-52.jpg" width="621" /></p>
<p>&nbsp;</p>
<p>Click &#8216;Create Chart&#8217;</p>
<p><img height="250" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-53.jpg" width="317" /></p>
<p>&nbsp;</p>
<p>Change the name to &#8220;By Quarter&#8221; and click &#8220;Full Apply&#8221;</p>
<p><img height="580" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-54.jpg" width="798" /></p>
<p>&nbsp;</p>
<p>Do not worry about the size and the placement. Just drag by the title &#8220;By quarter&#8221; and place it in a position where you can see it. At the end we can re-arrange the portlets on the dashboard canvas.</p>
<p>
The column &#8220;Or_Qtr_Disp&#8221;  has Qtr, 2 digit year and the last digit indicates the quarter number. The reason we chose this value is so that we can order the quarter across multiple years.</p>
<p>
As you see, we can clearly see a trend emerging from our data. The Qtr-98-1 has the tallest bar. Now lets create a month view so we can nail down, which month contributed to that spike</p>
<p><strong>By Month<br /></strong>We go back to the chart factory and select &#8220;Or_Mth_Yr_NN&#8221; which contains Year, month number and month name(3 letter).</p>
<p><img height="292" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-55.jpg" width="611" /></p>
<p><img height="393" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-56.jpg" width="894" /></p>
<p>So far the tallest periods are March and April of 1998. Why is that? Did you do special promotion, did you get extra word of mouth or publicity?</p>
<p>
Similarly you can <strong>create slices by Week, or each Day</strong>. Note that as you go more granular, the chart may look more congested.</p>
<p>
<strong>Now let us see which products are doing better.</strong></p>
<p>
<img height="178" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-57.jpg" width="338" /></p>
<p>Click on apply</p>
<p>
Change the name to &#8220;By Product&#8221; and in the SQL query below, type, &#8220;Order by 2 Desc&#8221; which will sort the products by the revenue in the descending order</p>
<p><img height="551" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-58.jpg" width="316" /></p>
<p><img height="276" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/03/image-59.jpg" width="704" /></p>
<p>You have now found your winning product line.</p>
<p>
But lets see how each of the products fair well within their own category.</p>
<p>
Next &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-8">Excel Dashboard Tutorial &#8211; 8</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/how-to-build-excel-dashboards-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to build Excel Dashboards &#8211; 3</title>
		<link>http://www.exceldashboard.org/how-to-build-excel-dashboards-3</link>
		<comments>http://www.exceldashboard.org/how-to-build-excel-dashboards-3#comments</comments>
		<pubDate>Tue, 23 Feb 2010 03:45:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dashboard Tutorial]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Performance Dashboard]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/how-to-build-excel-dashboards-3</guid>
		<description><![CDATA[Previous step : Excel Dashboards &#8211; 2
Create Dashboard and Table portlet

Once connected, it will show you a list of action items to pick from

We will click on &#8220;New Blank Dashboard&#8220;

In the Dashboard Name, we type in &#8220;Order Management Analytics&#8221;

Click OK.

It will present you with a table browser showing all the available worksheets as tables


Expand the [...]]]></description>
			<content:encoded><![CDATA[<p>Previous step : <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-2">Excel Dashboards &#8211; 2</a></p>
<p><strong>Create Dashboard and Table portlet</strong></p>
<p>
Once connected, it will show you a list of action items to pick from</p>
<p><img height="269" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/02/dashboard_actions.jpg" width="361" /></p>
<p>We will click on &#8220;<strong>New Blank Dashboard</strong>&#8220;</p>
<p>
In the Dashboard Name, we type in &#8220;Order Management Analytics&#8221;</p>
<p><img height="121" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/02/image-31.jpg" width="421" /></p>
<p>Click OK.</p>
<p>
It will present you with a table browser showing all the available worksheets as tables</p>
<p>
<img height="355" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/02/table_browser.jpg" width="475" /></p>
<p>Expand the node to see all the worksheets.</p>
<p>
In this example file, we just have one worksheet named &#8220;order_data&#8221;. Note how, it attaches a $ sign at the end, which indicates this is an Excel Worksheet.</p>
<p>So make sure you do not have any dollar sign when naming the Excel worksheet and no other special characters and no white or blank characters. <strong>Replace blank characters with &#8220;_&#8221; underscore character</strong></p>
<p>
Double Click on the &#8220;order_data$&#8221; node</p>
<p>
<img height="458" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/02/image-32.jpg" width="358" /></p>
<p>Click on the &#8220;* alias=ord&#8221; item at the very top to select all the items</p>
<p><img height="671" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/02/image-33.jpg" width="869" /></p>
<p>You may change the name of any column or any other property such as sort and group by.</p>
<p>
We will leave it as it is and click on the &#8220;Create Table&#8221; button.</p>
<p>
This action creates a Table Portlet (Qlet) in the Dashboard canvas</p>
<p><img height="362" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/02/table_portlet_dashboard.jpg" width="1007" /></p>
<p>We will use this Qlet as our basic building block for the following exercise</p>
<p>Next : <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-4">How to build Excel Dashboards &#8211; 4</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/how-to-build-excel-dashboards-3/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to build Excel Dashboards &#8211; 2</title>
		<link>http://www.exceldashboard.org/how-to-build-excel-dashboards-2</link>
		<comments>http://www.exceldashboard.org/how-to-build-excel-dashboards-2#comments</comments>
		<pubDate>Mon, 22 Feb 2010 03:34:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dashboard Tutorial]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Performance Dashboard]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/how-to-build-excel-dashboards-2</guid>
		<description><![CDATA[Previous Step: Excel Dashboards &#8211; Part 1
Launch Dashboard Software and Connect
Launch InfoCaptor Dashboard Software on your Desktop and click on the connect button on the toolbar

The connection wizard has items that simplify connecting to different data sources.

For Excel Files, Click on the Excel button

Once you click, it automatically selects the appropriate Driver for you

Click on [...]]]></description>
			<content:encoded><![CDATA[<p>Previous Step: <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-1">Excel Dashboards</a> &#8211; Part 1</p>
<p><strong>Launch Dashboard Software and Connect</strong></p>
<p><strong><br /></strong>Launch InfoCaptor Dashboard Software on your Desktop and click on the connect button on the toolbar</p>
<p><img height="359" alt="Connection wizard for Excel Dashboard" src="http://www.exceldashboard.org/wp-content/uploads/2010/02/excel_dashboard_connection.jpg" width="537" /></p>
<p>The connection wizard has items that simplify connecting to different data sources.</p>
<p>
For Excel Files, Click on the Excel button</p>
<p><img height="319" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/02/excel_dashboard_connection-1.jpg" width="523" /></p>
<p>Once you click, it automatically selects the appropriate Driver for you</p>
<p><img height="222" alt="Image" src="http://www.exceldashboard.org/wp-content/uploads/2010/02/image-30.jpg" width="506" /></p>
<p><strong>Click on the &#8220;Access/Excel File&#8221; button.</strong></p>
<p>Select the order_raw.xls file. It populates the connect name for you. But you can change this name. Connect Name is for your reference</p>
<p>
<strong>NOTE: Make sure that the order_raw.xls file is not open in MS Excel. The Excel file is locked once you connect to it. If the file is open in MS Excel, you may get connected but not able to query and may get unpredictable results.</strong></p>
<p>
Now, <strong>click on the Connect button<br /></strong>Upon successful connection, the connection wizard disappears and a new action wizard pops up.</p>
<p>Next : <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-3">How to build Dashboards &#8211; 3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/how-to-build-excel-dashboards-2/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to build Excel Dashboards &#8211; 1</title>
		<link>http://www.exceldashboard.org/how-to-build-excel-dashboards-1</link>
		<comments>http://www.exceldashboard.org/how-to-build-excel-dashboards-1#comments</comments>
		<pubDate>Mon, 22 Feb 2010 01:22:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dashboard Tutorial]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Performance Dashboard]]></category>

		<guid isPermaLink="false">http://www.exceldashboard.org/how-to-build-excel-dashboards-1</guid>
		<description><![CDATA[Databases are often under lock-n-key of the IT Department and not possible to connect directly due to security reasons. So if you plan to build a Dashboard prototype or a Dashboard Mockup it makes sense to export the data to Excel and build it.

Modular Dashboard Design
Lot of the online tutorials and Dashboard e-books teach you [...]]]></description>
			<content:encoded><![CDATA[<p>Databases are often under lock-n-key of the IT Department and not possible to connect directly due to security reasons. So if you plan to build a <strong>Dashboard prototype</strong> or a <strong>Dashboard Mockup</strong> it makes sense to export the data to Excel and build it.</p>
<p>
<strong>Modular Dashboard Design</strong><br />
Lot of the online tutorials and Dashboard e-books teach you to build dashboard in Excel file. They provide you with templates, you fill in the information and build the dashboard using <strong>Excel charting techniques</strong>.</p>
<p>
If you use <strong>Excel Templates</strong> for your real dashboarding needs then you may end up with any of the below problems.</p>
<p>
&#8221; Big Bulky and bloated excel files<br />
&#8221; Undocumented Macros<br />
&#8221; Zero verification on the data authencity<br />
&#8221; No way to refresh the dashboard (lost productivity)</p>
<p><strong>&#8220;Best Practise for Dashboard Design&#8221;<br />
Modular Design</strong> &#8211; <strong><em>Keep Data and Presentation Separate</em></strong><br />
How? &#8211; Use Excel only for storing your data. Nothing more.</p>
<p>Do not build any visualization in the same place where your Data resides.</p>
<p><strong>Benefits of this approach</strong><br />
&#8221; Your dashboard or presenation layer is independent &#8211; Dashboard definition is stored separately<br />
&#8221; Increased productivity &#8211; When you have fresh data just refresh the dashboard, no redevelopment needed<br />
&#8221; No Messy Excel Macros or coding knowledge required &#8211; Just drag and drop tables and visually build Tables, Charts, Speedometer, Gauges, Dials, Thermometers and more charts<br />
&#8221; Simplified Distribution and Presentation &#8211; You can Export the Dashboard to PDF or HTML and just send them as attachments<br />
&#8221; Save Time &#8211; Just build the dashboard presentation layer only once and automate the refreshes.</p>
<p>
Lets begin <strong>Building Dashboard</strong></p>
<p><strong>Data Preparation</strong></p>
<p><strong><br /></strong>Export your transaction data to Excel file by running a report or requesting your IT department.</p>
<p>
There are certain rules to be followed when you get the data in Excel files.</p>
<p>
Here is a sample Excel dump of Order Entry data.<br />
<a target="_blank" href="http://s3.amazonaws.com/reportingdashboard/order_raw.xls">Download Excel Data</a><br />
The first row is always treated as the column names.</p>
<p><img height="414" alt="Raw data for Excel Dashboard" src="http://www.exceldashboard.org/wp-content/uploads/2010/02/excel_dashboard_data_file.jpg" width="749" /></p>
<p>If you inherit an Excel file with pivots and charts all over the places then try to copy just the raw data in another worksheet in the same file or create another file. If it is not possible to keep the first row as the column names then you could define &#8220;named ranges&#8221;. In the dashboard designer it is possible to access the data using Cell ranges but then future updates to the Excel file could break the dashboard, for e.g if the data goes beyond the Cell range.</p>
<p><strong>NOTE: Make sure column names do not have any funky characters. Just keep it to simple alpha-numeric column names.</strong></p>
<p>Part 2: <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-2">How to Build Dashboards Excel &#8211; 2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exceldashboard.org/how-to-build-excel-dashboards-1/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
