<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Data Inspirations &#187; Excel</title>
	<atom:link href="http://blog.datainspirations.com/tag/excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.datainspirations.com</link>
	<description>Inspiring Intelligence from Information</description>
	<lastBuildDate>Thu, 02 Feb 2012 01:12:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Introducing Microsoft SQL Server 2008 R2 &#8211; Business Intelligence Samples</title>
		<link>http://blog.datainspirations.com/2010/04/30/intro-sql-server-2008-r2-bi-samples/</link>
		<comments>http://blog.datainspirations.com/2010/04/30/intro-sql-server-2008-r2-bi-samples/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 18:34:15 +0000</pubDate>
		<dc:creator>Stacia Misner</dc:creator>
				<category><![CDATA[Microsoft BI]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[PowerPivot]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>
		<category><![CDATA[SSRS]]></category>

		<guid isPermaLink="false">http://blog.datainspirations.com/?p=145</guid>
		<description><![CDATA[On April 14, 2010, Microsoft Press (blog &#124; twitter) released my latest book, co-authored with Ross Mistry (twitter), as a free ebook download - Introducing Microsoft SQL Server 2008 R2. As the title implies, this ebook is an introduction to the latest SQL Server release. Although you&#8217;ll find a comprehensive review of the product&#8217;s features [...]]]></description>
			<content:encoded><![CDATA[<p>On April 14, 2010, Microsoft Press (<a href="http://blogs.msdn.com/microsoft_press/" target="_blank">blog</a> | <a href="http://twitter.com/MicrosoftPress" target="_blank">twitter</a>) released my latest book, co-authored with Ross Mistry (<a href="http://twitter.com/RossMistry" target="_blank">twitter</a>), as a free ebook download -<a href="http://blogs.msdn.com/microsoft_press/archive/2010/04/14/free-ebook-introducing-microsoft-sql-server-2008-r2.aspx" target="_blank"> Introducing Microsoft SQL Server 2008 R2</a>. As the title implies, this ebook is an introduction to the latest SQL Server release. Although you&#8217;ll find a comprehensive review of the product&#8217;s features in this book, you will not find the step-by-step details that are typical in my other books. For those readers who are interested in a more interactive learning experience, I have created two samples file for download:</p>
<ul>
<li><a href="http://datainspirations.com/uploads/IntroSQLServer2008R2Samples.zip" target="_blank">IntroSQLServer2008R2Samples project</a></li>
<li><a href="http://datainspirations.com/uploads/Sales Analysis.zip" target="_blank">Sales Analysis workbook</a></li>
</ul>
<p>Here&#8217;s a recap of the business intelligence chapters and the samples I used to generate the screen shots by chapter:</p>
<p><strong>Chapter 6: Scalable Data Warehousing</strong> covers a new edition of SQL Server, <a href="http://www.microsoft.com/sqlserver/2008/en/us/parallel-data-warehouse.aspx" target="_blank">Parallel Data Warehouse</a>. Understandably, Microsoft did not ship me the software and hardware to set up my own Parallel Data Warehouse environment for testing purposes and consequently you won&#8217;t see any screenshots in this chapter. I received a lot of information and a lot of help from the product team during the development of this chapter to ensure its technical accuracy.</p>
<p><strong>Chapter 7: Master Data Services</strong> is a new component in SQL Server. After you install <a href="http://www.microsoft.com/sqlserver/2008/en/us/mds.aspx" target="_blank">Master Data Services</a> (MDS), which is a separate installation from SQL Server although it&#8217;s found on the same media, you can install sample models to explore (which is what I did to create screenshots for the book). To do this, you deploying packages found at \Program Files\Microsoft SQL Server\Master Data Services\Samples\Packages. You will first need to use the Configuration Manager (in the Microsoft SQL Server 2008 R2\Master Data Services program group) to create a database and a Web application for MDS. Then when you launch the application, you&#8217;ll see a Getting Started page which has a Deploy Sample Data link that you can use to deploy any of the sample packages.</p>
<p><strong>Chapter 8: Complex Event Processing</strong> is an introduction to another new component,<a href="http://www.microsoft.com/sqlserver/2008/en/us/r2-complex-event.aspx" target="_blank"> StreamInsight</a>. This topic was way too large to cover in-depth in a single chapter, so I focused on information such as architecture, development models, and an overview of the key sections of code you&#8217;ll need to develop for your own applications. StreamInsight is an engine that operates on data in-flight and as such has no user interface that I could include in the book as screenshots. The November CTP version of SQL Server 2008 R2 included code samples as part of the installation, but these are not the official samples that will eventually be available in <a href="http://streaminsight.codeplex.com/" target="_blank">Codeplex</a>. At the time of this writing, the samples are not yet published.</p>
<p><strong>Chapter 9: Reporting Services Enhancements</strong> provides an overview of all the changes to Reporting Services in SQL Server 2008 R2, and there are many! In previous posts, I shared more details than you&#8217;ll find in the book about new functions (<a href="http://blog.datainspirations.com/2010/03/19/sql-server-2008-r2-reporting-services-look-up-look-down-look-all-around-part-i/" target="_blank">Lookup</a>, <a href="http://blog.datainspirations.com/2010/03/29/sql-server-2008-r2-reporting-services-look-up-part-ii-2/" target="_blank">MultiLookup</a>, and <a href="http://blog.datainspirations.com/2010/04/07/sql-server-2008-r2-reporting-services-look-up-part-iii/" target="_blank">LookupSet</a>), <a href="http://blog.datainspirations.com/2010/04/13/ssrs-page-number/" target="_blank">properties for page numbering</a>, and the new global variable <a href="http://blog.datainspirations.com/2010/03/03/sql-server-2008-r2-reporting-services-as-you-like-it/" target="_blank">RenderFormat</a>. I will confess that I didn&#8217;t use actual data in the book for my discussion on the Lookup functions, but I did create real reports for the blog posts and will upload those separately. For the other screenshots and examples in the book, I have created the <a href="http://datainspirations.com/uploads/IntroSQLServer2008R2Samples.zip" target="_blank">IntroSQLServer2008R2Samples project </a>for you to download. To preview these reports in Business Intelligence Development Studio, you must have the <a href="http://msftdbprodsamples.codeplex.com/releases/view/24854" target="_blank">AdventureWorksDW2008R2</a> database installed, and you must download and install <a title="Download SQL Server 2008 R2" href="http://www.microsoft.com/sqlserver/2008/en/us/R2Downloads.aspx" target="_blank">SQL Server 2008 R2</a>. For the map report, you must execute the PopulationData.sql script that I included in the samples file to add a table to the AdventureWorksDW2008R2 database. The IntroSQLServer2008R2Samples project includes the following files:</p>
<ul>
<li>01_AggregateOfAggregates.rdl to illustrate the use of embedded aggregate functions</li>
<li>02_RenderFormatAndPaging.rdl to illustrate the use of page break properties (Disabled, ResetPageNumber), the PageName property, and the RenderFormat global variable</li>
<li>03_DataSynchronization.rdl to illustrate the use of the DomainScope property</li>
<li>04_TextboxOrientation.rdl to illustrate the use of the WritingMode property</li>
<li>05_DataBar.rdl</li>
<li>06_Sparklines.rdl</li>
<li>07_Indicators.rdl</li>
<li>08_Map.rdl to illustrate a simple analytical map that uses color to show population counts by state</li>
<li>PopulationData.sql to provide the data necessary for the map report</li>
</ul>
<p><strong>Chapter 10: Self-Service Analysis with PowerPivot</strong> introduces two new components to the Microsoft BI stack, PowerPivot for Excel  and PowerPivot for SharePoint, which you can learn more about at the <a href="http://www.powerpivot.com/" target="_blank">PowerPivot site</a>. To produce the screenshots for this chapter, I created the <a href="http://datainspirations.com/uploads/Sales Analysis.zip" target="_blank">Sales Analysis workbook </a>which you can download (although you must have Excel 2010 and the PowerPivot for Excel add-in installed to explore it fully). It&#8217;s a rather simple workbook because space in the book did not permit a complete exploration of all the wonderful things you can do with PowerPivot. I used a tutorial that was available with the CTP version as a basis for the report so it might look familiar if you&#8217;ve already started learning about PowerPivot.</p>
<p>In future posts, I&#8217;ll continue exploring the new features in greater detail. If there&#8217;s any special requests, please let me know!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.datainspirations.com/2010/04/30/intro-sql-server-2008-r2-bi-samples/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Searching BI Data in MOSS</title>
		<link>http://blog.datainspirations.com/2007/10/01/searching-bi-data-in-moss/</link>
		<comments>http://blog.datainspirations.com/2007/10/01/searching-bi-data-in-moss/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 17:26:00 +0000</pubDate>
		<dc:creator>Stacia Misner</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[BDC]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[SSAS]]></category>
		<category><![CDATA[SSRS]]></category>

		<guid isPermaLink="false">http://c434d39e-1a06-453f-9969-23e0e445ec10</guid>
		<description><![CDATA[A couple of weeks ago, I delivered a presentation at PASS 2007 entitled &#8220;Searching Business Intelligence Data in Microsoft Office SharePoint Server 2007.&#8221; The steps to configure the environment correctly are considerable and difficult to represent with enough detail in PowerPoint slides, so I promised the audience not to sweat the details in note-taking and [...]]]></description>
			<content:encoded><![CDATA[<div>A couple of weeks ago, I delivered a presentation at PASS 2007 entitled &#8220;Searching Business Intelligence Data in Microsoft Office SharePoint Server 2007.&#8221; The steps to configure the environment correctly are considerable and difficult to represent with enough detail in PowerPoint slides, so I promised the audience not to sweat the details in note-taking and await the step-by-step instructions to be posted on this site. At last, I&#8217;ve finalized the notes. Microsoft has a white paper, Extending Enterprise Search Capabilities to Your BI Applications (<a href="http://download.microsoft.com/download/7/2/a/72ae11fe-564d-4756-a878-eccb2e0692d7/BI%20Search%20Technical%20White%20Paper.doc">http://download.microsoft.com/download/7/2/a/72ae11fe-564d-4756-a878-eccb2e0692d7/BI%20Search%20Technical%20White%20Paper.doc</a>),  and samples for download (<a href="http://download.microsoft.com/download/7/2/a/72ae11fe-564d-4756-a878-eccb2e0692d7/BI%20Search%20Technical%20White%20Paper%20Support%20Contents.zip">http://download.microsoft.com/download/7/2/a/72ae11fe-564d-4756-a878-eccb2e0692d7/BI%20Search%20Technical%20White%20Paper%20Support%20Contents.zip</a>), but I found that these instructions assume you know a lot about MOSS already and I found a couple of errors. I&#8217;ve provided more detailed (and hopefully, error-free) instructions and some additional sample content here: <a href="http://www.datainspirations.com/uploads/moss_search_samples.zip" target="_blank">MOSS BI Search Step by Step</a>.</p>
<p>Because most people that I&#8217;ve talked to are not implementing Kerberos yet (although I highly recommend you reconsider it as it makes security implementation easier!), I&#8217;ve written these instructions under the assumption that NTLM authentication is being used and hard-coded credentials in Excel and/or SSRS are being used to authenticate the user for the reports&#8217; data sources.</p>
<p>This particular example I&#8217;ve developed assumes one Analysis Services source &#8211; for Excel reporting &#8211; and one SQL Server source &#8211; for SSRS, but you shouldn&#8217;t assume this means that you can&#8217;t use SQL Server as a source for Excel reports or SSAS as a source for SSRS. You just need to create the Business Data Catalog (BDC) as appropriate for your source and associate it with Web part pages as an action. The key difference between the two sources for the BDC is how you pass parameter values to the Web part page.</p>
<p>Here are thumbnails linked to the full images&#8230;</p>
<p>First, the results of a search with the two links that I show later highlighted here in red:<br />
<img src="http://blog.datainspirations.com/images/35546-33075/th_bi_search.jpg" border="0" alt="" width="100" /><br />
<a href="http://datainspirations.com/uploads/bi_search.gif" target="_blank">Link to full-size image</a></p>
<p>Here is the link to an Excel Web part page:<br />
<img src="http://blog.datainspirations.com/images/35546-33075/th_bi_search_result_1.jpg" border="0" alt="" width="100" /><br />
<a href="http://datainspirations.com/uploads/bi_search_result_1.gif" target="_blank">Link to full-size image</a></p>
<p>And finally the link to an SSRS Web part page:<br />
<img src="http://blog.datainspirations.com/images/35546-33075/th_bi_search_result_2.jpg" border="0" alt="" width="100" /><br />
<a href="http://datainspirations.com/uploads/bi_search_result_2.gif" target="_blank">Link to full-size image</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.datainspirations.com/2007/10/01/searching-bi-data-in-moss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

