<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Data on Wheels - Steve Hughes</title>
	<atom:link href="http://dataonwheels.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dataonwheels.wordpress.com</link>
	<description>Thoughts on data, business analytics, and the SQL Server community</description>
	<lastBuildDate>Wed, 24 Apr 2013 15:45:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dataonwheels.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/093d65b2242d35e9350499946dd18bce?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Data on Wheels - Steve Hughes</title>
		<link>http://dataonwheels.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dataonwheels.wordpress.com/osd.xml" title="Data on Wheels - Steve Hughes" />
	<atom:link rel='hub' href='http://dataonwheels.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Building My HDInsight Server Cluster</title>
		<link>http://dataonwheels.wordpress.com/2013/04/24/building-my-hdinsight-server-cluster/</link>
		<comments>http://dataonwheels.wordpress.com/2013/04/24/building-my-hdinsight-server-cluster/#comments</comments>
		<pubDate>Wed, 24 Apr 2013 15:43:00 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[HDInsight]]></category>
		<category><![CDATA[Big Data]]></category>

		<guid isPermaLink="false">https://dataonwheels.wordpress.com/?p=870</guid>
		<description><![CDATA[After all the hype about Big Data, Hadoop, and now HDInsight, I decided to build out my own big data cluster on HDInsight. My overall goal is to have a cluster I can use with Excel and Data Explorer.  After all, I needed more data in my mashups. I am not going to get into [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dataonwheels.wordpress.com&#038;blog=17806167&#038;post=870&#038;subd=dataonwheels&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>After all the hype about Big Data, Hadoop, and now HDInsight, I decided to build out my own big data cluster on HDInsight. My overall goal is to have a cluster I can use with Excel and Data Explorer.  After all, I needed more data in my mashups. I am not going to get into the details or definitions of Big Data, there are entire books on the subject.  I will discuss any issues or tidbits during the process while I am here.</p>
<h2>Setting Up the Environment</h2>
<p>I am actually doing this on a VM on my Windows 8 laptop.  I created a Windows 2012 VM with 1 GB of RAM and 50 GB of storage.  (Need some help creating a VM in Windows 8, check out my post on the subject.</p>
<h2>Installing the HDInsight Server</h2>
<p>First, this product is still in Preview at the time of this writing, so mileage will vary and likely change over the next few months.  You will find the installer at <a title="http://www.microsoft.com/web/gallery/install.aspx?appid=HDINSIGHT-PREVIEW" href="http://www.microsoft.com/web/gallery/install.aspx?appid=HDINSIGHT-PREVIEW">http://www.microsoft.com/web/gallery/install.aspx?appid=HDINSIGHT-PREVIEW</a>.  This uses the Microsoft Web Platform Installer.  When prompted I just ran the installer.  This took about one hour to complete on my VM setup. Once it completed, it opened up the dashboard view in IE.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/04/image9.png"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/04/image_thumb9.png?w=311&#038;h=233" width="311" height="233" border="0" /></a></p>
<p>At this point we have installed a cluster called “local (hdfs)”.</p>
<h2></h2>
<h2>Exploring My Local Cluster</h2>
<p>Well, things did not go well at first.  Whenever I clicked the big gray box to view my dashboard, I received the following error: “Your cluster ‘local (hdfs)’ is not responding.  Please click here to navigate to cluster.”  I clicked “here” and ended up on a IIS start page.  Not really effective.  Let the troubleshooting begin.</p>
<p>Based on this forum <a href="http://social.msdn.microsoft.com/Forums/en-US/hdinsight/thread/c9632f18-3374-498e-83b5-b0f948fb3d1f">issue</a> response, I opened the services window to find that none of my Apache Hadoop services were running after a restart AND they were set to manual.  To resolve this I took two steps.  First, I changed all of my services to run automatically.  This makes sense for my situation because the VM would be running when I wanted to use HDInsight.  Second, I used the command line option to restart all of the services as also noted in the forum post above.</p>
<p>From a command prompt execute the following code to restart all Hadoop services:</p>
<p><span style="font-family:Courier New;background-color:#cccccc;">c:\hadoop\start-onebox</span></p>
<p>And, VOILA!, my cluster is now running.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/04/image10.png"><img style="background-image:none;padding-top:0;padding-left:0;margin:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/04/image_thumb10.png?w=244&#038;h=162" width="244" height="162" border="0" /></a></p>
<p>Maybe we can get a better error message next time.</p>
<p>At this point I walked through the Getting Started option on the home screen and proceeded to do “Hello World”.  I used these samples as intended to get data in my cluster and start working with the various tools.  Stay tuned for more posts in the future on my Big Data adventures.</p>
<h2>Why Not HDInsight Service on Azure?</h2>
<p>The primary reason I did not use the HDInsight Service on Azure was that I did not want to risk the related charges.  Once I have a good understanding of how HDInsight Server works, I will be more comfortable working with HDInsight Service.</p>
<h2>Other Resources</h2>
<p>Here are some of the resources I used throughout the build.</p>
<p><a href="http://www.windowsazure.com/en-us/manage/services/hdinsight/">HDInsight Service Quick Start and Tutorials</a></p>
<p><a href="http://gettingstarted.hadooponazure.com/gettingstarted.html">Getting Started With Microsoft HDInsight</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dataonwheels.wordpress.com/870/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dataonwheels.wordpress.com/870/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dataonwheels.wordpress.com&#038;blog=17806167&#038;post=870&#038;subd=dataonwheels&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dataonwheels.wordpress.com/2013/04/24/building-my-hdinsight-server-cluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/38af4832fcaf7e944f1f797687a00333?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">flipster1971</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/04/image_thumb9.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/04/image_thumb10.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Saturday#197&#8211;Omaha Recap</title>
		<link>http://dataonwheels.wordpress.com/2013/04/12/sql-saturday197omaha-recap/</link>
		<comments>http://dataonwheels.wordpress.com/2013/04/12/sql-saturday197omaha-recap/#comments</comments>
		<pubDate>Fri, 12 Apr 2013 14:06:52 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[SQL PASS]]></category>
		<category><![CDATA[SQL Saturday]]></category>
		<category><![CDATA[Excel 2013]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[PASS]]></category>

		<guid isPermaLink="false">https://dataonwheels.wordpress.com/?p=857</guid>
		<description><![CDATA[This was the second SQL Saturday hosted in Omaha.  I loved to see how the event grew from the first event until now.  John Morehouse ( T &#124; B ) and team did another stellar job organizing this event. I know they packed the house Having taken part in the first event, I found it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dataonwheels.wordpress.com&#038;blog=17806167&#038;post=857&#038;subd=dataonwheels&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://dataonwheels.files.wordpress.com/2013/04/96791a10-4559-4bac-bb98-c25ebc5e52c6.jpg"><img style="background-image:none;float:left;padding-top:0;padding-left:0;margin:0 5px 4px 0;display:inline;padding-right:0;border:0;" title="96791a10-4559-4bac-bb98-c25ebc5e52c6" alt="96791a10-4559-4bac-bb98-c25ebc5e52c6" src="http://dataonwheels.files.wordpress.com/2013/04/96791a10-4559-4bac-bb98-c25ebc5e52c6_thumb.jpg?w=151&#038;h=119" width="151" height="119" align="left" border="0" /></a></p>
<p>This was the second SQL Saturday hosted in Omaha.  I loved to see how the event grew from the first event until now.  John Morehouse ( <a href="http://twitter.com/sqlrus">T</a> | <a href="http://sqlrus.com/">B</a> ) and team did another stellar job organizing this event. I know they packed the house</p>
<p>Having taken part in the first event, I found it spectacular that the speaker list was so diverse.  It is great to see so many SQL Server pros come out and speak at these events.</p>
<p>Part of the fun for me was bringing my 11-year old daughter along.  Many of you, speakers, attendees, and sponsors were kind to her and she had a good time, even though much of it was spent using my Surface to watch Netflix.  <img class="wlEmoticon wlEmoticon-smile" style="border-style:none;" alt="Smile" src="http://dataonwheels.files.wordpress.com/2013/04/wlemoticon-smile.png?w=510" />  As a speaker, this was a way to spend some time on the road with her and to introduce one of my children to what I do when I travel to these events (one of my sons will be joining me in Fargo).</p>
<p>I do have to say that the food, both at the speaker’s dinner and for lunch were awesome!  If you are looking for an event that will feed you well, be sure to try this event next time around.</p>
<p>I was able to attend a few of the sessions, but I wanted to mention that the <a href="http://www.sqlsaturday.com/viewsession.aspx?sat=197&amp;sessionid=12728">SQL Server vs Oracle: The Throwdown</a>! was really good.  As a cross-over platform developer (check out my <a href="http://dataonwheels.wordpress.com/category/oracle-msbi-tips/">Oracle for MSBI Tips</a>), it was great having a SQL Server Pro, David Klee (@<a href="http://www.twitter.com/kleegeek">kleegeek</a>), and an Oracle Pro, Joe Grant (@dba_jedi), co-present.  Nice work guys!</p>
<p>Finally, I presented on <a href="http://www.sqlsaturday.com/viewsession.aspx?sat=197&amp;sessionid=13559">Building BI Solutions with Excel 2013</a>.  I have uploaded the slides to the <a href="http://www.sqlsaturday.com/viewsession.aspx?sat=197&amp;sessionid=13559">event site</a>.  Until next <a href="http://www.sqlsaturday.com/175/eventhome.aspx">time</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dataonwheels.wordpress.com/857/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dataonwheels.wordpress.com/857/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dataonwheels.wordpress.com&#038;blog=17806167&#038;post=857&#038;subd=dataonwheels&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dataonwheels.wordpress.com/2013/04/12/sql-saturday197omaha-recap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/38af4832fcaf7e944f1f797687a00333?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">flipster1971</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/04/96791a10-4559-4bac-bb98-c25ebc5e52c6_thumb.jpg" medium="image">
			<media:title type="html">96791a10-4559-4bac-bb98-c25ebc5e52c6</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/04/wlemoticon-smile.png" medium="image">
			<media:title type="html">Smile</media:title>
		</media:content>
	</item>
		<item>
		<title>Exploring Excel 2013 for BI Tip #6: GeoFlow&#8211;The Latest Excel Visualization</title>
		<link>http://dataonwheels.wordpress.com/2013/04/11/exploring-excel-2013-for-bi-tip-6-geoflowthe-latest-excel-visualization/</link>
		<comments>http://dataonwheels.wordpress.com/2013/04/11/exploring-excel-2013-for-bi-tip-6-geoflowthe-latest-excel-visualization/#comments</comments>
		<pubDate>Thu, 11 Apr 2013 12:00:00 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[PowerPivot]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office 2013]]></category>
		<category><![CDATA[Excel BI Tips]]></category>
		<category><![CDATA[Excel 2013]]></category>
		<category><![CDATA[GeoFlow]]></category>

		<guid isPermaLink="false">https://dataonwheels.wordpress.com/?p=842</guid>
		<description><![CDATA[As I mentioned in my original post, Exploring Excel 2013 as Microsoft’s BI Client, I will be posting tips regularly about using Excel 2013.  Much of the content will be a result of my daily interactions with business users and other BI devs.  In order to not forget what I learn or discover, I write [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dataonwheels.wordpress.com&#038;blog=17806167&#038;post=842&#038;subd=dataonwheels&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img style="float:left;margin:0 5px 0 0;display:inline;" alt="" src="http://dataonwheels.files.wordpress.com/2013/02/xltips.png?w=118&#038;h=86" width="118" height="86" align="left" /></p>
<p>As I mentioned in my original post, <a href="http://dataonwheels.wordpress.com/2013/02/04/exploring-excel-2013-as-a-microsofts-business-intelligence-client/">Exploring Excel 2013 as Microsoft’s BI Client</a>, I will be posting tips regularly about using Excel 2013.  Much of the content will be a result of my daily interactions with business users and other BI devs.  In order to not forget what I learn or discover, I write it down &#8230; here.  I hope you too will discover something new you can use.  Enjoy!</p>
<h2>Introducing GeoFlow</h2>
<p>Today, Microsoft announced a new add-in for Excel 2013 called GeoFlow.  While it is still a preview, I have to admit this is very cool.  More than that it is super simple to use.  At this point, you are familiar with my sample data set that was created for Modern Apps Live Las Vegas.  The app is called MyVote and it is analysis of polls and related submissions.</p>
<h2></h2>
<h2>Getting GeoFlow</h2>
<p>You can download GeoFlow and view the requirements at Microsoft’s download center:  <a href="http://office.microsoft.com/en-us/download-geoflow-for-excel-FX104036784.aspx">http://office.microsoft.com/en-us/download-geoflow-for-excel-FX104036784.aspx</a>.</p>
<h2>Building Your First Tour and Scene</h2>
<p>On the insert tab, click the Map button and it will open a blank Tour canvas like the following:</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/04/image.png"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/04/image_thumb.png?w=448&#038;h=243" width="448" height="243" border="0" /></a></p>
<p>Once you have created a tour it looks like the following:</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/04/image1.png"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/04/image_thumb1.png?w=344&#038;h=260" width="344" height="260" border="0" /></a></p>
<p>In this view, you need to use the New Tour button.  Existing Tours are shown into the dialog box.</p>
<p>In my case, the data comes from an underlying PowerPivot data source.  This makes the next design options very easy.  Before you leave this page, you should play with the map.  It is easy to zoom and move around.</p>
<h2>About Tours and Scenes</h2>
<p>The Tour is a container for Scenes.  This is similar in construction to PowerPoint.  As you add scenes, you can play them with transitions.  Keep in mind that GeoFlow visualizations are meant to be “in motion”.  Scenes focus on data for a period of time.  Tours put these scenes together to tell a story.  Time to build a story about MyVote.</p>
<h2>Your First Layer<a href="http://dataonwheels.files.wordpress.com/2013/04/image2.png"><img style="background-image:none;float:right;padding-top:0;padding-left:0;margin:0 0 0 13px;display:inline;padding-right:0;border-width:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/04/image_thumb2.png?w=220&#038;h=244" width="220" height="244" align="right" border="0" /></a></h2>
<p>The first step is to pick the geography.  I had zip codes stored in a Postal Code column.  When I selected it, I was given the option to choose the type of geography data. There are a number of geography data types supported.  After selecting this, the data starts to show up on the map where ever data is present.</p>
<p>Once you have your Geography selected you pick your Chart Type, Height, Category, and Time.   As you add each element look at the map to see how your data is becoming visualized.  Even during the design you can see the 3D visualization work.</p>
<p>The following screens illustrate what happens in each of these phases:</p>
<p>1. Pick CategoryName for Category.</p>
<p>2. Pick PollSubmissionID as Height.  Set the aggregation as count.</p>
<p>3. Pick PollSubmissionDate as Time.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/04/image3.png"><img style="background-image:none;padding-top:0;padding-left:0;margin:0;display:inline;padding-right:0;border-width:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/04/image_thumb3.png?w=244&#038;h=132" width="244" height="132" border="0" /></a></p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/04/image4.png"><img style="background-image:none;padding-top:0;padding-left:0;margin:0;display:inline;padding-right:0;border-width:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/04/image_thumb4.png?w=244&#038;h=133" width="244" height="133" border="0" /></a></p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/04/image5.png"><img style="background-image:none;padding-top:0;padding-left:0;margin:0;display:inline;padding-right:0;border-width:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/04/image_thumb5.png?w=244&#038;h=134" width="244" height="134" border="0" /></a></p>
<p>Once you have done this play the visualization to see the data move over time.</p>
<p>You have created your first scene.</p>
<h2>Creating a Tour<a href="http://dataonwheels.files.wordpress.com/2013/04/image6.png"><img style="background-image:none;float:right;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/04/image_thumb6.png?w=102&#038;h=116" width="102" height="116" align="right" border="0" /></a></h2>
<p>You already have a tour, but it only has one scene and does not look like a tour.  Any good tour has more than one stop.  Let’s add a scene by clicking the Add Scene button.</p>
<p>Clicking this creates a copy of your selected scene, which is the one we created.  This matters as you add more scenes and may want to use specific existing scenes as a starting point.</p>
<p>In order to see something change, we are going to change the category from category to age range.  This will show a different view of the data that we can see.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/04/image7.png"><img style="background-image:none;float:left;padding-top:0;padding-left:0;margin:0 11px 8px 0;display:inline;padding-right:0;border-width:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/04/image_thumb7.png?w=244&#038;h=102" width="244" height="102" align="left" border="0" /></a>Quick note on the task panel. After creating your new scene you are on the Settings tab.  There are three tabs on the task panel.  The first is the layers view, the next is layer details, and the third one is the settings tab.</p>
<p>Now you can play the tour to see how it looks by clicking Play Tour in the ribbon.  Click the “back” arrow on the lower left of the screen to return to the design surface.</p>
<h2>Some Scene Modifications I Did</h2>
<p>Here are some ideas to add more “flare” to your visualizations.</p>
<ul>
<li>Try different chart types.  Heat maps and bubbles are supported as well.</li>
<li>Layer visualizations.  You can add a layer into your scene which will allow you to have different chart types with different geography to enhance your visualization.</li>
<li>Change scene timing.  By clicking the gear on the view, you can change the pace of the scene.</li>
<li>Zoom in to sections of the map.  You can focus on a specific area and add a new scene to your tour to focus on a different area.  Then you can see more details for the area in question and move to the next one as a part of the tour.</li>
<li>Change your theme.  Try out the different themes.  This will affect map types and chart coloring.</li>
<li>Label your layers.  When you label the layer it changes the legend header.</li>
<li>Resize the legend.  You can resize your legend to better fit the data.</li>
<li>Change the effect.  On the settings tab for the scene you can change the Effect.  I liked flyovers, but many options are available.  You can also change the speed and duration here.  These changes affect the tour play.</li>
</ul>
<p>Here is my Tour:</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/04/image8.png"><img style="background-image:none;padding-top:0;padding-left:0;margin:0;display:inline;padding-right:0;border-width:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/04/image_thumb8.png?w=244&#038;h=132" width="244" height="132" border="0" /></a></p>
<h2>More Information</h2>
<p>Here are some links for more information.  Enjoy this tool. I know I did.</p>
<p><strong>GeoFlow Download Details Page: Requirements, Web Download </strong></p>
<p><a href="http://office.microsoft.com/en-us/download-geoflow-for-excel-FX104036784.aspx">http://office.microsoft.com/en-us/download-geoflow-for-excel-FX104036784.aspx</a></p>
<p><strong>GeoFlow Facebook Page: </strong></p>
<p><a href="https://www.facebook.com/GeoFlowForExcel">https://www.facebook.com/GeoFlowForExcel</a></p>
<p><strong>GeoFlow Community Forum: Post Questions to be answered by team and community</strong></p>
<p><a href="http://tiny.cc/f63vuw">http://</a><a href="http://tiny.cc/f63vuw">tiny.cc/f63vuw</a></p>
<p><strong>Announcement at the PASS Business Analytics Conference</strong></p>
<p><a href="http://blogs.technet.com/b/dataplatforminsider/archive/2013/04/11/day-2-pass-business-analytics-conference-new-3d-mapping-analytics-tool-for-excel.aspx">http://blogs.technet.com/b/dataplatforminsider/archive/2013/04/11/day-2-pass-business-analytics-conference-new-3d-mapping-analytics-tool-for-excel.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dataonwheels.wordpress.com/842/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dataonwheels.wordpress.com/842/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dataonwheels.wordpress.com&#038;blog=17806167&#038;post=842&#038;subd=dataonwheels&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dataonwheels.wordpress.com/2013/04/11/exploring-excel-2013-for-bi-tip-6-geoflowthe-latest-excel-visualization/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/38af4832fcaf7e944f1f797687a00333?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">flipster1971</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/02/xltips.png" medium="image" />

		<media:content url="http://dataonwheels.files.wordpress.com/2013/04/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/04/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/04/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/04/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/04/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/04/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/04/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/04/image_thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/04/image_thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Exploring Excel 2013 for BI Tip #5: Cleaning Up Slicers</title>
		<link>http://dataonwheels.wordpress.com/2013/03/29/exploring-excel-2013-for-bi-tip-5-cleaning-up-slicers/</link>
		<comments>http://dataonwheels.wordpress.com/2013/03/29/exploring-excel-2013-for-bi-tip-5-cleaning-up-slicers/#comments</comments>
		<pubDate>Fri, 29 Mar 2013 15:16:21 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Dashboards]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel BI Tips]]></category>
		<category><![CDATA[Office 2013]]></category>
		<category><![CDATA[Excel 2013]]></category>
		<category><![CDATA[Excel Slicers]]></category>

		<guid isPermaLink="false">https://dataonwheels.wordpress.com/?p=819</guid>
		<description><![CDATA[As I mentioned in my original post, Exploring Excel 2013 as Microsoft’s BI Client, I will be posting tips regularly about using Excel 2013.  Much of the content will be a result of my daily interactions with business users and other BI devs.  In order to not forget what I learn or discover, I write [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dataonwheels.wordpress.com&#038;blog=17806167&#038;post=819&#038;subd=dataonwheels&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img style="float:left;margin:0 5px 0 0;display:inline;" alt="" src="http://dataonwheels.files.wordpress.com/2013/02/xltips.png?w=118&#038;h=86" width="118" height="86" align="left" /></p>
<p>As I mentioned in my original post, <a href="http://dataonwheels.wordpress.com/2013/02/04/exploring-excel-2013-as-a-microsofts-business-intelligence-client/">Exploring Excel 2013 as Microsoft’s BI Client</a>, I will be posting tips regularly about using Excel 2013.  Much of the content will be a result of my daily interactions with business users and other BI devs.  In order to not forget what I learn or discover, I write it down &#8230; here.  I hope you too will discover something new you can use.  Enjoy!</p>
<h2>Cleaning Up Slicers</h2>
<p>In this tip, a follow up from Tip 4 on adding slicers, I wanted to highlight a couple of ways to clean up your slicers to make them more user friendly.</p>
<p>The focus here is around Slicer Settings which can be opened from the short cut menu on the slicer or in the SLICER TOOLS ribbon option as shown below.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/03/image17.png"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb17.png?w=537&#038;h=64" width="537" height="64" border="0" /></a></p>
<p>This will open the Slicer Settings dialog.  The image below shows the setting for my Age Range slicer with the slicer.  The settings you see are the default settings.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/03/image18.png"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb18.png?w=418&#038;h=208" width="418" height="208" border="0" /></a></p>
<p>So how can you change this to be better for the user.  You may need to change the Caption to reflect something better for the users.  You can also remove this if the content in the slicer is self-explanatory.</p>
<p>Next, check your sorting.  If you have the data sorted correctly, use it.  However, you can also do typical alpha sorting. Be aware, that you may have issues with data types like dates or numbers if they are not ready for this type of sort.</p>
<p>The 3 check boxes are the most relevant.  The two selected by default should be used in general.  The next set of images show the visualization of the slicer based on these settings.  In this scenario, we only have data for the 30-39 option.</p>
<p>No options are selected:</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/03/image19.png"><img style="background-image:none;padding-top:0;padding-left:0;margin:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb19.png?w=185&#038;h=244" width="185" height="244" border="0" /></a></p>
<p>This gives no visual cues to what data is available or not.  This is the least preferred as there is no clarity to the user.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/03/image20.png"><img style="background-image:none;padding-top:0;padding-left:0;margin:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb20.png?w=191&#038;h=244" width="191" height="244" border="0" /></a></p>
<p>The image above dims the options that have no data by selecting the &#8220;Visually indicate items with no data”.  This works great in a short list and you want to display options with no data.  Basically, knowing that no data exists is important to the user.</p>
<p>When you have more options, you can add the option to “Show items with no data last” which will move items with data to the top.  With longer lists this helps provide relevant data at the top of the list.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/03/image21.png"><img style="background-image:none;padding-top:0;padding-left:0;margin:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb21.png?w=184&#038;h=244" width="184" height="244" border="0" /></a></p>
<p>The final option will hide items with no data.  This is clearly preferred for potentially long lists.  My favorite usage for this option is to use this with dates.  This will allow me to source only dates with data for filtering use.  Here is what our list looks like with the “Hide items with no data” option selected.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/03/image22.png"><img style="background-image:none;padding-top:0;padding-left:0;margin:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb22.png?w=183&#038;h=244" width="183" height="244" border="0" /></a></p>
<p>This option is really cool as slicers are interactive and will remove options as other slicers are selected.  I tend to use this a lot as it also saves real estate on the sheet when designing dashboards in Excel.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dataonwheels.wordpress.com/819/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dataonwheels.wordpress.com/819/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dataonwheels.wordpress.com&#038;blog=17806167&#038;post=819&#038;subd=dataonwheels&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dataonwheels.wordpress.com/2013/03/29/exploring-excel-2013-for-bi-tip-5-cleaning-up-slicers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/38af4832fcaf7e944f1f797687a00333?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">flipster1971</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/02/xltips.png" medium="image" />

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb17.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb18.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb19.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb20.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb21.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb22.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Exploring Excel 2013 for BI Tip #4: Adding a Slicer</title>
		<link>http://dataonwheels.wordpress.com/2013/03/28/exploring-excel-2013-for-bi-tip-4-adding-a-slicer/</link>
		<comments>http://dataonwheels.wordpress.com/2013/03/28/exploring-excel-2013-for-bi-tip-4-adding-a-slicer/#comments</comments>
		<pubDate>Thu, 28 Mar 2013 18:49:50 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Dashboards]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel BI Tips]]></category>
		<category><![CDATA[Office 2013]]></category>
		<category><![CDATA[PowerPivot]]></category>
		<category><![CDATA[Excel 2013]]></category>
		<category><![CDATA[Excel Slicer]]></category>

		<guid isPermaLink="false">https://dataonwheels.wordpress.com/?p=806</guid>
		<description><![CDATA[As I mentioned in my original post, Exploring Excel 2013 as Microsoft’s BI Client, I will be posting tips regularly about using Excel 2013.  Much of the content will be a result of my daily interactions with business users and other BI devs.  In order to not forget what I learn or discover, I write [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dataonwheels.wordpress.com&#038;blog=17806167&#038;post=806&#038;subd=dataonwheels&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img style="float:left;margin:0 5px 0 0;display:inline;" alt="" src="http://dataonwheels.files.wordpress.com/2013/02/xltips.png?w=118&#038;h=86" width="118" height="86" align="left" /></p>
<p>As I mentioned in my original post, <a href="http://dataonwheels.wordpress.com/2013/02/04/exploring-excel-2013-as-a-microsofts-business-intelligence-client/">Exploring Excel 2013 as Microsoft’s BI Client</a>, I will be posting tips regularly about using Excel 2013.  Much of the content will be a result of my daily interactions with business users and other BI devs.  In order to not forget what I learn or discover, I write it down &#8230; here.  I hope you too will discover something new you can use.  Enjoy!</p>
<h2>Adding a Slicer</h2>
<p>Slicers are not new functionality in Excel as they were in Excel 2010 as well.  However, they are even more highlighted in Excel 2013.  You can add a slicer from the INSERT tab on the Ribbon in Excel as shown in the image below.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/03/image11.png"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb11.png?w=537&#038;h=73" width="537" height="73" border="0" /></a></p>
<p>When you click this button, you get a data source dialog.  It will show you the available connections in your workbook as well as other connections you have used or are available.  Now in my case, I am using a PowerPivot data source.  In order to use that you need to create your slicer from the PivotTable tools as shown below by right-clicking the field to use as a Slicer.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/03/image12.png"><img style="background-image:none;padding-top:0;padding-left:0;margin:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb12.png?w=244&#038;h=225" width="244" height="225" border="0" /></a></p>
<p>Once you click this, it will create a Slicer on the sheet you are working in with all of the available, unique values from the field.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/03/image13.png"><img style="background-image:none;padding-top:0;padding-left:0;margin:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb13.png?w=244&#038;h=168" width="244" height="168" border="0" /></a></p>
<h2></h2>
<h2></h2>
<h2></h2>
<h2>Connecting Your Slicers to Data</h2>
<p>Now you have created your first slicer.  However, I would be cruel not to wrap this up by showing you how to connect your slicer to related data objects in Excel.</p>
<p>There are two ways to get to the Report Connections option.  First, in the short cut menu (right-click) on the slicer you will get the option in that menu as noted below.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/03/image14.png"><img style="background-image:none;padding-top:0;padding-left:0;margin:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb14.png?w=158&#038;h=244" width="158" height="244" border="0" /></a></p>
<p>The second way is to bring focus to the Slicer and you will get a new menu option on the ribbon called Slicer Tools – Options.  The Report Connections button there will lead you to the same dialog to relate object.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/03/image15.png"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb15.png?w=529&#038;h=78" width="529" height="78" border="0" /></a></p>
<p>You can also get to the short cut menu from the target data object such as a PivotTable.</p>
<p>The Report Connections dialog allows you to relate the slicer to data objects from the <strong>same</strong> data source.  It will display objects from <strong>all</strong> of the objects within your workbook.  This means that you can have slicers filter data across multiple sheets.  This is really cool.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/03/image16.png"><img style="background-image:none;padding-top:0;padding-left:0;margin:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb16.png?w=244&#038;h=160" width="244" height="160" border="0" /></a></p>
<p>In the next tip, I will talk about a new setting which, I believe, make slicers even more user friendly and usable to create a dashboard in Excel.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dataonwheels.wordpress.com/806/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dataonwheels.wordpress.com/806/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dataonwheels.wordpress.com&#038;blog=17806167&#038;post=806&#038;subd=dataonwheels&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dataonwheels.wordpress.com/2013/03/28/exploring-excel-2013-for-bi-tip-4-adding-a-slicer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/38af4832fcaf7e944f1f797687a00333?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">flipster1971</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/02/xltips.png" medium="image" />

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb11.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb12.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb13.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb14.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb15.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb16.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>PowerPoint&#8211;My Dashboard and Report Design Tool</title>
		<link>http://dataonwheels.wordpress.com/2013/03/20/powerpointmy-dashboard-and-report-design-tool/</link>
		<comments>http://dataonwheels.wordpress.com/2013/03/20/powerpointmy-dashboard-and-report-design-tool/#comments</comments>
		<pubDate>Wed, 20 Mar 2013 19:50:53 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Dashboards]]></category>
		<category><![CDATA[Excel BI Tips]]></category>
		<category><![CDATA[Office 2013]]></category>
		<category><![CDATA[Reporting]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[dashboard design]]></category>
		<category><![CDATA[Modern Apps Live]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[Report design]]></category>
		<category><![CDATA[Storyboards]]></category>

		<guid isPermaLink="false">https://dataonwheels.wordpress.com/?p=791</guid>
		<description><![CDATA[At some point I think that I am becoming a Microsoft Office specialist as opposed to a BI Architect.  All of this work in Excel and now PowerPoint.  Okay, done with the ramblings.  As I have noted in a couple previous posts, I am working with a team on the Modern Apps Live! conference which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dataonwheels.wordpress.com&#038;blog=17806167&#038;post=791&#038;subd=dataonwheels&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>At some point I think that I am becoming a Microsoft Office<a href="http://modernappslive.com/Events/Las-Vegas-2013/Home.aspx"><img style="background-image:none;float:right;padding-top:0;padding-left:0;margin:3px 0 3px 15px;display:inline;padding-right:0;border:0;" title="MALL13_Badge_See125x125" alt="MALL13_Badge_See125x125" src="http://dataonwheels.files.wordpress.com/2013/03/mall13_badge_see125x1251.gif?w=129&#038;h=129" width="129" height="129" align="right" border="0" /></a> specialist as opposed to a BI Architect.  All of this work in Excel and now PowerPoint.  Okay, done with the ramblings.  As I have noted in a couple previous posts, I am working with a team on the Modern Apps Live! conference which is in Vegas next week.  Well, this is another “lesson learned” that I wanted to pass along as a result of doing that work.  (Hope to see you there.)</p>
<h5>Using PowerPoint 2013</h5>
<p><img style="float:left;margin:0 5px 0 3px;display:inline;" title="Microsoft Powerpoint 2013 Icon" alt="Microsoft Powerpoint 2013 Icon" src="http://cdn4.groovypost.com/wp-content/uploads/2012/07/image225.png" width="85" height="85" align="left" />So I had to create two types of data visualizations for this conference.  Usually, I would use paper or white board to sketch it out and then proceed to make it a reality.  Somewhere along the way, I heard that Microsoft uses PowerPoint to lay out UIs.  Not sure if it is true or not, but it seemed easier and less expensive than Blend or Visio, so I thought I would give it a try.</p>
<p>So, I first needed to create a summary report for a poll within the app that was created.  I used the standard tools with in PowerPoint such as tables, charts, text boxes, and images to mock up my report.  What I liked was I was able to add notations to the mockup for future reference.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/03/image8.png"><img style="background-image:none;padding-top:0;padding-left:0;margin:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb8.png?w=244&#038;h=132" width="244" height="132" border="0" /></a></p>
<p>I had some frustration creating the charts as I wanted them to be representative.  But overall not a bad experience.  The next task I was taking on was working with the dashboards I was going to create in Excel 2013.  I still wanted to lay it out so I knew what I would be trying to design.  This was when I stumbled onto the Storyboarding menu.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/03/image9.png"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb9.png?w=535&#038;h=64" width="535" height="64" border="0" /></a></p>
<p>I actually like using the shapes in this toolset better.  Turns out this is available when you install Visual Studio Ultimate, Visual Studio Premium (my version), or Visual Studio Test Professional.  More on that can be found on <a href="http://msdn.microsoft.com/en-us/library/hh409276">MSDN &#8211; Storyboard Using PowerPoint</a>.  This can be integrated into TFS and directly associated to work items.  I am not a UX expert, but I like the ability to add tabs like I will have in Excel and there is even a SharePoint page background.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/03/image10.png"><img style="background-image:none;padding-top:0;padding-left:0;margin:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb10.png?w=244&#038;h=163" width="244" height="163" border="0" /></a></p>
<p>However, as you can see, even if you don’t have Storyboarding you can still effectively build up a PowerPoint slide to look like the report, dashboard, or even SharePoint page.  I was not sure if I would be able to embrace this, but in the end I really like the simplicity and using PowerPoint allows for comments, versioning in SharePoint, and other mechanisms to support dashboard design.</p>
<p>I also wanted to pass along another blog post I found from Jason Zander on the Windows Azure team on the same subject:  <a href="http://blogs.msdn.com/b/jasonz/archive/2012/05/24/my-favorite-features-creating-storyboards-with-powerpoint.aspx">My Favorite Features: Creating Storyboards with PowerPoint</a>.  Hopefully this gives you another simple way to mock up reports and dashboards when you can’t find that User Experience Pro.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dataonwheels.wordpress.com/791/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dataonwheels.wordpress.com/791/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dataonwheels.wordpress.com&#038;blog=17806167&#038;post=791&#038;subd=dataonwheels&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dataonwheels.wordpress.com/2013/03/20/powerpointmy-dashboard-and-report-design-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/38af4832fcaf7e944f1f797687a00333?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">flipster1971</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/mall13_badge_see125x1251.gif" medium="image">
			<media:title type="html">MALL13_Badge_See125x125</media:title>
		</media:content>

		<media:content url="http://cdn4.groovypost.com/wp-content/uploads/2012/07/image225.png" medium="image">
			<media:title type="html">Microsoft Powerpoint 2013 Icon</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb9.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb10.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Exploring Excel 2013 for BI Tip #3: Flash Fill</title>
		<link>http://dataonwheels.wordpress.com/2013/03/15/exploring-excel-2013-for-bi-tip-3-flash-fill/</link>
		<comments>http://dataonwheels.wordpress.com/2013/03/15/exploring-excel-2013-for-bi-tip-3-flash-fill/#comments</comments>
		<pubDate>Fri, 15 Mar 2013 13:17:54 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel BI Tips]]></category>
		<category><![CDATA[Office 2013]]></category>
		<category><![CDATA[Excel 2013]]></category>
		<category><![CDATA[flash fill]]></category>

		<guid isPermaLink="false">https://dataonwheels.wordpress.com/?p=781</guid>
		<description><![CDATA[As I mentioned in my original post, Exploring Excel 2013 as Microsoft’s BI Client, I will be posting tips regularly about using Excel 2013.  Much of the content will be a result of my daily interactions with business users and other BI devs.  In order to not forget what I learn or discover, I write [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dataonwheels.wordpress.com&#038;blog=17806167&#038;post=781&#038;subd=dataonwheels&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img style="float:left;margin:0 5px 0 0;display:inline;" alt="" src="http://dataonwheels.files.wordpress.com/2013/02/xltips.png?w=118&#038;h=86" width="118" height="86" align="left" /></p>
<p>As I mentioned in my original post, <a href="http://dataonwheels.wordpress.com/2013/02/04/exploring-excel-2013-as-a-microsofts-business-intelligence-client/">Exploring Excel 2013 as Microsoft’s BI Client</a>, I will be posting tips regularly about using Excel 2013.  Much of the content will be a result of my daily interactions with business users and other BI devs.  In order to not forget what I learn or discover, I write it down &#8230; here.  I hope you too will discover something new you can use.  Enjoy!</p>
<h2>Flash Fill</h2>
<p>Flash Fill is new functionality in Excel 2013 that allows you to manipulate data and fill a column based on actions you took.  I like to think of it as somewhere between programming a macro and using the black cross to pull down formulas.  I am going to illustrate a couple of ways to use this then you will have to take it from there.</p>
<p>First, you will need a set of data that this makes sense with.  So let’s start with something obvious.  You have a column of data that has a customer’s name formatted as <em>Firstname Lastname.</em>  But you really need to format them as <em>Last name, First name.  </em></p>
<p>Here is the dataset we will use (it is the Indiana Hoosier players from the 80-81 season who were drafted).</p>
<table width="527" border="2" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td valign="top" width="67"><strong>Year</strong></td>
<td valign="top" width="56"><strong>Round</strong></td>
<td valign="top" width="80"><strong>Pick</strong></td>
<td valign="top" width="119"><strong>Player</strong></td>
<td valign="top" width="162"><strong>NBA_Club</strong></td>
<td valign="top" width="39"><strong>Key</strong></td>
</tr>
<tr>
<td valign="top" width="67">1981</td>
<td valign="top" width="56">1</td>
<td valign="top" width="80">2</td>
<td valign="top" width="118">Isaiah Thomas</td>
<td valign="top" width="162">Detroit Pistons</td>
<td valign="top" width="39">1</td>
</tr>
<tr>
<td valign="top" width="66">1981</td>
<td valign="top" width="56">1</td>
<td valign="top" width="80">18</td>
<td valign="top" width="117">Ray Tolbert</td>
<td valign="top" width="162">New Jersey Nets</td>
<td valign="top" width="39">2</td>
</tr>
<tr>
<td valign="top" width="66">1981</td>
<td valign="top" width="56">5</td>
<td valign="top" width="80">115</td>
<td valign="top" width="117">Glen Grunwald</td>
<td valign="top" width="162">Boston Celtics</td>
<td valign="top" width="39">3</td>
</tr>
<tr>
<td valign="top" width="66">1981</td>
<td valign="top" width="56">8</td>
<td valign="top" width="80">180</td>
<td valign="top" width="116">Steve Risley</td>
<td valign="top" width="162">Phoenix Suns</td>
<td valign="top" width="39">4</td>
</tr>
<tr>
<td valign="top" width="66">1982</td>
<td valign="top" width="56">10</td>
<td valign="top" width="80">225</td>
<td valign="top" width="116">Landon Turner</td>
<td valign="top" width="162">Boston Celtics</td>
<td valign="top" width="39">5</td>
</tr>
<tr>
<td valign="top" width="66">1983</td>
<td valign="top" width="56">1</td>
<td valign="top" width="80">22</td>
<td valign="top" width="116">Randy Wittman</td>
<td valign="top" width="162">Washington Bullets</td>
<td valign="top" width="39">6</td>
</tr>
<tr>
<td valign="top" width="66">1983</td>
<td valign="top" width="56">2</td>
<td valign="top" width="80">40</td>
<td valign="top" width="116">Jim Thomas</td>
<td valign="top" width="162">Indiana Pacers</td>
<td valign="top" width="39">7</td>
</tr>
<tr>
<td valign="top" width="66">1983</td>
<td valign="top" width="56">2</td>
<td valign="top" width="80">41</td>
<td valign="top" width="116">Ted Kitchel</td>
<td valign="top" width="162">Milwaukee Bucks</td>
<td valign="top" width="39">8</td>
</tr>
<tr>
<td valign="top" width="66">1983</td>
<td valign="top" width="56">4</td>
<td valign="top" width="80">78</td>
<td valign="top" width="116">Steve Bouchie</td>
<td valign="top" width="162">Detroit Pistons</td>
<td valign="top" width="39">9</td>
</tr>
<tr>
<td valign="top" width="66">1983</td>
<td valign="top" width="56">7</td>
<td valign="top" width="80">141</td>
<td valign="top" width="116">Tony Brown</td>
<td valign="top" width="162">Indiana Pacers</td>
<td valign="top" width="39">10</td>
</tr>
</tbody>
</table>
<p>So in our first illustration, we will take the Player column and separate and reorder the name – <em>Last name, First, name</em>.</p>
<p>The Flash Fill function is located on the DATA tab as shown below.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/03/image5.png"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb5.png?w=402&#038;h=133" width="402" height="133" border="0" /></a></p>
<p>Follow the next steps carefully to reproduce what I am doing.</p>
<ol>
<li>Highlight the Isaiah Thomas last name and copy it to an empty cell.</li>
<li>Add a comma.</li>
<li>Copy his first name over.  This should have a column where you see, Thomas, Isaiah.</li>
<li>Highlight the cell with the new value and click Flash Fill.</li>
</ol>
<p>You are done.  You now have a column that is formatted the way you wanted it to be.  Cool, huh?</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/03/image6.png"><img style="background-image:none;float:left;padding-top:0;padding-left:0;margin:0 8px 0 0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb6.png?w=159&#038;h=244" width="159" height="244" align="left" border="0" /></a>The next set of data I am going to work with is the Hoosiers 2011-2012 season.  The data includes a Record column which has the conference record part of the way through the set.  What I want is to have separate columns for the overall and conference records.</p>
<p>This time I am going to select the cell on row 15 which has both records in it.  The first column I will create will have the overall record.  This is done by copying only the conference record over and flashfilling the column.  Works great.  The first row will have no data because the dash does not fit the pattern.  The next column, I only copy the section in the parenthesis.  However, this did not work.  For the rows without a set of data in parenthesis, it copied that anyway.  Let’s clear the column and try one other way.</p>
<p>After many attempts that did not <a href="http://dataonwheels.files.wordpress.com/2013/03/image7.png"><img style="background-image:none;float:right;padding-top:0;padding-left:0;margin:4px 0 0 11px;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb7.png?w=244&#038;h=183" width="244" height="183" align="right" border="0" /></a>work, then next operation needed more patterns to follow.  For rows 13 and 14, neither of which has a conference record, I placed an empty set of parenthesis <em>()</em>, Then for the conference record, I copied the conference record in parenthesis over.  My results look like the table to the right.  As you can see, it is pattern matching and sometimes it does not get you the results you would expect.  However, it is a great tool and will get you most if not all of the way to the result you need with very little effort.  Enjoy.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dataonwheels.wordpress.com/781/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dataonwheels.wordpress.com/781/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dataonwheels.wordpress.com&#038;blog=17806167&#038;post=781&#038;subd=dataonwheels&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dataonwheels.wordpress.com/2013/03/15/exploring-excel-2013-for-bi-tip-3-flash-fill/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/38af4832fcaf7e944f1f797687a00333?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">flipster1971</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/02/xltips.png" medium="image" />

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Logging into Azure and Office365 with Different Accounts</title>
		<link>http://dataonwheels.wordpress.com/2013/03/14/logging-into-azure-and-office365-with-different-accounts/</link>
		<comments>http://dataonwheels.wordpress.com/2013/03/14/logging-into-azure-and-office365-with-different-accounts/#comments</comments>
		<pubDate>Thu, 14 Mar 2013 17:11:43 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Office365]]></category>
		<category><![CDATA[SQL Azure]]></category>
		<category><![CDATA[Windows Azure]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">https://dataonwheels.wordpress.com/?p=771</guid>
		<description><![CDATA[I have been doing some work on the Modern Apps Live! content that required me to use both an Office365 account and an Azure account.  My Azure work is currently associated with my Microsoft Account (formerly known as my Live ID).  On the other hand, I am working with a Microsoft Office365 account which I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dataonwheels.wordpress.com&#038;blog=17806167&#038;post=771&#038;subd=dataonwheels&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I have been doing some work on the Modern Apps Live! content that required me to use both an Office365 account and an Azure account.  My Azure work is currently associated with my Microsoft Account (formerly known as my Live ID).  On the other hand, I am working with a Microsoft Office365 account which I have been unable to tie to my current account at this point.</p>
<p>While I was working with Office365, I was trying to open my Azure account to get some storage info that I wanted to use.  It told me I was already signed in with a different user ID and it did not have access to my Azure portal as noted in the image below.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/03/image2.png"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb2.png?w=566&#038;h=304" width="566" height="304" border="0" /></a></p>
<p>Obviously I did not want to sign out, so I started looking for options.  The IT Director at Magenic, Dave Meier, mentioned he was having the same issue with multiple Microsoft accounts. So, we determined this was somehow related to IE so I installed Google Chrome.  By using Chrome I was able to work around the issue.  However, Dave came across the following article regarding this change in behavior starting in IE 8 <a title="http://blogs.msdn.com/b/askie/archive/2009/05/08/session-management-within-internet-explorer-8-0.aspx" href="http://blogs.msdn.com/b/askie/archive/2009/05/08/session-management-within-internet-explorer-8-0.aspx">http://blogs.msdn.com/b/askie/archive/2009/05/08/session-management-within-internet-explorer-8-0.aspx</a>.  Turns out they changed how they manage sessions in that version.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/03/image3.png"><img style="background-image:none;float:left;padding-top:0;padding-left:0;margin:0 4px 0 0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb3.png?w=55&#038;h=50" width="55" height="50" align="left" border="0" /></a>The article brings up a couple of options to work around.  One is using Alt-F-I to change the session.  Kind of annoying as I actually use my mouse (some of you keyboard junkies will like that solution).  So I used the shortcut option and created a shortcut for IE on my Windows 8 desktop which uses the switch <span style="color:#0000ff;">–noframemerging</span>.  I added this to my Taskbar, and voila, I have an easy way to open a new session browser which ignores my other session.  Keep in mind that you are essentially running two different sessions in IE which means that you will have two sets of credentials active.  Be sure to keep track of which is which.</p>
<p>Also, as a quick sanity test, Google Chrome works the same way.<a href="http://dataonwheels.files.wordpress.com/2013/03/image4.png"><img style="background-image:none;float:right;padding-top:0;padding-left:0;margin:3px 0 0 8px;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb4.png?w=47&#038;h=50" width="47" height="50" align="right" border="0" /></a>  Even when I open a different Chrome instance, it keeps my session state. So, it appears the IE shortcut is a nice way to handle this issue.  Although, it is nice to know I can use a Chrome instance and and IE instance if that is my preferred method.</p>
<p>Add a comment if you try this in FireFox and want to chime in.  I really only want to use one browser, so Chrome is still one more than I want.</p>
<p>UPDATE:  You can also use InPrivate or Incognito modes accomplish the same thing.  Thanks to Rocky Lhotka ( <a href="http://twitter.com/RockyLhotka">T</a> | <a href="http://lhotka.net">B</a> ) for pointing this out.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dataonwheels.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dataonwheels.wordpress.com/771/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dataonwheels.wordpress.com&#038;blog=17806167&#038;post=771&#038;subd=dataonwheels&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dataonwheels.wordpress.com/2013/03/14/logging-into-azure-and-office365-with-different-accounts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/38af4832fcaf7e944f1f797687a00333?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">flipster1971</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Steps to Preload Data into Tables with SSDT</title>
		<link>http://dataonwheels.wordpress.com/2013/03/06/steps-to-preload-data-into-tables-with-ssdt/</link>
		<comments>http://dataonwheels.wordpress.com/2013/03/06/steps-to-preload-data-into-tables-with-ssdt/#comments</comments>
		<pubDate>Wed, 06 Mar 2013 16:00:45 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[SQL Server 2012]]></category>
		<category><![CDATA[SQL Server Data Tools (SSDT)]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Modern Apps Live]]></category>
		<category><![CDATA[SQLCMD]]></category>
		<category><![CDATA[SSDT]]></category>
		<category><![CDATA[Visual Studio Live]]></category>

		<guid isPermaLink="false">https://dataonwheels.wordpress.com/?p=751</guid>
		<description><![CDATA[I am working as the data architect and developer on a modern app build with a the team from Modern Apps Live! in Vegas.  The goal of the project is to provide guidance to build modern applications and use this application as a reference.  While the conference is focused on the why of the build, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dataonwheels.wordpress.com&#038;blog=17806167&#038;post=751&#038;subd=dataonwheels&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I am working as the data architect and developer on a modern app<a title="Modern Apps Live! Las Vegas" href="http://bit.ly/MVSPK3Reg" rel="Modern Apps Live! Las Vegas"><img style="background-image:none;float:right;padding-top:0;padding-left:0;margin:4px 0 3px 19px;display:inline;padding-right:0;border-width:0;" title="MALL13_Badge_See125x125" alt="MALL13_Badge_See125x125" src="http://dataonwheels.files.wordpress.com/2013/03/mall13_badge_see125x125.gif?w=129&#038;h=129" width="129" height="129" align="right" border="0" /></a> build with a the team from Modern Apps Live! in Vegas.  The goal of the project is to provide guidance to build modern applications and use this application as a reference.  While the conference is focused on the why of the build, we have learned some interesting things about how as well.  This is one of those how items.</p>
<p>In this post, I needed to preload some data into the database.  I wanted to include this process in the database project I had created.  However, I quickly found out that this was not a straightforward as I thought it would be.  Here are the steps I followed and any of the gotchas along the way.</p>
<h2>1. Create Scripts for the Load Queries.</h2>
<p>I started out with scripts that included a DELETE statement followed by an INSERT statement.  However, this created problems when data existed, particularly when the table is a list table used as a foreign key.</p>
<p>Next, I tried MERGE.  This worked great.  This gives me a way to handle new records that are required for the lookup or any changes made to existing data.  Here is the script I used:</p>
<pre><span style="font-family:Courier New;font-size:xx-small;"><strong>merge dbo.MVCategory as target 
using ( 
        select 1, 'Fun' 
        union 
        select 2, 'Technology' 
        union 
        select 3, 'Entertainment' 
        union 
        select 4, 'News' 
        union 
        select 5, 'Sports' 
        union 
        select 6, 'Off-Topic' 
    ) as source (CategoryID, CategoryName) 
    on target.CategoryID = source.CategoryID 
when matched then 
    update set target.CategoryName = source.CategoryName 
when not matched then 
    insert (CategoryID, CategoryName) values (source.CategoryID, source.CategoryName) 
;</strong></span></pre>
<p>After going through this process on my own, I also found the same recommendation from the SSDT team at Microsoft as noted here: <a href="http://blogs.msdn.com/b/ssdt/archive/2012/02/02/including-data-in-an-sql-server-database-project.aspx">http://blogs.msdn.com/b/ssdt/archive/2012/02/02/including-data-in-an-sql-server-database-project.aspx</a></p>
<h2>2. Add the Scripts to Your Project</h2>
<p>This step is pretty straight forward.  You can either create the script files and add them to your project or you can create them within your project as script files.</p>
<h2>3. Change the Build Action to None</h2>
<p>This was one of the key pieces I missed.  After I added the scripts to the project and then ran a build, it was broke the build.  Each of these files which were merge scripts reported an error during the build.  It turns out this is called out in the article I reference above as well.  SSDT (SQL Server Data Tools) is designed to build database objects not manipulate data.  One other area of grief caused by this is that you can break the build in the solution if your project is part of a bigger solution such as mine.  As a result, you will get grief from the other developers, you can trust me on this one.</p>
<p>The image below shows where to set the Build Action property to NONE.  This will exclude these files from the build in this format.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/03/image.png"><img style="border-width:0;padding-top:0;padding-right:0;padding-left:0;display:inline;background-image:none;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb.png?w=516&#038;h=197" width="516" height="197" border="0" /></a></p>
<h2>4. Add a PostDeployment Script to Your Project</h2>
<p>If you do not already have a PostDeployment Script, you need to do this at this point.  This is a specific type of script task that can be found in the Add menu.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/03/image1.png"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/03/image_thumb1.png?w=600&#038;h=210" width="600" height="210" border="0" /></a></p>
<h2>5. Add SQLCMD Statements to the PostDeployment Script</h2>
<p>The final part of the process is to add SQLCMD statement to the PostDeployment script to execute the files you have created.  As noted in the help in the template, you can execute the scripts by calling a single SQLCMD statement for each script.</p>
<p><span style="color:#333333;font-family:Courier New;"><strong>:r .\PreLoadMVCategory.sql</strong></span></p>
<p>The :r {filename} syntax will expand the script for execution during a publish call or DACPAC creation.</p>
<p>I hope you find this useful as well.  This is a common task required in creating solutions.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dataonwheels.wordpress.com/751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dataonwheels.wordpress.com/751/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dataonwheels.wordpress.com&#038;blog=17806167&#038;post=751&#038;subd=dataonwheels&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dataonwheels.wordpress.com/2013/03/06/steps-to-preload-data-into-tables-with-ssdt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/38af4832fcaf7e944f1f797687a00333?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">flipster1971</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/mall13_badge_see125x125.gif" medium="image">
			<media:title type="html">MALL13_Badge_See125x125</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/03/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Exploring Excel 2013 for BI Tip #2: Show Details</title>
		<link>http://dataonwheels.wordpress.com/2013/02/13/exploring-excel-2013-for-bi-tip-2-show-details/</link>
		<comments>http://dataonwheels.wordpress.com/2013/02/13/exploring-excel-2013-for-bi-tip-2-show-details/#comments</comments>
		<pubDate>Wed, 13 Feb 2013 21:31:12 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Analysis Services]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel BI Tips]]></category>
		<category><![CDATA[Office 2013]]></category>
		<category><![CDATA[business users]]></category>
		<category><![CDATA[Excel 2013]]></category>
		<category><![CDATA[MSBI]]></category>
		<category><![CDATA[SSAS]]></category>

		<guid isPermaLink="false">https://dataonwheels.wordpress.com/?p=733</guid>
		<description><![CDATA[As I mentioned in my original post, Exploring Excel 2013 as Microsoft’s BI Client, I will be posting tips regularly about using Excel 2013.  Much of the content will be a result of my daily interactions with business users and other BI devs.  In order to not forget what I learn or discover, I write [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dataonwheels.wordpress.com&#038;blog=17806167&#038;post=733&#038;subd=dataonwheels&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img style="float:left;margin:0 5px 0 0;display:inline;" alt="" src="http://dataonwheels.files.wordpress.com/2013/02/xltips.png?w=118&#038;h=86" width="118" height="86" align="left" /></p>
<p>As I mentioned in my original post, <a href="http://dataonwheels.wordpress.com/2013/02/04/exploring-excel-2013-as-a-microsofts-business-intelligence-client/">Exploring Excel 2013 as Microsoft’s BI Client</a>, I will be posting tips regularly about using Excel 2013.  Much of the content will be a result of my daily interactions with business users and other BI devs.  In order to not forget what I learn or discover, I write it down &#8230; here.  I hope you too will discover something new you can use.  Enjoy!</p>
<h2>Show Details</h2>
<p>So, you have connected Excel to your SSAS cube.  You really wish you could easily drill to details using Excel.   You can do this in Excel 2013 by double clicking the cell or right clicking the cell to get the shortcut menu which includes the option as well.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/02/image4.png"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/02/image_thumb4.png?w=258&#038;h=367" width="258" height="367" border="0" /></a></p>
<p>It is really cool that you can just double-click the cell and get there directly.  By default, it returns the first thousand rows of detail from the underlying cube data.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/02/image5.png"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/02/image_thumb5.png?w=375&#038;h=125" width="375" height="125" border="0" /></a></p>
<p>You can change this in the connection options for your SSAS connection.</p>
<p><a href="http://dataonwheels.files.wordpress.com/2013/02/image6.png"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://dataonwheels.files.wordpress.com/2013/02/image_thumb6.png?w=412&#038;h=451" width="412" height="451" border="0" /></a></p>
<p>One “gotcha” on this is that It doesn’t work on a calculated cell, but it works fine on standard measures.  If you use a lot of calculated members, you will get the error in both cases.  So if this option is important for the users of a specific calculation, you may need to get it into cube as a standard, not calculated, measure.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dataonwheels.wordpress.com/733/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dataonwheels.wordpress.com/733/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dataonwheels.wordpress.com&#038;blog=17806167&#038;post=733&#038;subd=dataonwheels&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dataonwheels.wordpress.com/2013/02/13/exploring-excel-2013-for-bi-tip-2-show-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/38af4832fcaf7e944f1f797687a00333?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">flipster1971</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/02/xltips.png" medium="image" />

		<media:content url="http://dataonwheels.files.wordpress.com/2013/02/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/02/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://dataonwheels.files.wordpress.com/2013/02/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
	</channel>
</rss>
