<?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>blacksheepbi</title>
	<atom:link href="http://blacksheepbi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blacksheepbi.wordpress.com</link>
	<description>Random BI posts</description>
	<lastBuildDate>Wed, 12 Jun 2013 05:00:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blacksheepbi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>blacksheepbi</title>
		<link>http://blacksheepbi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blacksheepbi.wordpress.com/osd.xml" title="blacksheepbi" />
	<atom:link rel='hub' href='http://blacksheepbi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Tableau Server 7 – Microsoft SQL Server Analysis Services Security</title>
		<link>http://blacksheepbi.wordpress.com/2012/12/02/tableau-server-7-microsoft-sql-server-analysis-services-security/</link>
		<comments>http://blacksheepbi.wordpress.com/2012/12/02/tableau-server-7-microsoft-sql-server-analysis-services-security/#comments</comments>
		<pubDate>Sun, 02 Dec 2012 16:10:04 +0000</pubDate>
		<dc:creator>Mark Schneeberger</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Tableau]]></category>

		<guid isPermaLink="false">http://blacksheepbi.wordpress.com/?p=179</guid>
		<description><![CDATA[I’ve been trawling the web trying to find a decent explanation on how one will go about reusing the security model defined in Microsoft SQL Server Analysis Services (SSAS) cubes when publishing reports to Tableau Server 7. There are bits and pieces eluding to some of the concepts described below but nothing comprehensive. After some [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blacksheepbi.wordpress.com&#038;blog=17883002&#038;post=179&#038;subd=blacksheepbi&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I’ve been trawling the web trying to find a decent explanation on how one will go about reusing the security model defined in Microsoft SQL Server Analysis Services (SSAS) cubes when publishing reports to Tableau Server 7. There are bits and pieces eluding to some of the concepts described below but nothing comprehensive. After some proper R&amp;D I can now share the end-to-end functionality with you. Happy reading.</p>
<p><strong>SSAS Security</strong></p>
<p>One way to define security on a SSAS cube is to add a Role to the SSAS database. The Role Properties dialog, portrayed below, allows one to add Active Directory (AD) users or groups on the Membership page. One can then restrict access to certain Cubes and Dimension Data.</p>
<p><a href="http://blacksheepbi.wordpress.com/2012/12/02/tableau-server-7-microsoft-sql-server-analysis-services-security/01_ssassecurity-3/" rel="attachment wp-att-187"><img class="alignnone size-medium wp-image-187" alt="01_SSASSecurity" src="http://blacksheepbi.files.wordpress.com/2012/12/01_ssassecurity2.png?w=300&#038;h=96" height="96" width="300" /></a></p>
<p>Users accessing the cube using Excel, SQL Server Reporting Services, Tableau Desktop Professional and some other reporting applications will then only be allowed to access the data they are allowed to see. All good.</p>
<p>Now the snag comes in when you introduce Tableau Server. The classic double-hop (passing the users login credentials from their machine to Tableau Server and then onto the SSAS server) comes into play as Tableau Server and SSAS are unlikely to be installed on the same server. I thought good old Kerberos was going to be required but as you’ll see a little later, it isn’t.</p>
<p><strong>Create Tableau SSAS Connection</strong></p>
<p>A user will be provided with the Analysis Services Connection dialog depicted below when creating a new SSAS connection in Tableau Desktop Professional 7.</p>
<p><a href="http://blacksheepbi.wordpress.com/2012/12/02/tableau-server-7-microsoft-sql-server-analysis-services-security/02_tableaussasconn/" rel="attachment wp-att-188"><img class="alignnone size-medium wp-image-188" alt="02_TableauSSASConn" src="http://blacksheepbi.files.wordpress.com/2012/12/02_tableaussasconn.png?w=204&#038;h=300" height="300" width="204" /></a></p>
<p>After you have specified the Server you will need to choose between Windows NT Integrated security or specifying a username and password. This is generally where the first mistake is made. If you select Windows NT Integrated Security, the credentials will not be used by Tableau Server when a user accesses a report. Instead the Tableau Server’s Run As User account will be used to access the cube and all the security roles defined for the SSAS database will be bypassed. Users will therefore all have the same access, which in my case was not good enough.</p>
<p>So, go ahead and specify an AD user in the Username text box along with the associated Password and go about creating your report.</p>
<p><strong>Publish Tableau SSAS Connection</strong></p>
<p>Once your report has been created it’s time to publish your Data Source to Tableau Server. To do this, right-click on the data source and select Publish to Server… In the Authentication drop down, select Prompt user and click on the Publish button.</p>
<p>An example of the Publish Data Source dialog is depicted below.</p>
<p><a href="http://blacksheepbi.wordpress.com/2012/12/02/tableau-server-7-microsoft-sql-server-analysis-services-security/03_publishconn/" rel="attachment wp-att-189"><img class="alignnone size-medium wp-image-189" alt="03_PublishConn" src="http://blacksheepbi.files.wordpress.com/2012/12/03_publishconn.png?w=300&#038;h=290" height="290" width="300" /></a></p>
<p><strong>Publish Workbook</strong></p>
<p>Next up it’s time to publish your workbook to Tableau Server. This is done by selecting the Server menu item in Tableau Desktop Professional and choosing Publish Workbook… One will then be presented with the Publish Workbook dialog (example below).</p>
<p><a href="http://blacksheepbi.wordpress.com/2012/12/02/tableau-server-7-microsoft-sql-server-analysis-services-security/04_publishreport/" rel="attachment wp-att-190"><img class="alignnone size-medium wp-image-190" alt="04_PublishReport" src="http://blacksheepbi.files.wordpress.com/2012/12/04_publishreport.png?w=276&#038;h=300" height="300" width="276" /></a></p>
<p>In the bottom left you will see an Authentication button. You will be presented with a second dialog after clicking on this button. Next, select Prompt user from the Authentication drop down and click OK. Finally click on Publish and you’re all done.</p>
<p><a href="http://blacksheepbi.wordpress.com/2012/12/02/tableau-server-7-microsoft-sql-server-analysis-services-security/05_publishreportuser/" rel="attachment wp-att-191"><img class="alignnone size-medium wp-image-191" alt="05_PublishReportUser" src="http://blacksheepbi.files.wordpress.com/2012/12/05_publishreportuser.png?w=300&#038;h=146" height="146" width="300" /></a></p>
<p>It’s important to know that if you selected the Windows NT Integrated security option when you defined the SSAS connection, the Authentication button will not be there!</p>
<p><strong>Accessing the View through Tableau Server</strong></p>
<p>Now for some testing. Login to your Tableau Server and browse to the view that has just been published. After have you clicked to open it you will be presented with a login screen (example below).</p>
<p><a href="http://blacksheepbi.wordpress.com/2012/12/02/tableau-server-7-microsoft-sql-server-analysis-services-security/06_viewsecurity/" rel="attachment wp-att-192"><img class="alignnone size-medium wp-image-192" alt="06_ViewSecurity" src="http://blacksheepbi.files.wordpress.com/2012/12/06_viewsecurity.png?w=300&#038;h=186" height="186" width="300" /></a></p>
<p>Type in your AD credentials and the view will be displayed. You have the option of caching your credentials until you physically log out which saves you from having to re-enter the details for each view that is accessed.</p>
<p><strong>Admin User Access</strong></p>
<p>In my scenario I was accessing a Speed Fines cube. I had defined an Admin user that could access all vehicle makes and then another user that could only see statistics for Audis and BMWs. Below is the view after entering the Administrator’s login credentials.</p>
<p><a href="http://blacksheepbi.wordpress.com/2012/12/02/tableau-server-7-microsoft-sql-server-analysis-services-security/07_adminuser/" rel="attachment wp-att-193"><img class="alignnone size-medium wp-image-193" alt="07_AdminUser" src="http://blacksheepbi.files.wordpress.com/2012/12/07_adminuser.png?w=300&#038;h=160" height="160" width="300" /></a></p>
<p><strong>Tableau User Access</strong></p>
<p>When entering the second user’s credentials and I access the same view, only the two vehicle makes are displayed. Like.</p>
<p><a href="http://blacksheepbi.wordpress.com/2012/12/02/tableau-server-7-microsoft-sql-server-analysis-services-security/08_anotheruser/" rel="attachment wp-att-194"><img class="alignnone size-medium wp-image-194" alt="08_AnotherUser" src="http://blacksheepbi.files.wordpress.com/2012/12/08_anotheruser.png?w=300&#038;h=169" height="169" width="300" /></a></p>
<p><strong>Administration: Clearing &amp; Saving Passwords</strong></p>
<p>Finally there are some useful settings in the Tableau Server Administration Maintenance section to make accessing the reports that little bit easier.</p>
<p><a href="http://blacksheepbi.wordpress.com/2012/12/02/tableau-server-7-microsoft-sql-server-analysis-services-security/09_advancedsettings/" rel="attachment wp-att-195"><img class="alignnone size-medium wp-image-195" alt="09_AdvancedSettings" src="http://blacksheepbi.files.wordpress.com/2012/12/09_advancedsettings.png?w=300&#038;h=101" height="101" width="300" /></a></p>
<p>In the snippet above, an Administrator has the opportunity for clearing all saved passwords and there is also a checkbox that will allow users to save data source passwords across multiple visits and browsers. Not a good idea though if multiple users share the same workstation.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blacksheepbi.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blacksheepbi.wordpress.com/179/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blacksheepbi.wordpress.com&#038;blog=17883002&#038;post=179&#038;subd=blacksheepbi&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blacksheepbi.wordpress.com/2012/12/02/tableau-server-7-microsoft-sql-server-analysis-services-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c3bc2b06489060e5d30cf209c3425b5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mschneeberger</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2012/12/01_ssassecurity2.png?w=300" medium="image">
			<media:title type="html">01_SSASSecurity</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2012/12/02_tableaussasconn.png?w=204" medium="image">
			<media:title type="html">02_TableauSSASConn</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2012/12/03_publishconn.png?w=300" medium="image">
			<media:title type="html">03_PublishConn</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2012/12/04_publishreport.png?w=276" medium="image">
			<media:title type="html">04_PublishReport</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2012/12/05_publishreportuser.png?w=300" medium="image">
			<media:title type="html">05_PublishReportUser</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2012/12/06_viewsecurity.png?w=300" medium="image">
			<media:title type="html">06_ViewSecurity</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2012/12/07_adminuser.png?w=300" medium="image">
			<media:title type="html">07_AdminUser</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2012/12/08_anotheruser.png?w=300" medium="image">
			<media:title type="html">08_AnotherUser</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2012/12/09_advancedsettings.png?w=300" medium="image">
			<media:title type="html">09_AdvancedSettings</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft SQL Server 2012: Tabular Model Resources</title>
		<link>http://blacksheepbi.wordpress.com/2012/11/03/microsoft-sql-server-2012-tabular-model-resources/</link>
		<comments>http://blacksheepbi.wordpress.com/2012/11/03/microsoft-sql-server-2012-tabular-model-resources/#comments</comments>
		<pubDate>Sat, 03 Nov 2012 20:19:18 +0000</pubDate>
		<dc:creator>Mark Schneeberger</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[SQL Server 2012]]></category>
		<category><![CDATA[Tabular]]></category>

		<guid isPermaLink="false">http://blacksheepbi.wordpress.com/?p=130</guid>
		<description><![CDATA[About a month ago I presented on the new Tabular model at one of our customers. Now, I have been using PowerPivot / Tabular for quite some time but I by no means know all the ins and outs of the technology. I came across a great bunch of resources during my research and thought [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blacksheepbi.wordpress.com&#038;blog=17883002&#038;post=130&#038;subd=blacksheepbi&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="text-align:justify;">About a month ago I presented on the new Tabular model at one of our customers. Now, I have been using PowerPivot / Tabular for quite some time but I by no means know all the ins and outs of the technology. I came across a great bunch of resources during my research and thought it would be a good idea to share this with the rest of the population. Here we go…</p>
<p style="text-align:justify;"><b>1.     </b><b>Some of the most asked about questions regarding this technology go something like this:</b></p>
<p style="text-align:justify;">a. What are the differences / limitations to the classic Multi-dimensional model?</p>
<p style="text-align:justify;">b. How do I know which model to use when?</p>
<p style="text-align:justify;">Now, this has been well documented my many individuals around the world. Here are some links to the best resources I found:</p>
<ul style="text-align:justify;">
<li><a href="http://www.jamesserra.com/archive/2012/04/sql-server-2012-multidimensional-vs-tabular/">http://www.jamesserra.com/archive/2012/04/sql-server-2012-multidimensional-vs-tabular/</a> There are a lot of additional links at the bottom of the page.</li>
<li><a href="http://richardlees.blogspot.com/2012/05/sql-server-2012-tabular-versus.html">http://richardlees.blogspot.com/2012/05/sql-server-2012-tabular-versus.html</a></li>
<li>Session by Marco Russo at Tech-Ed 2012: <a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/DBI319">http://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/DBI319</a></li>
<li><a href="http://www.sqlchick.com/entries/2012/3/4/decisions-powerpivot-ssas-tabular-or-ssas-multidimensional-m.html">http://www.sqlchick.com/entries/2012/3/4/decisions-powerpivot-ssas-tabular-or-ssas-multidimensional-m.html</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/hh212940(v=sql.110).aspx">http://msdn.microsoft.com/en-us/library/hh212940(v=sql.110).aspx</a></li>
</ul>
<p style="text-align:justify;">In my personal opinion, I’d have to say that Tabular is going to be the way forward. I’m not saying that Multi-dimensional is dead, but if you look where all the investment for SQL Server 2012 was made, only minimal changes were introduced for Multi-dimensional. All the changes and R&amp;D have gone into Tabular.</p>
<p style="text-align:justify;"><b>2.     </b><b>Date Table Best Practices</b></p>
<ul style="text-align:justify;">
<li>Never use the date time column from the fact table in time functions.</li>
<li>Always create a separate Time table with contiguous dates (i.e. without missing day gaps in the date values).</li>
<li>Create relationships between fact tables and the Time table.</li>
<li>Check that relationships are based on a date time column (and not on another artificial key column). If it is joining on an artificial key (e.g. scenario where a Tabular model is being wrapped around an existing data warehouse), mark the Time Dimension Table as a Date Table and select the actual date time column as the unique identifier</li>
<li>Make sure you have full years’ worth of data in the Time table. For instance, even though your transaction table may only have sales data up to May 2012, the Time table should have dates up to December 2012 (same goes for fiscal years).</li>
<li>The date time column in the Time table should be at day granularity (without fractions of a day).</li>
</ul>
<p style="text-align:justify;">Here is a good blog from Dan English talking to retail and marketing calendars and how to deal with the relevant DAX time calculations: <a href="http://denglishbi.wordpress.com/2010/09/24/calculating-previous-year-marketing-calendar-values-with-dax/">http://denglishbi.wordpress.com/2010/09/24/calculating-previous-year-marketing-calendar-values-with-dax/</a></p>
<p style="text-align:justify;"><b>3.     </b><b>Best practices around processing and query optimisation</b></p>
<p style="text-align:justify;">Good practice dictates pushing as many calculations as far back as possible e.g. the data warehouse. This is true for both Tabular and Multi-dimensional projects. This will also result in better compression in the Tabular model.</p>
<p style="text-align:justify;">The extracts below were all taken from a session conducted by Ashvini Sharma and Allan Folting at TechEd North America 2012. I can really recommend watching the presentation which is available at: <a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/DBI414">http://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/DBI414</a> They discuss all the ins-and-outs of the xVelocity engine. Here is a small summary with screen shots from the session.</p>
<p style="text-align:justify;">The xVelocity engine is designed with 3 principles in mind:</p>
<ul style="text-align:justify;">
<li>Performance, Performance, Performance!</li>
<li>Query Performance is much more important than Processing Performance</li>
<li>Accommodate changes without forcing reload, if possible</li>
</ul>
<p style="text-align:justify;">When loading data, it goes through various stages:</p>
<ul style="text-align:justify;">
<li>Encoding: everything is converted to integers, even strings (as it is the fastest data type)
<ul>
<li>Value: one just has to do math to get to the answer. E.g. 1.5, 2.5 and 3.5 will be multiplied by 10 to get a whole number. You could then subtract 15 to get to a smaller number that has to be stored (DATA ID)</li>
<li>Hash: Used for strings. Useful for very sparse value distribution. DATA ID is the index allocated to the string when it is inserted in the table for the first time. Requires decompression for computation. One can’t do math on hash encoding</li>
</ul>
</li>
</ul>
<p style="text-align:justify;">Encoding is done automatically to conserve space. On the first load, a sample set of data will be checked to determine the best type of encoding applicable for that column.</p>
<ul style="text-align:justify;">
<li>Compression (per segment): Calculated columns are only addressed after the compression phase.</li>
</ul>
<p style="text-align:justify;">If you want to see the columns that are taking up the most space, go to the folder where the Tabular databases are stored, search on *.* and sort descending on size. Files with a .idf extension are the in-memory data files. Dictionary and hierarchy files are also present.</p>
<p style="text-align:justify;">Query parallelism is by segment. E.g. if you have 16 cores and 4 segments, only 4 cores will be used. One ideally wants a balance between the number of segments and the number of cores.</p>
<p style="text-align:justify;">Processing Phases are depicted below.</p>
<p style="text-align:justify;"><a href="http://blacksheepbi.files.wordpress.com/2012/11/01_tabularprocessingphases.png"><img class="alignnone size-medium wp-image-131" title="01_TabularProcessingPhases" alt="" src="http://blacksheepbi.files.wordpress.com/2012/11/01_tabularprocessingphases.png?w=300&#038;h=105" height="105" width="300" /></a></p>
<p style="text-align:justify;">Here is a screen shot showing the VertiPaq storage.</p>
<p style="text-align:justify;"><a href="http://blacksheepbi.files.wordpress.com/2012/11/02_tabularvertipaqstorage.png"><img class="alignnone size-medium wp-image-132" title="02_TabularVertiPaqStorage" alt="" src="http://blacksheepbi.files.wordpress.com/2012/11/02_tabularvertipaqstorage.png?w=300&#038;h=160" height="160" width="300" /></a></p>
<p style="text-align:justify;">There are a number of processing options available once data has been added to the model:</p>
<p style="text-align:justify;"><a href="http://blacksheepbi.files.wordpress.com/2012/11/03_tabularprocessingoptions.png"><img class="alignnone size-medium wp-image-133" title="03_TabularProcessingOptions" alt="" src="http://blacksheepbi.files.wordpress.com/2012/11/03_tabularprocessingoptions.png?w=300&#038;h=140" height="140" width="300" /></a></p>
<p style="text-align:justify;">A note on Incremental Processing: Only do a Process Recalc right at the end after all the Process Data tasks as it goes across all partitions.</p>
<p style="text-align:justify;"><a href="http://blacksheepbi.files.wordpress.com/2012/11/04_tabularincrementalprocessing.png"><img class="alignnone size-medium wp-image-134" title="04_TabularIncrementalProcessing" alt="" src="http://blacksheepbi.files.wordpress.com/2012/11/04_tabularincrementalprocessing.png?w=300&#038;h=128" height="128" width="300" /></a></p>
<p style="text-align:justify;">And finally, some Advanced Processing Options:</p>
<p style="text-align:justify;"><a href="http://blacksheepbi.files.wordpress.com/2012/11/05_tabularadvancedprocessing.png"><img class="alignnone size-medium wp-image-135" title="05_TabularAdvancedProcessing" alt="" src="http://blacksheepbi.files.wordpress.com/2012/11/05_tabularadvancedprocessing.png?w=300&#038;h=169" height="169" width="300" /></a></p>
<p style="text-align:justify;">Kasper de Jonge wrote another excellent blog on Tabular Analysis Server memory usage: <a href="http://www.powerpivotblog.nl/what-is-using-all-that-memory-on-my-analysis-server-instance">http://www.powerpivotblog.nl/what-is-using-all-that-memory-on-my-analysis-server-instance</a> He also made available a PowerPivot file that you can use to further interrogate your Tabular models.</p>
<p style="text-align:justify;"><b>4.     </b><b>Controlling Segment Size and Compression</b></p>
<p style="text-align:justify;">There are two important Tabular Analysis Server Properties which you can tune to increase compression and query speed. They are <i>DefaultSegmentRowCount</i> and <i>ProcessingTimeboxSecPerMRow</i>. You can access these settings by connecting to your Tabular instance using Microsoft SQL Server Management Studio. Right click on the Tabular instance and select <i>Properties</i>. Check the <i>Show Advanced (All) Properties</i> check box and scroll all the way to the bottom. See image below.</p>
<p style="text-align:justify;"><a href="http://blacksheepbi.files.wordpress.com/2012/11/06_tabularserverproperties.png"><img class="alignnone size-medium wp-image-136" title="06_TabularServerProperties" alt="" src="http://blacksheepbi.files.wordpress.com/2012/11/06_tabularserverproperties.png?w=300&#038;h=275" height="275" width="300" /></a></p>
<p style="text-align:justify;">The screen shot below specifies the defaults and what can be expected if you change the values.</p>
<p style="text-align:justify;"><a href="http://blacksheepbi.files.wordpress.com/2012/11/07_tabularcontrollingsegementsize.png"><img class="alignnone size-medium wp-image-137" title="07_TabularControllingSegementSize" alt="" src="http://blacksheepbi.files.wordpress.com/2012/11/07_tabularcontrollingsegementsize.png?w=300&#038;h=156" height="156" width="300" /></a></p>
<p style="text-align:justify;"><b>5.     </b><b>Additional Resources</b></p>
<p style="text-align:justify;">a. DAX Resource Centre: <a href="http://social.technet.microsoft.com/wiki/contents/articles/1088.dax-resource-center.aspx">http://social.technet.microsoft.com/wiki/contents/articles/1088.dax-resource-center.aspx</a></p>
<p style="text-align:justify;">Check the <i>Websites and Blogs</i> section for other top resources in the PowerPivot and Tabular space. Cathy Dumas, who I saw at SQL PASS 2011, is my favourite :) Check out her old Microsoft blog for additional info: <a href="http://blogs.msdn.com/b/cathyk/">http://blogs.msdn.com/b/cathyk/</a></p>
<p style="text-align:justify;">b. Microsoft SQL Server 2012: The BISM Tabular Model book: <a href="http://cwebbbi.wordpress.com/2012/08/15/microsoft-sql-server-2012-the-bism-tabular-model-is-now-available-to-buy/">http://cwebbbi.wordpress.com/2012/08/15/microsoft-sql-server-2012-the-bism-tabular-model-is-now-available-to-buy/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blacksheepbi.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blacksheepbi.wordpress.com/130/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blacksheepbi.wordpress.com&#038;blog=17883002&#038;post=130&#038;subd=blacksheepbi&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blacksheepbi.wordpress.com/2012/11/03/microsoft-sql-server-2012-tabular-model-resources/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c3bc2b06489060e5d30cf209c3425b5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mschneeberger</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2012/11/01_tabularprocessingphases.png?w=300" medium="image">
			<media:title type="html">01_TabularProcessingPhases</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2012/11/02_tabularvertipaqstorage.png?w=300" medium="image">
			<media:title type="html">02_TabularVertiPaqStorage</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2012/11/03_tabularprocessingoptions.png?w=300" medium="image">
			<media:title type="html">03_TabularProcessingOptions</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2012/11/04_tabularincrementalprocessing.png?w=300" medium="image">
			<media:title type="html">04_TabularIncrementalProcessing</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2012/11/05_tabularadvancedprocessing.png?w=300" medium="image">
			<media:title type="html">05_TabularAdvancedProcessing</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2012/11/06_tabularserverproperties.png?w=300" medium="image">
			<media:title type="html">06_TabularServerProperties</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2012/11/07_tabularcontrollingsegementsize.png?w=300" medium="image">
			<media:title type="html">07_TabularControllingSegementSize</media:title>
		</media:content>
	</item>
		<item>
		<title>Upgrade to tX2012</title>
		<link>http://blacksheepbi.wordpress.com/2012/05/21/upgrade-to-tx2012/</link>
		<comments>http://blacksheepbi.wordpress.com/2012/05/21/upgrade-to-tx2012/#comments</comments>
		<pubDate>Mon, 21 May 2012 18:48:01 +0000</pubDate>
		<dc:creator>Mark Schneeberger</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[timeXtender]]></category>

		<guid isPermaLink="false">http://blacksheepbi.wordpress.com/?p=110</guid>
		<description><![CDATA[tX2012 was released earlier in the month and we will be upgrading a lot of out clients to this new version. One would assume that you could export your timeXtender project created in 4.5.X and then just import it into tX2012 but unfortunately it&#8217;s not that straight forward. If you do try this, you&#8217;ll get [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blacksheepbi.wordpress.com&#038;blog=17883002&#038;post=110&#038;subd=blacksheepbi&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>tX2012 was released earlier in the month and we will be upgrading a lot of out clients to this new version. One would assume that you could export your timeXtender project created in 4.5.X and then just import it into tX2012 but unfortunately it&#8217;s not that straight forward. If you do try this, you&#8217;ll get the error message below:</p>
<p><a href="http://blacksheepbi.files.wordpress.com/2012/05/tx2012_importproject.png"><img title="tX2012_ImportProject" src="http://blacksheepbi.files.wordpress.com/2012/05/tx2012_importproject.png?w=300&#038;h=118" alt="" width="300" height="118" /></a></p>
<p>In order to perform a successful upgrade, backup your 4.5.x projectRepository database. Uninstall timeXtender 4.5.x and install tX2012. After opening the new application, point it to the restored database. You will then be prompted with the following popup:</p>
<p><a href="http://blacksheepbi.files.wordpress.com/2012/05/tx2012_upgrade1.png"><img class="alignleft size-medium wp-image-111" title="tX2012_Upgrade1" src="http://blacksheepbi.files.wordpress.com/2012/05/tx2012_upgrade1.png?w=300&#038;h=98" alt="" width="300" height="98" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Click on the Upgrade button. You will then be presented with another pop-up confirming if you would like to use Local files or the Web service method. Select Web service and wait while your project database is upgraded.</p>
<p><a href="http://blacksheepbi.files.wordpress.com/2012/05/tx2012_upgrade2.png"><img title="tX2012_Upgrade2" src="http://blacksheepbi.files.wordpress.com/2012/05/tx2012_upgrade2.png?w=261&#038;h=149" alt="" width="261" height="149" /></a></p>
<p>I did receive an error message after the upgrade process (see below) but my upgraded projects processed without any issues despite this. A call has been logged with the timeXtender support team and I&#8217;ll update the post as soon as I have more information.</p>
<p><a href="http://blacksheepbi.files.wordpress.com/2012/05/tx2012_upgradeerror.png"><img title="tx2012_UpgradeError" src="http://blacksheepbi.files.wordpress.com/2012/05/tx2012_upgradeerror.png?w=300&#038;h=118" alt="" width="300" height="118" /></a></p>
<p>In conclusion: upgrade your project in a Development or QA environment first and perform thorough testing before upgrading your Production environment.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blacksheepbi.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blacksheepbi.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blacksheepbi.wordpress.com&#038;blog=17883002&#038;post=110&#038;subd=blacksheepbi&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blacksheepbi.wordpress.com/2012/05/21/upgrade-to-tx2012/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c3bc2b06489060e5d30cf209c3425b5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mschneeberger</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2012/05/tx2012_importproject.png?w=300" medium="image">
			<media:title type="html">tX2012_ImportProject</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2012/05/tx2012_upgrade1.png?w=300" medium="image">
			<media:title type="html">tX2012_Upgrade1</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2012/05/tx2012_upgrade2.png" medium="image">
			<media:title type="html">tX2012_Upgrade2</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2012/05/tx2012_upgradeerror.png?w=300" medium="image">
			<media:title type="html">tx2012_UpgradeError</media:title>
		</media:content>
	</item>
		<item>
		<title>Office 365 Technical Update</title>
		<link>http://blacksheepbi.wordpress.com/2011/11/22/office-365-technical-update/</link>
		<comments>http://blacksheepbi.wordpress.com/2011/11/22/office-365-technical-update/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 19:30:39 +0000</pubDate>
		<dc:creator>Mark Schneeberger</dc:creator>
				<category><![CDATA[Cloud]]></category>

		<guid isPermaLink="false">http://blacksheepbi.wordpress.com/?p=106</guid>
		<description><![CDATA[I attended a great technical session today on Office 365 (http://www.microsoft.com/en-us/office365). Great in sense as I learnt a whole lot from this soon to be new offering in South Africa but not so great from a BI perspective. Here are some of my notes: There will be no Performance Point, Reporting Services or PowerPivot in SharePoint [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blacksheepbi.wordpress.com&#038;blog=17883002&#038;post=106&#038;subd=blacksheepbi&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I attended a great technical session today on Office 365 (<a href="http://www.microsoft.com/en-us/office365">http://www.microsoft.com/en-us/office365</a>). Great in sense as I learnt a whole lot from this soon to be new offering in South Africa but not so great from a BI perspective. Here are some of my notes:</p>
<ul>
<li>There will be no Performance Point, Reporting Services or PowerPivot in SharePoint Online. Excel, Visio and MS Access Services will be there but they can only connect to a data source via Business Connectivity Services. PowerPivot is targeted for release in FY12.</li>
</ul>
<ul>
<li>Existing Enterprise Agreements require a user to have a license for each device on which they want to use MS Office. Office Professional Plus (Office 365 offering) will allow a user to use the same license on up to 5 devices.</li>
</ul>
<ul>
<li>It is possible to synchronise your local Active Directory with the Office 365 one.</li>
</ul>
<ul>
<li>Office Web Apps will be utilised if the Office Professional Plus offering is not taken.</li>
</ul>
<ul>
<li>SQL 2012 features such as Power View, will only be considered a year after the official release of SQL 2012.</li>
</ul>
<ul>
<li>Windows Intune and CRM Online are not yet ready for the South African market.</li>
</ul>
<ul>
<li>The primary Microsoft Data Centre is hosted in Dublin, while the failover one is hosted in Amsterdam.</li>
</ul>
<ul>
<li>Due to all the cloud service offerings, one will need to consider the data cost when looking at Office 365. One may need to include the customer’s ISP during the discussions.</li>
</ul>
<ul>
<li>Some organisations may not want to store their data in another country. Fact is there is no law prohibiting South Africa organisations from storing their data elsewhere.</li>
</ul>
<ul>
<li>Project Server is not supported in Office 365.</li>
</ul>
<ul>
<li>An Office 365 Trial will be available in the next few weeks. One will be able to buy licenses within the first 3 months of 2012.</li>
</ul>
<ul>
<li>Standard and Enterprise versions of Exchange and SharePoint are not available in Office 365. The Office 365 Plans will determine which services are available in the specific product.</li>
</ul>
<ul>
<li>There are no out-of-the-box capabilities to migrate on-premise SharePoint sites to Office 365. Some ISVs do offer this service by wrapping the List Service.</li>
</ul>
<ul>
<li>The maximum size of a SharePoint Online implementation is 5TB. There is currently support for up to 20k users, but this will be increased to 100k next year.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blacksheepbi.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blacksheepbi.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blacksheepbi.wordpress.com&#038;blog=17883002&#038;post=106&#038;subd=blacksheepbi&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blacksheepbi.wordpress.com/2011/11/22/office-365-technical-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c3bc2b06489060e5d30cf209c3425b5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mschneeberger</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL PASS 2011: Day 3 Highlights</title>
		<link>http://blacksheepbi.wordpress.com/2011/10/14/sql-pass-2011-day-3-highlights/</link>
		<comments>http://blacksheepbi.wordpress.com/2011/10/14/sql-pass-2011-day-3-highlights/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 21:08:39 +0000</pubDate>
		<dc:creator>Mark Schneeberger</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>

		<guid isPermaLink="false">http://blacksheepbi.wordpress.com/2011/10/14/sql-pass-2011-day-3-highlights/</guid>
		<description><![CDATA[Final day of PASS! Right, so not off to a great start. I was dead keen to see Marco Russo&#8217;s Vertipaq vs. OLAP session but it was held in the smallest room and was over subscribed. Will have to catch that one on the PASS website once the session recordings are made available. Enriching Your [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blacksheepbi.wordpress.com&#038;blog=17883002&#038;post=104&#038;subd=blacksheepbi&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Final day of PASS! Right, so not off to a great start. I was dead keen to see Marco Russo&#8217;s Vertipaq vs. OLAP session but it was held in the smallest room and was over subscribed. Will have to catch that one on the PASS website once the session recordings are made available.</p>
<p><strong>Enriching Your BI Semantic Models with DAX</strong></p>
<p>- Some nifty DAX functions: DISTINCTCOUNT, RANKX, TOPN, SWITCH (use instead of nested IIF statements), HASONEVALUE (returns true or false), USERELATIONSHIP (use an inactive relationship instead of the default active one), PATH (use for parent-child relationships), PATHITEM (gets a specific item from the defined PATH), LOOKUPVALUE (get an attribute based on another value), USERNAME (can be used for row level security)<br />
- Week time intelligence functions are not available. One will need to add in the relevant attributes to your calendar dimension and then write a custom calculated measure<br />
- There will be a DAX query plan! Available as a new option in SQL Server Profiler</p>
<p><strong>SQLCAT: Configuring and Securing Complex BI Applications in a SharePoint 2010 Environment with SQL Server 2012</strong></p>
<p>- When setting up your SPNs, use both the fully qualified and net bios user names<br />
- Use the -S SPN option: will ensure that duplicate SPNs are not added. Use -X to list duplicate SPNs<br />
- Important to create a service account that will be running the Claims to Windows Token Service. This service will be on all servers that have SharePoint installed<br />
- Constrained delegation will not cross domain boundaries, no matter what<br />
- On the Delegation tab, ensure that the <em>Use any authentication protocol</em> option is selected<br />
- Kerberos does a lot of caching. Some of the caches can only be cleared after rebooting the servers<br />
- Kerberos only needs to be configured for PowerPivot if one of the data sources is a linked SQL server<br />
- Power View does not support the prompting of credentials on an .rsds connection file</p>
<p><strong>Using ColumnStore / Vertipaq Indexes in SQL Server 2012</strong></p>
<p>- Huge, huge, huge performance gains!<br />
- ColumnStore indexes will not always be the best solution e.g. for very restrictive queries<br />
- All data for a single column is stored on a separate page; access only the columns you need<br />
- At some stage the BISM model will struggle with huge data volumes. Because of things like Direct Query, one can use the ColumnStore index to increase performance for BISM models<br />
- Some really smart stuff has been done from an encoding point of view. E.g. Instead of storing the true sales number, an offset is stored and all numbers are divided by this offset resulting in smaller numbers that need to be stored<br />
- Run Length Encoding is also another smart way compression is being handled<br />
- Data can be used in query processing without decompression<br />
- On average, compression will be 1.8 times more effective than page compression<br />
- Consider using ColumnStore indexes on tables that have 5 million + rows<br />
- Create the index on ALL the columns. You can only have one ColumnStore index per table<br />
- Outer joins and Unions will mess with batch processing</p>
<p>Wayne Snyder was an outstanding presenter, loved his &#8216;old-man with 100 years experience&#8217; presenting style.</p>
<p>And that concludes a great SQL PASS conference! There is some game-changing content on the way and I can&#8217;t wait for SQL Server 2012. Next year&#8217;s conference will be held in Seattle once again in early November.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blacksheepbi.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blacksheepbi.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blacksheepbi.wordpress.com&#038;blog=17883002&#038;post=104&#038;subd=blacksheepbi&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blacksheepbi.wordpress.com/2011/10/14/sql-pass-2011-day-3-highlights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c3bc2b06489060e5d30cf209c3425b5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mschneeberger</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL PASS 2011: Day 2 Highlights</title>
		<link>http://blacksheepbi.wordpress.com/2011/10/13/sql-pass-2011-day-2-highlights/</link>
		<comments>http://blacksheepbi.wordpress.com/2011/10/13/sql-pass-2011-day-2-highlights/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 16:22:11 +0000</pubDate>
		<dc:creator>Mark Schneeberger</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>

		<guid isPermaLink="false">http://blacksheepbi.wordpress.com/2011/10/13/sql-pass-2011-day-2-highlights/</guid>
		<description><![CDATA[Time for some feedback on Day 2&#8230; Thursday, Opening Keynote - The Fantastic 12 of SQL Server 2012: + Required 9&#8242;s and Protection + Blazing Fast Performance: Performance enhancements to the RDBMs, SSAS and SSIS. And then there is the new ColumnStore Index &#8211; really looking forward to using this one in our DW environments! [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blacksheepbi.wordpress.com&#038;blog=17883002&#038;post=91&#038;subd=blacksheepbi&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Time for some feedback on Day 2&#8230;</p>
<p><strong>Thursday, Opening Keynote</strong></p>
<p>- The Fantastic 12 of SQL Server 2012:<br />
 + Required 9&#8242;s and Protection<br />
 + Blazing Fast Performance: Performance enhancements to the RDBMs, SSAS and SSIS. And then there is the new ColumnStore Index &#8211; really looking forward to using this one in our DW environments!<br />
 + Rapid Data Exploration: Power View and PowerPivot 2.0. Great features and enhancements in this space. Also included is the new Reporting Alerts capability &#8211; ability to send out alerts based on data conditions<br />
 + Managed Self-service BI through SharePoint<br />
 + Credible, Consistent Data: BI Semantic Model, DQS and MDS<br />
 + Organisational Compliance: Expanded Audit &#8211; User-defined, Filtering, User-defined Server Roles<br />
 + Peace of Mind: Production-simulated Application Testing, System Center Advisor and Management Packs, Expanded Support &#8211; Premier Mission Critical<br />
 + Scalable Data Warehousing<br />
 + Fast Time to Solution: SQL Server Appliances &#8211; optimised and pre-tuned<br />
 + Extend Any Data, Anywhere: ODBC drivers for Linux and Change Data Capture for SSIS and Oracle, Semantic Search<br />
 + Optimised Productivity: SQL Server Data Tools, Unified Across Database and BI, Deployment and Targeting Freedom<br />
 + Scale on Demand: AlwaysOn, Deployment across public and private, Elastic Scale (scaling in the cloud with SQL Azure Federations)</p>
<p><strong>Data Quality Services &#8211; A Closer Look</strong></p>
<p>- Setup your Knowledge Base and then perform a Knowledge Discovery exercise. This is similar to profiling your data and will populate the Knowledge Base<br />
- Spelling mistakes are highlighted just like in Microsoft Word &#8211; very nice<br />
- Next up, create a Data Quality Project. This will enable you to validate your data according to the rules that have been defined in the Knowledge Base. Corrections will be made and alternatives suggested<br />
- Data that needs to be cleaned can also be validated against external data sources. Only Azure Data Market right now<br />
- One can setup rules to override the corrections provided by the external data provider<br />
- Term-Based Relations: find and replace<br />
- Matching: one has the ability to create a composite domain (using a delimiter to split out multiple fields)<br />
- New feature &#8211; Use Knowledge Base Parsing: use this along with the delimiter to use your Knowledge Base to automatically fix mistakes. E.g. If users had swopped around fields in certain instances causing the parsing to be invalid<br />
- Create a Matching Policy and define weightings to the fields you want to match on<br />
- Create a Data Quality Matching project to determine the duplicates in your data and you&#8217;re all done!<br />
- The matching algorithm is a black box, not too much detail given here <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>DQS looks like quite an ok product, considering it is only the first release. Only downside is the fact that South Africa will not be able to access most of the external data sources and the ones they can access may not be that useful.</p>
<p><strong>Developing and Managing a BISM in Analysis Services</strong></p>
<p>- Microsoft continuum: Personal BI (PowerPivot), Team BI (PowerPivot for SharePoint) and Corporate BI (Analysis Services)<br />
- Row and Dynamic security will be available!<br />
- SQL Server Data Tools is the new name for BIDS<br />
- Add calculated measures in the measure window. [Measure Name]:= [Measure Formula]<br />
- Security: read permissions will give you access to the entire database. Use a DAX filter to further restrict the data<br />
- The Tabular model, which contains a GUID in the name, talks to the Workspace Database &#8211; a place where all development changes take place<br />
- When creating a new Tabular project, use the Preview and Filter option to restrict the number of rows that are imported into the model. This is particularly useful when dealing with large datasets. A partition will automatically be created for this subset of data. Once the data has been imported, create additional partitions for the rest of the data. The Process All option will bring in the new data<br />
- One can copy data from Excel and paste it in as a new table in Visual Studio. Very nice for prototyping<br />
- One can hide a Security table by applying a DAX filter of =FALSE(). Hiding the table from the client tools does not hide it altogether<br />
- DAX security filter example &#8230;security[allowed region], security[login], username(),&#8230;<br />
- One can process a database, a table or a partition<br />
- The Process Data option only processes data, calculated columns will not be updated. One will need to Process Recalc afterwards before you can Evaluate (return rows from) the table<br />
- Use Process Add to incrementally load data into new partitions. Use Process Defrag afterwards<br />
- Automatic partitions can be added using AMO<br />
- Use the Extension Manager in Visual Studio to include the DAX Editor &#8211; to be made available on CodePlex soon! Great add-in for formatting DAX<br />
- There is also another sweet add-in to script out all the DAX measures into a separate window, all with auto-complete. Cheers MDX!</p>
<p>Cathy Dumas did an excellent job with this session, I&#8217;ll definitely go and see her in the future again.</p>
<p><strong>Building the Perfect BI Semantic Model for Power View</strong></p>
<p>- Power View allows for the creating of different views in the same report, the same way you would add a new slide to a PowerPoint deck &#8211; very cool feature<br />
- Power View reports can also be created from .rsds connections<br />
- One can perform data mining in BISM by creating a connection to a SSAS source which contains the Mining Model<br />
- In SharePoint, on the .rsds connection properties, check the <em>Set execution context</em> property if Kerberos is not setup. The logged in user&#8217;s credentials will then be passed through to the data source<br />
- For numeric attributes, like year, set the aggregation property to <em>Do not summarise</em>. This attribute will then not be aggregated when creating a pivot table report<br />
- Development tip: create a BISM connection to the Workspace database instead of the one that is deployed &#8211; speeds up trouble shooting etc.<br />
- Descriptions defined against tables and measures will be shown as hover text in Power View<br />
- Set additional Default Label and Default Image properties on attributes in SQL Server Data Tools. Power View will then know which fields to use when switching between card and chart views</p>
<p>The Power View demo by Carl Rabeler was not great as he had to look down at his script the whole time. Kasper de Jonge was a lot better and gave good insight into the technical bits of BISM.</p>
<p>I can&#8217;t wait to start using this technology &#8211; hopefully another CTP release will be made available early in the new year&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blacksheepbi.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blacksheepbi.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blacksheepbi.wordpress.com&#038;blog=17883002&#038;post=91&#038;subd=blacksheepbi&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blacksheepbi.wordpress.com/2011/10/13/sql-pass-2011-day-2-highlights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c3bc2b06489060e5d30cf209c3425b5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mschneeberger</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL PASS 2011: Day 1 Highlights</title>
		<link>http://blacksheepbi.wordpress.com/2011/10/12/sql-pass-2011-day-1-highlights/</link>
		<comments>http://blacksheepbi.wordpress.com/2011/10/12/sql-pass-2011-day-1-highlights/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 20:35:16 +0000</pubDate>
		<dc:creator>Mark Schneeberger</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>

		<guid isPermaLink="false">http://blacksheepbi.wordpress.com/2011/10/12/sql-pass-2011-day-1-highlights/</guid>
		<description><![CDATA[So I&#8217;m in Seattle attending my first SQL PASS event and thought I&#8217;d quickly share some of the highlights of Day 1. Opening Keynote - SQL Denali is officially renamed SQL 2012 and will be released during the first half of next year. I.e. 30 June 2012 - Project Crescent will be known as Power [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blacksheepbi.wordpress.com&#038;blog=17883002&#038;post=74&#038;subd=blacksheepbi&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>So I&#8217;m in Seattle attending my first SQL PASS event and thought I&#8217;d quickly share some of the highlights of Day 1.</p>
<p><strong>Opening Keynote</strong></p>
<p>- SQL Denali is officially renamed SQL 2012 and will be released during the first half of next year. I.e. 30 June 2012 <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
- Project Crescent will be known as Power View. It will be available on most mobile devices and is loaded with quite a few new features compared to CTP3. Further down the line (post the SQL 2012 release) one will be able to take a pic of a movie (for example) and use the Bing imaging service to identify the movie cover and filter the report for that movie!</p>
<p>Amir Netz did an excellent job showing off Power View using a movie sales dataset. I&#8217;d love to get hold of it for client demos. My only concern is that Power View is still going to be tightly coupled to SharePoint Enterprise (aka the centre of the Microsoft universe). Small to medium size clients will then not be able to leverage this great reporting tool.</p>
<p><strong>Visual Report Design: Bringing Sexy Back</strong></p>
<p>- Principles of effective design include: form (visual design skills), fit (functional business skills) and function (technical skills)<br />
- See <a href="http://www.colourlovers.com/">http://www.colourlovers.com/</a> for palette colours and examples of which colours work well together<br />
- Items to consider for your report design:<br />
 + Can the user glean the information in 5 seconds or less?<br />
 + Know your audience<br />
 + Get a second opinion<br />
 + Maintain balance<br />
 + Use POCs and throw them away<br />
 + Accept feedback and be willing to learn</p>
<p>Remember, the novelty of sexy graphs and gauges will disappear over time. Users will just want to get the relevant information to make the decision.</p>
<p><strong>What does it take to add MDS to your DW?</strong></p>
<p>- Create your MDS model in the web UI and then the entities through the new MDS Excel add-in<br />
- Use Attribute Properties to create a relationship between entities. E.g. Product and Category<br />
- Constrained lists can also easily be created using the data in existing columns. I.e. Creating entities for lookups<br />
- Create derived hierarchies back in the MDS UI. Users can then change the hierarchy setup by dragging and dropping items in the tree view<br />
- Add in any required business rules and validate the data through Excel or the MDS UI<br />
- Annotations can also be added to changed data before it is published back to MDS<br />
- Subscription Views make available the data to other systems that need to consume it. Parent-child hierarchies can also be flattened out using the views<br />
- One can install MDS 2012 and still use SQL 2008 R2 on the database engine side, you don&#8217;t need to upgrade the entire SQL environment<br />
- Microsoft believe MDS can scale into the millions of records to easily manage customer master data, for example. I&#8217;d like to test this out <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Introduction to Data Mining in SQL Server Analysis Services</strong></p>
<p>- Great introduction by Brian Knight: stating all his credentials but then down playing them at the same time using a split screen<br />
- Data mining skills will get you a salary increase (maybe)<br />
- Clustering is great for fraud detection. It will measure the distance between two points on a scatter chart and determine a likelihood<br />
- See <a href="http://www.sqlserverdatamining.com">http://www.sqlserverdatamining.com</a><br />
- The key is to flatten out your dataset. However, when creating a Mining Structure you can use nested tables if there is a relationship defined<br />
- SAS has good data mining algorithms, Microsoft&#8217;s ones are about an 80% fit. The clincher, you already have the MS ones and no additional purchase is required</p>
<p>I&#8217;m going to give this a whirl on some client data when I&#8217;m back at the office. Data mining, although not that well used, can add a lot of insight to the existing data warehouse.</p>
<p>Brian was the best presenter of the day for me.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blacksheepbi.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blacksheepbi.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blacksheepbi.wordpress.com&#038;blog=17883002&#038;post=74&#038;subd=blacksheepbi&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blacksheepbi.wordpress.com/2011/10/12/sql-pass-2011-day-1-highlights/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c3bc2b06489060e5d30cf209c3425b5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mschneeberger</media:title>
		</media:content>
	</item>
		<item>
		<title>Architecture Review in Dubai</title>
		<link>http://blacksheepbi.wordpress.com/2011/09/16/architecture-review-in-dubai/</link>
		<comments>http://blacksheepbi.wordpress.com/2011/09/16/architecture-review-in-dubai/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 19:48:13 +0000</pubDate>
		<dc:creator>Mark Schneeberger</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[timeXtender]]></category>

		<guid isPermaLink="false">http://blacksheepbi.wordpress.com/?p=70</guid>
		<description><![CDATA[Two weeks ago I was luckily enough to join our general manager for a Business Architecture review in Dubai. This was my first trip to the UAE and I was in for a few surprises. First up as an “eye examination” at 01:00am in the morning. Apparently all the chaps with ZAF passports have really [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blacksheepbi.wordpress.com&#038;blog=17883002&#038;post=70&#038;subd=blacksheepbi&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Two weeks ago I was luckily enough to join our general manager for a Business Architecture review in Dubai. This was my first trip to the UAE and I was in for a few surprises. First up as an “eye examination” at 01:00am in the morning. Apparently all the chaps with ZAF passports have really poor eyesight for some reason. Needless to say my eyes weren’t tested. My form got stamped and I was told to re-join the first queue I had stood in. Next up was the heat, a cool 35 degrees when we were picked up at the airport. Temperatures managed to get to 45 degrees at their peak making it less than pleasant to go for a stroll outside. Mind you, the humidity was pretty insane as well. And then finally, the cost of food and booze. A Heineken will set you back around 60 ZAR and for a 300g fillet – anything between R400 &#8211; R650. Eish.</p>
<p>On the brighter side were the friendly people, amazing buildings and malls you could never even dream of – full with ski slopes, aquariums and 1,200 stores!</p>
<p>Ok, so why were we out there? A potential client had asked us to review their infrastructure, business processes and technical implementation with the core focus relating to operational efficiencies. I was there more from a technical perspective and had the exciting job of building out a few POCs while we were on-site. This is where I have to give credit to the Microsoft stack, especially to PowerPivot. In just a few hours one is able to mash up multiple data sources and present back analysis that the client thought would take a very long time to complete. Our rapid BI development tool, timeXtender, also came in very handy when building out a finance cube on a subset of the client’s database.</p>
<p>These tools not only accelerate the ability to quickly create POCs, but also significantly reduce the development time for full-scale projects. The company I work for has recently had numerous success stories where ROI has been realised very quickly, sometimes within the first month of going live! The common denominator – timeXtender.</p>
<p><a href="http://blacksheepbi.files.wordpress.com/2011/09/dubai_01.jpg"><img class="alignnone size-medium wp-image-71" title="Dave and I with the Burj Al Arab in the background" src="http://blacksheepbi.files.wordpress.com/2011/09/dubai_01.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a></p>
<p>The review came to an end all too quickly but I was happy to be back in SA again. There is nothing quite like your own bed. Well, we’ve compiled an exciting roadmap for the client – let’s hope they want us to partner with them on the journey.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blacksheepbi.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blacksheepbi.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blacksheepbi.wordpress.com&#038;blog=17883002&#038;post=70&#038;subd=blacksheepbi&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blacksheepbi.wordpress.com/2011/09/16/architecture-review-in-dubai/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c3bc2b06489060e5d30cf209c3425b5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mschneeberger</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2011/09/dubai_01.jpg?w=300" medium="image">
			<media:title type="html">Dave and I with the Burj Al Arab in the background</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Server Denali CTP3 – Oh Yeah</title>
		<link>http://blacksheepbi.wordpress.com/2011/08/17/sql-server-denali-ctp3-%e2%80%93-oh-yeah/</link>
		<comments>http://blacksheepbi.wordpress.com/2011/08/17/sql-server-denali-ctp3-%e2%80%93-oh-yeah/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 20:06:30 +0000</pubDate>
		<dc:creator>Mark Schneeberger</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>

		<guid isPermaLink="false">http://blacksheepbi.wordpress.com/?p=62</guid>
		<description><![CDATA[The much anticipated release of CTP 3 occurred on 11 July this year: http://blogs.technet.com/b/dataplatforminsider/archive/2011/07/11/sql-server-code-name-denali-ctp3-is-here.aspx The past month has seen me building a virtual machine containing all the new features in the next version of SQL Server, specifically the BI ones. Top of my list was Project Crescent along with the new version of PowerPivot. I’ve [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blacksheepbi.wordpress.com&#038;blog=17883002&#038;post=62&#038;subd=blacksheepbi&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The much anticipated release of CTP 3 occurred on 11 July this year: <a href="http://blogs.technet.com/b/dataplatforminsider/archive/2011/07/11/sql-server-code-name-denali-ctp3-is-here.aspx">http://blogs.technet.com/b/dataplatforminsider/archive/2011/07/11/sql-server-code-name-denali-ctp3-is-here.aspx</a></p>
<p>The past month has seen me building a virtual machine containing all the new features in the next version of SQL Server, specifically the BI ones. Top of my list was Project Crescent along with the new version of PowerPivot. I’ve also been delving into the new version of Master Data Services and started taking a look at Data Quality Services today. Here is my impression on what I’ve seen so far:</p>
<p><strong>PowerPivot</strong></p>
<p>The new release of PowerPivot is really great and I am impressed with a lot of the new capabilities including: KPIs, hierarchies, diagram view, multiple relationships on the same field, meta data, advanced column sorting, perspectives, measure formatting and the ability to show details by right-clicking on the PivotTable. I also like the fact that you can change a field property to ImageURL (Advanced Properties) and then have these images appear in your Crescent reports.</p>
<p>To get a full list of the new features, open the PowerPivot window, click on the Help icon and then select the What’s New menu item.</p>
<p><strong>Project Crescent</strong></p>
<p>Wow, I really like Crescent! Crescent reports are pretty much Silverlight PivotTables based on PowerPivot models (uploaded to SharePoint 2010) or the new Tabular version of Analysis Services. The reports are very dynamic and filtering in one area automatically filters data in the other PivotTables and graphs (called Highlighting). The scatter chart also has an option for a Play Axis which is great for comparing data over time. Some of you may remember this report in the PowerPivot Management Dashboard in SharePoint’s Central Administration. Below is a screen grab of the report I created from my rugby PowerPivot data.</p>
<p><a href="http://blacksheepbi.files.wordpress.com/2011/08/crescentrugby.jpg"><img class="alignnone size-medium wp-image-64" title="CrescentRugby" src="http://blacksheepbi.files.wordpress.com/2011/08/crescentrugby.jpg?w=300&#038;h=215" alt="" width="300" height="215" /></a></p>
<p>The only downside I see to Crescent is the fact that you need SharePoint 2010 Enterprise Edition in order to get access to any of the cool BI features. This is going to prevent a lot of customers leveraging the new technology. And currently, I’m unaware of any applications which will be able to render these reports on a mobile device.</p>
<p><strong>Microsoft Visual Studio 2010</strong></p>
<p>So far I’ve explored the Tabular version of Analysis Services. It’s PowerPivot in Visual Studio (in blue instead of green) with a whole bunch of over advanced features e.g. Partitions and Roles. All up it looks decent. When embarking on a new project, architects will now need to decide as to whether they go the classic Analysis Services route (as we know it) or if they go the Tabular route.</p>
<p><a href="http://blacksheepbi.files.wordpress.com/2011/08/vs2010.jpg"><img class="alignnone size-medium wp-image-66" title="VS2010" src="http://blacksheepbi.files.wordpress.com/2011/08/vs2010.jpg?w=300&#038;h=206" alt="" width="300" height="206" /></a></p>
<p>Only thing I couldn’t see was how to add calculated DAX measures in my Tabular project…</p>
<p><strong>Master Data Services</strong></p>
<p>I must say that I was looking forward to an upgraded version of MDS but was disappointed to see that the majority of the application was unchanged. There are some Silverlight screens now embedded in the UI to improve the experience and performance but that was about it. There is also an Excel 2010 MDS add-in that allows you to connect to an MDS instance. This add-in will enable you to manage your master data in a very familiar environment to all of us. I’ll need to explore this feature in more detail to see how robust it is.</p>
<p><strong>Data Quality Services</strong></p>
<p>As I mentioned earlier, I only started looking at this new addition earlier today and my first impressions are good. I setup a Knowledge Base with some Domain Rules and Term-based Relations and it worked well. The UI also looks decent – a lot better than MDS. Below is another screen grab.</p>
<p><a href="http://blacksheepbi.files.wordpress.com/2011/08/dqsclient.jpg"><img class="alignnone size-medium wp-image-65" title="DQSClient" src="http://blacksheepbi.files.wordpress.com/2011/08/dqsclient.jpg?w=300&#038;h=159" alt="" width="300" height="159" /></a></p>
<p>What will be interesting to validate is the matching capabilities as one really wants to be able to easily de-duplicate datasets.</p>
<p>Stay tuned for more…</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blacksheepbi.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blacksheepbi.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blacksheepbi.wordpress.com&#038;blog=17883002&#038;post=62&#038;subd=blacksheepbi&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blacksheepbi.wordpress.com/2011/08/17/sql-server-denali-ctp3-%e2%80%93-oh-yeah/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c3bc2b06489060e5d30cf209c3425b5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mschneeberger</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2011/08/crescentrugby.jpg?w=300" medium="image">
			<media:title type="html">CrescentRugby</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2011/08/vs2010.jpg?w=300" medium="image">
			<media:title type="html">VS2010</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2011/08/dqsclient.jpg?w=300" medium="image">
			<media:title type="html">DQSClient</media:title>
		</media:content>
	</item>
		<item>
		<title>This one’s for you Mr Hoskins</title>
		<link>http://blacksheepbi.wordpress.com/2011/06/22/this-one%e2%80%99s-for-you-mr-hoskins/</link>
		<comments>http://blacksheepbi.wordpress.com/2011/06/22/this-one%e2%80%99s-for-you-mr-hoskins/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 18:53:17 +0000</pubDate>
		<dc:creator>Mark Schneeberger</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Dashboards]]></category>
		<category><![CDATA[Strategy Companion Analyzer]]></category>

		<guid isPermaLink="false">http://blacksheepbi.wordpress.com/?p=52</guid>
		<description><![CDATA[Our BI CoP (Community of Practice) is currently having a refresher of SharePoint 2010 during the month of June and it’s my turn to show some of the BI capabilities on offer. Other than Excel and Visio Services, PowerPivot and PivotViewer, SharePoint has a great tool called Dashboard Designer (part of Performance Point). Instead of [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blacksheepbi.wordpress.com&#038;blog=17883002&#038;post=52&#038;subd=blacksheepbi&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="text-align:justify;">Our BI CoP (Community of Practice) is currently having a refresher of SharePoint 2010 during the month of June and it’s my turn to show some of the BI capabilities on offer. Other than Excel and Visio Services, PowerPivot and PivotViewer, SharePoint has a great tool called Dashboard Designer (part of Performance Point).</p>
<p style="text-align:justify;">Instead of using the Contoso or Adventure works datasets to build out my dashboard, I went for a dataset I came across last year which revolves around Tri-nations rugby players. Quite interesting (if you like rugby that is). I used this same dataset when I showed PivotViewer at Tech-Ed Africa 2010 and received some good feedback.</p>
<p style="text-align:justify;">Dashboard Designer allows you to create a host of different objects including KPIs, Filters, Reports, Dashboards, Indicators and Scorecards. Dashboards are the containers and allow you to link up the other object types in one location. Once deployed, a Web Part page will display your dashboard. The only downside to this approach is that if you want to include document libraries and team discussions (as an example) into your dashboard, Dashboard Designer will overwrite those web parts the next time the dashboard is deployed.</p>
<p style="text-align:justify;">Now, you can easily get around this dilemma by not using the dashboard component in Dashboard Designer but instead create a new Web Part page from scratch. One can then quickly include your published Performance Point content in these web parts as well as your document libraries, custom lists or team discussions. One trick, you need to create connections between your different web parts in order for filters to work or for additional reports to be generated once a user clicks on a particular item. Note: connections would also need to be setup in Dashboard Designer.</p>
<p style="text-align:justify;">Here is what my dashboard looks like when you access it for the first time:</p>
<p style="text-align:justify;"><a href="http://blacksheepbi.files.wordpress.com/2011/06/rugbydashboard1.jpg"><img class="alignnone size-medium wp-image-53" title="RugbyDashboard1" src="http://blacksheepbi.files.wordpress.com/2011/06/rugbydashboard1.jpg?w=300&#038;h=188" alt="" width="300" height="188" /></a></p>
<p style="text-align:justify;">Once the user clicks on a player position or KPI, additional reports are displayed:</p>
<p style="text-align:justify;"><a href="http://blacksheepbi.files.wordpress.com/2011/06/rugbydashboard2.jpg"><img class="alignnone size-medium wp-image-54" title="RugbyDashboard2" src="http://blacksheepbi.files.wordpress.com/2011/06/rugbydashboard2.jpg?w=300&#038;h=188" alt="" width="300" height="188" /></a><a href="http://blacksheepbi.files.wordpress.com/2011/06/rugbydashboard3.jpg"><img class="alignnone size-medium wp-image-55" title="RugbyDashboard3" src="http://blacksheepbi.files.wordpress.com/2011/06/rugbydashboard3.jpg?w=300&#038;h=207" alt="" width="300" height="207" /></a></p>
<p style="text-align:justify;">I’ve even embedded the new Strategy Companion Analyzer Scorecard component:</p>
<p style="text-align:justify;"><a href="http://blacksheepbi.files.wordpress.com/2011/06/rugbydashboard4.jpg"><img class="alignnone size-medium wp-image-56" title="RugbyDashboard4" src="http://blacksheepbi.files.wordpress.com/2011/06/rugbydashboard4.jpg?w=300&#038;h=64" alt="" width="300" height="64" /></a></p>
<p style="text-align:justify;">And finally a little fun with my team discussions. I’ve included some classic one-liners from our coach, Pieter de Villiers.</p>
<p style="text-align:justify;"><a href="http://blacksheepbi.files.wordpress.com/2011/06/rugbydashboard5.jpg"><img class="alignnone size-medium wp-image-57" title="RugbyDashboard5" src="http://blacksheepbi.files.wordpress.com/2011/06/rugbydashboard5.jpg?w=300&#038;h=154" alt="" width="300" height="154" /></a></p>
<p style="text-align:justify;">With just a little bit of luck Oregan Hoskins will see this dashboard and recruit me as a data analyst for the up-and-coming Rugby World Cup!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blacksheepbi.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blacksheepbi.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blacksheepbi.wordpress.com&#038;blog=17883002&#038;post=52&#038;subd=blacksheepbi&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blacksheepbi.wordpress.com/2011/06/22/this-one%e2%80%99s-for-you-mr-hoskins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c3bc2b06489060e5d30cf209c3425b5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mschneeberger</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2011/06/rugbydashboard1.jpg?w=300" medium="image">
			<media:title type="html">RugbyDashboard1</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2011/06/rugbydashboard2.jpg?w=300" medium="image">
			<media:title type="html">RugbyDashboard2</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2011/06/rugbydashboard3.jpg?w=300" medium="image">
			<media:title type="html">RugbyDashboard3</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2011/06/rugbydashboard4.jpg?w=300" medium="image">
			<media:title type="html">RugbyDashboard4</media:title>
		</media:content>

		<media:content url="http://blacksheepbi.files.wordpress.com/2011/06/rugbydashboard5.jpg?w=300" medium="image">
			<media:title type="html">RugbyDashboard5</media:title>
		</media:content>
	</item>
	</channel>
</rss>
