<?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>PowerPivotGeek &#187; Client</title>
	<atom:link href="http://powerpivotgeek.com/category/client/feed/" rel="self" type="application/rss+xml" />
	<link>http://powerpivotgeek.com</link>
	<description>An adventure in managed self-service computing</description>
	<lastBuildDate>Wed, 19 Jan 2011 23:04:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Importing XML data</title>
		<link>http://powerpivotgeek.com/2010/10/24/importing-xml-data/</link>
		<comments>http://powerpivotgeek.com/2010/10/24/importing-xml-data/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 04:36:18 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Client]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/10/24/importing-xml-data/</guid>
		<description><![CDATA[<p> </p>
<p>So you’ve got a bunch of XML data. How do you get it into PowerPivot? Various ideas:</p>

Import it into Excel using its normal data input capabilities. Once you’ve got the data into a worksheet, you have two options depending on if you are going to modify it later on. If the data is dynamic, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://powerpivotgeek.com/wp-content/uploads/2010/10/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://powerpivotgeek.com/wp-content/uploads/2010/10/image_thumb.png" width="169" height="129" /></a> </p>
<p>So you’ve got a bunch of XML data. How do you get it into PowerPivot? Various ideas:</p>
<ol>
<li>Import it into Excel using its normal data input capabilities. Once you’ve got the data into a worksheet, you have two options depending on if you are going to modify it later on. If the data is dynamic, i.e. you might change it by-hand later on, then mark the range and convert it into a table. Once you have a table, you can create a linked table with PowerPivot. The advantage is that you can go back and edit the data and PowerPivot will re-import the data on the change. However, a far simplier approach is an option if the data is static and read-only. If this is the case then there is no need to link a table. Once you have the data imported, then just cut-and-paste it directly into PowerPivot – and you’ve got a new table. From here you can create relationships and start integrating the data. The only problem, in both of cases, is that the data cannot be refreshed.</li>
<li>Import the data into SQL Server and from there load it into PowerPivot. In this case the data may be refreshable depending on the format and source. This is a common IT function, typically solved via XML datatypes, and SSIS – so a DBA should be able to help you.</li>
<li>Use SSRS (Reporting Services). Once you have a report on top of the data, then you can export it as a data feed to PowerPivot. So long as the report can render any updated data, this means that the information is fully refreshable by PowerPivot using its automated data refresh facility.</li>
</ol>
<p>Hope this helps.</p>
<p>_-_-_ Dave</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowerpivotgeek.com%2F2010%2F10%2F24%2Fimporting-xml-data%2F&amp;linkname=Importing%20XML%20data"><img src="http://powerpivotgeek.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://powerpivotgeek.com/2010/10/24/importing-xml-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When is the field list not the field list?</title>
		<link>http://powerpivotgeek.com/2010/10/24/when-is-the-field-list-not-the-field-list/</link>
		<comments>http://powerpivotgeek.com/2010/10/24/when-is-the-field-list-not-the-field-list/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 04:21:33 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Client]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/10/24/when-is-the-field-list-not-the-field-list/</guid>
		<description><![CDATA[<p>So I am playing around with the PowerPivot add-in constructing a new sample application. I’ve got the data and I am inserting pivot tables in my worksheets. All of a sudden I noticed that the field list isn’t the PowerPivot field list – it is the Excel field list. What happened? (I never did figure [...]]]></description>
			<content:encoded><![CDATA[<p>So I am playing around with the PowerPivot add-in constructing a new sample application. I’ve got the data and I am inserting pivot tables in my worksheets. All of a sudden I noticed that the field list isn’t the PowerPivot field list – it is the Excel field list. What happened? (I never did figure it out) – but more importantly how do I get it back?</p>
<blockquote><p>Trick: In Excel, click on your pivot table data. Most of the time the PowerPivot field list comes back. If that doesn’t then go to the Excel ribbon, select the ‘PowerPivot’ tab, and click on the ‘Field List’ button.  Now you should see it.</p></blockquote>
<p>Enjoy.</p>
<p>_-_-_ Dave</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowerpivotgeek.com%2F2010%2F10%2F24%2Fwhen-is-the-field-list-not-the-field-list%2F&amp;linkname=When%20is%20the%20field%20list%20not%20the%20field%20list%3F"><img src="http://powerpivotgeek.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://powerpivotgeek.com/2010/10/24/when-is-the-field-list-not-the-field-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data from SSAS cubes is imported as a string; not numeric</title>
		<link>http://powerpivotgeek.com/2010/10/04/data-from-ssas-cubes-is-imported-as-a-string-not-numeric/</link>
		<comments>http://powerpivotgeek.com/2010/10/04/data-from-ssas-cubes-is-imported-as-a-string-not-numeric/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 22:50:37 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Client]]></category>
		<category><![CDATA[Data import]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/10/04/data-from-ssas-cubes-is-imported-as-a-string-not-numeric/</guid>
		<description><![CDATA[<p>So I am playing with importing data from an an SSAS cube. The most distracting issue is that numeric columns are imported as strings, and the default aggregation for strings is Count. Thus when I try to drag &#38; drop measures into Values field,&#160; I found that it treated as Count rather than Sum. When [...]]]></description>
			<content:encoded><![CDATA[<p>So I am playing with importing data from an an SSAS cube. The most distracting issue is that numeric columns are imported as strings, and the default aggregation for strings is Count. Thus when I try to drag &amp; drop measures into Values field,&#160; I found that it treated as Count rather than Sum. When I change Count to Sum, following error message is displayed:</p>
<blockquote><p>“ERROR &#8211; CALCULATION ABORTED: MdxScript(Sandbox) (12, 72) The function SUM takes an argument that evaluates to numbers or dates and cannot work with values of type String”.</p>
</blockquote>
<p>Bingo – clearly what is happening is that what I think is numeric (i.e. measures), is coming in a strings. What is happening is that during the import process everything comes in as dimension attributes (i.e. as strings). As I quick workaround, in PowerPivot window, I found that I had to do was to convert the column to a numeric data type and it will work.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowerpivotgeek.com%2F2010%2F10%2F04%2Fdata-from-ssas-cubes-is-imported-as-a-string-not-numeric%2F&amp;linkname=Data%20from%20SSAS%20cubes%20is%20imported%20as%20a%20string%3B%20not%20numeric"><img src="http://powerpivotgeek.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://powerpivotgeek.com/2010/10/04/data-from-ssas-cubes-is-imported-as-a-string-not-numeric/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cheat sheet: Re-installing the client add-in</title>
		<link>http://powerpivotgeek.com/2010/10/04/cheat-sheet-re-installing-the-client-add-in/</link>
		<comments>http://powerpivotgeek.com/2010/10/04/cheat-sheet-re-installing-the-client-add-in/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 22:49:15 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Client]]></category>
		<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/10/04/cheat-sheet-re-installing-the-client-add-in/</guid>
		<description><![CDATA[<p>“Help! My PowerPivot for Excel is totally messed up. How do I just reinstall everything?”</p>
<p>I’ve had to do this lots of times as we’ve gone through various beta builds. Here are the steps that I go through to totally clear out the client add-in:</p>

Uninstall the PowerPivot for Excel add-in 
Manually delete all the files under [...]]]></description>
			<content:encoded><![CDATA[<p>“Help! My PowerPivot for Excel is totally messed up. How do I just reinstall everything?”</p>
<p>I’ve had to do this lots of times as we’ve gone through various beta builds. Here are the steps that I go through to totally clear out the client add-in:</p>
<ol>
<li>Uninstall the PowerPivot for Excel add-in </li>
<li>Manually delete all the files under C:\Program Files\Microsoft Analysis Services\ </li>
<li>If it is an x64 bit box, also C:\Program Files(x86)\Microsoft Analysis services\ folder as well. </li>
<li>Install the PowerPivot for Excel add-in again </li>
</ol>
<p>Hope this helps.</p>
<p>_-_-_ Dave</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowerpivotgeek.com%2F2010%2F10%2F04%2Fcheat-sheet-re-installing-the-client-add-in%2F&amp;linkname=Cheat%20sheet%3A%20Re-installing%20the%20client%20add-in"><img src="http://powerpivotgeek.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://powerpivotgeek.com/2010/10/04/cheat-sheet-re-installing-the-client-add-in/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Howto: Get more flexibility when importing data from text files</title>
		<link>http://powerpivotgeek.com/2010/08/18/howto-get-more-flexibility-when-importing-data-from-text-files/</link>
		<comments>http://powerpivotgeek.com/2010/08/18/howto-get-more-flexibility-when-importing-data-from-text-files/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 22:06:00 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Client]]></category>
		<category><![CDATA[Data refresh]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[ACE]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[text files]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/04/27/howto-get-more-flexibility-when-importing-data-from-text-files/</guid>
		<description><![CDATA[<p>Updated: 18-Aug-2010</p>
<p>Microsoft does not recommend or support the use of Office applications in a server-side environment (see http://support.microsoft.com/kb/257757 ). In the case of PowerPivot, the data refresh facility is implemented within an NT Service and, as such, falls under this restriction. In this article we will use the ACE provider to give you more control [...]]]></description>
			<content:encoded><![CDATA[<p>Updated: 18-Aug-2010</p>
<blockquote><p>Microsoft does not recommend or support the use of Office applications in a server-side environment (see <a href="http://support.microsoft.com/kb/257757">http://support.microsoft.com/kb/257757</a> ). In the case of PowerPivot, the data refresh facility is implemented within an NT Service and, as such, falls under this restriction. In this article we will use the ACE provider to give you more control over importing text files. So long as the importing of data is done using the PowerPivot for Excel add-in, then you in a supported environment. However you should not be refreshing the data on the server as that uses the ACE provider in an unsupported environment.</p>
</blockquote>
<p>Question: By default PowerPivot has two limitations when working with text files (using the Office ACE OLE DB provider): (1) will only import data from files with an extension of .txt, .tab, and .csv; and (2) it will only recognize tab, comma, semicolon, space, colon, and vertical bar and column delimiters. Is there a way to change PowerPivot’s configuration so that it will recognize other file extensions or column delimiters?</p>
<p>Answer: Yup &#8212; that is a technical term.&#160; You can use a schema.ini file in the same directory as the imported text file to specify all kinds of things that aren’t available through the PowerPivot UI, including fixed column rather than delimited text file format.&#160; Here’s a web page with the info:</p>
<blockquote><p><a href="http://msdn.microsoft.com/en-us/library/ms709353(VS.85).aspx">http://msdn.microsoft.com/en-us/library/ms709353(VS.85).aspx</a></p>
</blockquote>
<p>(Thanks to Ron Pihlgren for this solution. Ron is the PowerPivot client test lead – and his blog is included in my blogroll.)</p>
<p>Enjoy.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowerpivotgeek.com%2F2010%2F08%2F18%2Fhowto-get-more-flexibility-when-importing-data-from-text-files%2F&amp;linkname=Howto%3A%20Get%20more%20flexibility%20when%20importing%20data%20from%20text%20files"><img src="http://powerpivotgeek.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://powerpivotgeek.com/2010/08/18/howto-get-more-flexibility-when-importing-data-from-text-files/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What is a &#8220;snapshot&#8221; when you enable client-side tracing</title>
		<link>http://powerpivotgeek.com/2010/08/02/what-is-a-snapshot-when-you-enable-client-side-tracing/</link>
		<comments>http://powerpivotgeek.com/2010/08/02/what-is-a-snapshot-when-you-enable-client-side-tracing/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 00:19:34 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Client]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/08/02/what-is-a-snapshot-when-you-enable-client-side-tracing/</guid>
		<description><![CDATA[<p>In getting ready for a recent internal presentation on PowerPivot, I was asked what this button actually does . . . (see below)</p>
<p> </p>
<p>The primary purpose for the settings page is to setup diagnostic tracing. The trace file itself is pretty straightforward, it is the regular SSAS tracing subsystem that we know and love . [...]]]></description>
			<content:encoded><![CDATA[<p>In getting ready for a recent internal presentation on PowerPivot, I was asked what this button actually does . . . (see below)</p>
<p><a href="http://powerpivotgeek.com/wp-content/uploads/2010/08/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://powerpivotgeek.com/wp-content/uploads/2010/08/image_thumb.png" width="594" height="117" /></a> </p>
<p>The primary purpose for the settings page is to setup diagnostic tracing. The trace file itself is pretty straightforward, it is the regular SSAS tracing subsystem that we know and love . . . get ready to spin up SQL Profiler to read it. But the most common question that I get is “What is that snapshot thing??”.</p>
<p><a href="http://powerpivotgeek.com/wp-content/uploads/2010/08/image1.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://powerpivotgeek.com/wp-content/uploads/2010/08/image_thumb1.png" width="594" height="525" /></a> </p>
<p>The best ‘geek’ answer is the code snippet that generates it:</p>
<blockquote><p>GetSchemaInformation(connection, &quot;DISCOVER_OBJECT_MEMORY_USAGE&quot;);      <br />GetSchemaInformation(connection, &quot;DISCOVER_OBJECT_ACTIVITY&quot;);       <br />GetSchemaInformation(connection, &quot;DISCOVER_COMMAND_OBJECTS&quot;);       <br />GetSchemaInformation(connection, &quot;DISCOVER_STORAGE_TABLES&quot;);       <br />GetSchemaInformation(connection, &quot;DISCOVER_STORAGE_TABLE_COLUMNS&quot;);       <br />GetSchemaInformation(connection, &quot;DISCOVER_STORAGE_TABLE_COLUMN_SEGMENTS&quot;)</p>
</blockquote>
<p>As you can see, what it does is to send a series of XMLA Discover commands to the embedded SSAS engine, listing what objects are being used, how often, and what their sizes are. All of it great info . . . </p>
<p>Enjoy!</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowerpivotgeek.com%2F2010%2F08%2F02%2Fwhat-is-a-snapshot-when-you-enable-client-side-tracing%2F&amp;linkname=What%20is%20a%20%26ldquo%3Bsnapshot%26rdquo%3B%20when%20you%20enable%20client-side%20tracing"><img src="http://powerpivotgeek.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://powerpivotgeek.com/2010/08/02/what-is-a-snapshot-when-you-enable-client-side-tracing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Client: What happens if I install the wrong &#8216;bitness&#8217;?</title>
		<link>http://powerpivotgeek.com/2010/06/17/client-what-happens-if-i-install-the-wrong-bitness/</link>
		<comments>http://powerpivotgeek.com/2010/06/17/client-what-happens-if-i-install-the-wrong-bitness/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 00:07:35 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Client]]></category>
		<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/06/17/client-what-happens-if-i-install-the-wrong-bitness/</guid>
		<description><![CDATA[<p>Recently ran into this situation: Customer installed the wrong PowerPivot bits on their machine. They were running on a 64-bit OS with Office 2010 x64, but installed PowerPivot for Excel 32-bit. Everything installed OK, but when they clicked on the PowerPivot tab in Excel; then the PowerPivot Window they received the following error:</p>
<p>Embedded Analysis Services [...]]]></description>
			<content:encoded><![CDATA[<p>Recently ran into this situation: Customer installed the wrong PowerPivot bits on their machine. They were running on a 64-bit OS with Office 2010 x64, but installed PowerPivot for Excel 32-bit. Everything installed OK, but when they clicked on the PowerPivot tab in Excel; then the PowerPivot Window they received the following error:</p>
<blockquote><p>Embedded Analysis Services Engine: Could not open embedded PowerPivot data     <br />Click OK      <br />Embedded Analysis Services Engine: Could not open embedded PowerPivot data      <br />Unable to load the VertiPaq engine (HRESULT 0&#215;0800A03EC)</p>
</blockquote>
<p>Solution: Uninstalled PowerPivot for Excel and installed the x64 bit version of PowerPivot. Everything now works.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowerpivotgeek.com%2F2010%2F06%2F17%2Fclient-what-happens-if-i-install-the-wrong-bitness%2F&amp;linkname=Client%3A%20What%20happens%20if%20I%20install%20the%20wrong%20%26lsquo%3Bbitness%26rsquo%3B%3F"><img src="http://powerpivotgeek.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://powerpivotgeek.com/2010/06/17/client-what-happens-if-i-install-the-wrong-bitness/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Interested in PowerPivot and data mining?</title>
		<link>http://powerpivotgeek.com/2010/05/13/interested-in-powerpivot-and-data-mining/</link>
		<comments>http://powerpivotgeek.com/2010/05/13/interested-in-powerpivot-and-data-mining/#comments</comments>
		<pubDate>Fri, 14 May 2010 06:32:19 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Client]]></category>
		<category><![CDATA[Cool demo]]></category>
		<category><![CDATA[Data mining]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/05/13/interested-in-powerpivot-and-data-mining/</guid>
		<description><![CDATA[<p>I just had a chance to view some very cool demos on the topic of using PowerPivot and data mining together to solve some interesting business problems.</p>
<p>Go see Mark Tabladillo’s YouTube home page: http://www.youtube.com/user/MarkTabNet# or his web site at: http://www.marktab.net/ (which also has a download of the workbooks he is using in his demo.</p>
<p>And the [...]]]></description>
			<content:encoded><![CDATA[<p>I just had a chance to view some very cool demos on the topic of using PowerPivot and data mining together to solve some interesting business problems.</p>
<p>Go see Mark Tabladillo’s YouTube home page: <a title="http://www.youtube.com/user/MarkTabNet#" href="http://www.youtube.com/user/MarkTabNet#">http://www.youtube.com/user/MarkTabNet#</a> or his web site at: <a title="http://www.marktab.net/" href="http://www.marktab.net/">http://www.marktab.net/</a> (which also has a download of the workbooks he is using in his demo.</p>
<p>And the three demos are here:</p>
<ol>
<li><a title="http://www.youtube.com/user/MarkTabNet#p/a/u/0/oy7RCLJRuGg" href="http://www.youtube.com/user/MarkTabNet#p/a/u/0/oy7RCLJRuGg">http://www.youtube.com/user/MarkTabNet#p/a/u/0/oy7RCLJRuGg</a> (Categorization) </li>
<li><a title="http://www.youtube.com/user/MarkTabNet#p/a/u/1/7oNr71Qrox4" href="http://www.youtube.com/user/MarkTabNet#p/a/u/1/7oNr71Qrox4">http://www.youtube.com/user/MarkTabNet#p/a/u/1/7oNr71Qrox4</a> (Promotion analysis) </li>
<li><a title="http://www.youtube.com/user/MarkTabNet#p/a/u/2/MgXzU_WSVUo" href="http://www.youtube.com/user/MarkTabNet#p/a/u/2/MgXzU_WSVUo">http://www.youtube.com/user/MarkTabNet#p/a/u/2/MgXzU_WSVUo</a> (Marriage scoring) </li>
</ol>
<p>(Just one geek’ie comment – you will notice that he is using the 32-bit PowerPivot add-in and Excel 32-bit. This is because the data mining add-in is only available in 32-bit so you will hit various memory limits sooner than you would with 64-bit. Forewarned is forearmed.)</p>
<p>And while we are on the subject, here are two interesting blog postings from Kasper de Jonge:   <br /><a title="http://www.powerpivotblog.nl/convert-a-excel-pivot-table-to-a-excel-table-use-ssas-data-to-do-data-mining-in-excel" href="http://www.powerpivotblog.nl/convert-a-excel-pivot-table-to-a-excel-table-use-ssas-data-to-do-data-mining-in-excel">http://www.powerpivotblog.nl/convert-a-excel-pivot-table-to-a-excel-table-use-ssas-data-to-do-data-mining-in-excel</a>    <br /><a title="http://www.powerpivotblog.nl/screencast-using-datamining-with-powerpivot-in-excel" href="http://www.powerpivotblog.nl/screencast-using-datamining-with-powerpivot-in-excel">http://www.powerpivotblog.nl/screencast-using-datamining-with-powerpivot-in-excel</a></p>
<p>Enjoy!</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowerpivotgeek.com%2F2010%2F05%2F13%2Finterested-in-powerpivot-and-data-mining%2F&amp;linkname=Interested%20in%20PowerPivot%20and%20data%20mining%3F"><img src="http://powerpivotgeek.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://powerpivotgeek.com/2010/05/13/interested-in-powerpivot-and-data-mining/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Howto: Hide a table in the PowerPivot field list</title>
		<link>http://powerpivotgeek.com/2010/05/12/howto-hide-a-table-in-the-powerpivot-field-list/</link>
		<comments>http://powerpivotgeek.com/2010/05/12/howto-hide-a-table-in-the-powerpivot-field-list/#comments</comments>
		<pubDate>Thu, 13 May 2010 04:33:50 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Client]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/05/12/howto-hide-a-table-in-the-powerpivot-field-list/</guid>
		<description><![CDATA[<p>Here is a cute trick for all of you ‘client’ jockeys out there. Sometimes you have a table that you, as a designer, have for some limited uses. Maybe the table exists for establishing relationships, or for intermediate calculations, but not for querying. How can you hide it? Well, it turns out that it is [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a cute trick for all of you ‘client’ jockeys out there. Sometimes you have a table that you, as a designer, have for some limited uses. Maybe the table exists for establishing relationships, or for intermediate calculations, but not for querying. How can you hide it? Well, it turns out that it is pretty easy to do although it is not intuitive. (Or it wasn’t to me as a server geek) You hide a table from the PowerPivot field list by <u>hiding all fields from it in the PivotTable</u>. In the PowerPivot window, go to the Design Tab | Hide &amp; Unhide | Uncheck ‘Select All’ from the ‘In PivotTable’ column ). That is it, now the table won’t show in the field list (as there are columns to select). </p>
<p>Before you ask, you cannot hide a table from the PowerPivot window in V1. Sorry.    <br />We had to save something for V2. <img src='http://powerpivotgeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowerpivotgeek.com%2F2010%2F05%2F12%2Fhowto-hide-a-table-in-the-powerpivot-field-list%2F&amp;linkname=Howto%3A%20Hide%20a%20table%20in%20the%20PowerPivot%20field%20list"><img src="http://powerpivotgeek.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://powerpivotgeek.com/2010/05/12/howto-hide-a-table-in-the-powerpivot-field-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerPivot for Excel add-in is not coming up in Excel</title>
		<link>http://powerpivotgeek.com/2010/05/12/powerpivot-for-excel-add-in-is-not-coming-up-in-excel/</link>
		<comments>http://powerpivotgeek.com/2010/05/12/powerpivot-for-excel-add-in-is-not-coming-up-in-excel/#comments</comments>
		<pubDate>Thu, 13 May 2010 04:23:24 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Client]]></category>
		<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/05/12/powerpivot-for-excel-add-in-is-not-coming-up-in-excel/</guid>
		<description><![CDATA[<p>After installing the PowerPivot for Excel add-in there are various things that you can to do attempt to debug the situation:</p>

First, and I know this sounds dumb, but I have to point it out – you have to be using Excel 2010. PowerPivot does not run under earlier version of Excel. 
Next ensure that you [...]]]></description>
			<content:encoded><![CDATA[<p>After installing the PowerPivot for Excel add-in there are various things that you can to do attempt to debug the situation:</p>
<ol>
<li>First, and I know this sounds dumb, but I have to point it out – you have to be using <strong>Excel 2010</strong>. PowerPivot does not run under earlier version of Excel. </li>
<li>Next ensure that you have the additional “Shared Features” option checked in your Office install options. We need this for VSTO support. </li>
<li>Next ensure that you have the COM add-ins to see whether it’s checked, if not check and try it again. You might see something like:
<p><a href="http://powerpivotgeek.com/wp-content/uploads/2010/05/image3.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://powerpivotgeek.com/wp-content/uploads/2010/05/image_thumb3.png" width="444" height="180" /></a>       </li>
<li>Check to see whether or not the PowerPivot for Excel add-in is disabled. If disabled, enable it and try again. Sometimes Excel won’t enable it by default, or you don’t accept the signing when the add-in first comes up after registration. Check whether the add-in is in disabled items list. You might be wondering “Why does Excel disable PowerPivot?” The answer is that if Excel believes that an add-in is interfering with the usage of Excel, it disables the add-in. This could be something as simple as a delay in some startup code, i.e. you hit a network ‘hiccup’ at just the wrong time, or something like that.</li>
<li>If you still cannot get a valid error message, please try this
<ul>
<li>Open My Computer Properties </li>
<li>Click on Advanced Tab </li>
<li>Click on the Environmental Variable </li>
<li>Click on New User Variable </li>
<li>Add VSTO_SUPPRESSDISPLAYALERTS with value 0 press OK </li>
<li>Repair PowerPivot For Excel from add/remove program </li>
<li>Open Excel again, it will prompt an error message – that might lead you to a better understanding of the problem. </li>
</ul>
</li>
</ol>
<p>Enjoy!</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowerpivotgeek.com%2F2010%2F05%2F12%2Fpowerpivot-for-excel-add-in-is-not-coming-up-in-excel%2F&amp;linkname=PowerPivot%20for%20Excel%20add-in%20is%20not%20coming%20up%20in%20Excel"><img src="http://powerpivotgeek.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://powerpivotgeek.com/2010/05/12/powerpivot-for-excel-add-in-is-not-coming-up-in-excel/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>

