<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments on: A 48 hour case study from Bing – Zero to Sixty :)</title>
	<atom:link href="http://powerpivotpro.com/2009/11/10/a-48-hour-case-study-from-bing-zero-to-sixty/feed/" rel="self" type="application/rss+xml" />
	<link>http://powerpivotpro.com/2009/11/10/a-48-hour-case-study-from-bing-zero-to-sixty/</link>
	<description>Thoughts on PowerPivot, SharePoint BI, and the occasional movie quote</description>
	<lastBuildDate>Fri, 30 Jul 2010 14:40:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: greg kramer</title>
		<link>http://powerpivotpro.com/2009/11/10/a-48-hour-case-study-from-bing-zero-to-sixty/#comment-122</link>
		<dc:creator>greg kramer</dc:creator>
		<pubDate>Tue, 10 Nov 2009 13:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://powerpivotpro.wordpress.com/2009/11/10/a-48-hour-case-study-from-bing-zero-to-sixty/#comment-122</guid>
		<description>exceptionally cool for excel jocks to see how things are unfolding behind the scenes at ms...also, very good marketing 2.0, it seems to me.

really jazzed about all of this.</description>
		<content:encoded><![CDATA[<p>exceptionally cool for excel jocks to see how things are unfolding behind the scenes at ms&#8230;also, very good marketing 2.0, it seems to me.</p>
<p>really jazzed about all of this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Banfield</title>
		<link>http://powerpivotpro.com/2009/11/10/a-48-hour-case-study-from-bing-zero-to-sixty/#comment-121</link>
		<dc:creator>Colin Banfield</dc:creator>
		<pubDate>Tue, 10 Nov 2009 12:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://powerpivotpro.wordpress.com/2009/11/10/a-48-hour-case-study-from-bing-zero-to-sixty/#comment-121</guid>
		<description>Amir, you&#039;re taken the words right out of my mouth. Exactly how I think about DAX.</description>
		<content:encoded><![CDATA[<p>Amir, you&#8217;re taken the words right out of my mouth. Exactly how I think about DAX.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amirnetz</title>
		<link>http://powerpivotpro.com/2009/11/10/a-48-hour-case-study-from-bing-zero-to-sixty/#comment-118</link>
		<dc:creator>amirnetz</dc:creator>
		<pubDate>Tue, 10 Nov 2009 07:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://powerpivotpro.wordpress.com/2009/11/10/a-48-hour-case-study-from-bing-zero-to-sixty/#comment-118</guid>
		<description>DAX is the unsung hero of PowerPivot. It is hard to show it off well in a short demo. But once you really dig your teeth into it, you find out that it is the real powerbase of PowerPivot. DAX is petty amazing, and it is only V1.0.

Looking forward to the next release (give us a bit more time folks...) I think DAX alone is going to change everything you knew about BI or about Excel... It is truly exciting to see it evolving.</description>
		<content:encoded><![CDATA[<p>DAX is the unsung hero of PowerPivot. It is hard to show it off well in a short demo. But once you really dig your teeth into it, you find out that it is the real powerbase of PowerPivot. DAX is petty amazing, and it is only V1.0.</p>
<p>Looking forward to the next release (give us a bit more time folks&#8230;) I think DAX alone is going to change everything you knew about BI or about Excel&#8230; It is truly exciting to see it evolving.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Banfield</title>
		<link>http://powerpivotpro.com/2009/11/10/a-48-hour-case-study-from-bing-zero-to-sixty/#comment-117</link>
		<dc:creator>Colin Banfield</dc:creator>
		<pubDate>Tue, 10 Nov 2009 06:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://powerpivotpro.wordpress.com/2009/11/10/a-48-hour-case-study-from-bing-zero-to-sixty/#comment-117</guid>
		<description>Darinee has had it easy. One of my biggest annoyances with Excel is the imbecilic PivotTable calculated field feature, which feels like it was developed by a freshmore on a summer job. Because of this idiot feature, I&#039;ve had to flex my VBA muscles to create *real* calculated fields based on a data field. Well, the party line has been to create the Excel formulas you need outside the PivotTable. Well, OK, how do you do that for each measure in a data field and synchronize the outside &quot;calculated column&quot; when the table is filtered, expanded with new data or the column total is toggled on or off? When I&#039;m done coding you can&#039;t tell where the actual PivotTable ends and the outside calculated column begins. But this is totally unnecessary work...at least it should be. I&#039;m disgusted every time I have to go through this routine.

In stark contrast, DAX calculated measures are amazing. It makes Excel&#039;s calculated field feature feel even dumber than it already is. No more senseless VBA coding. I could cry...Make that two tears: one for the elation of finally having real calculated fields in PivotTable and the other for the sadness that stat and financial functions aren&#039;t supported in DAX (sigh). Now instead of VBA coding, it&#039;s just the occasional figuring out how to do standard deviation or CHINV from first principles. Did I say standard deviation? Nah, that one is so fundamental (along with its variance companion) that it must be in CTP3.</description>
		<content:encoded><![CDATA[<p>Darinee has had it easy. One of my biggest annoyances with Excel is the imbecilic PivotTable calculated field feature, which feels like it was developed by a freshmore on a summer job. Because of this idiot feature, I&#8217;ve had to flex my VBA muscles to create *real* calculated fields based on a data field. Well, the party line has been to create the Excel formulas you need outside the PivotTable. Well, OK, how do you do that for each measure in a data field and synchronize the outside &#8220;calculated column&#8221; when the table is filtered, expanded with new data or the column total is toggled on or off? When I&#8217;m done coding you can&#8217;t tell where the actual PivotTable ends and the outside calculated column begins. But this is totally unnecessary work&#8230;at least it should be. I&#8217;m disgusted every time I have to go through this routine.</p>
<p>In stark contrast, DAX calculated measures are amazing. It makes Excel&#8217;s calculated field feature feel even dumber than it already is. No more senseless VBA coding. I could cry&#8230;Make that two tears: one for the elation of finally having real calculated fields in PivotTable and the other for the sadness that stat and financial functions aren&#8217;t supported in DAX (sigh). Now instead of VBA coding, it&#8217;s just the occasional figuring out how to do standard deviation or CHINV from first principles. Did I say standard deviation? Nah, that one is so fundamental (along with its variance companion) that it must be in CTP3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amirnetz</title>
		<link>http://powerpivotpro.com/2009/11/10/a-48-hour-case-study-from-bing-zero-to-sixty/#comment-114</link>
		<dc:creator>amirnetz</dc:creator>
		<pubDate>Tue, 10 Nov 2009 05:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://powerpivotpro.wordpress.com/2009/11/10/a-48-hour-case-study-from-bing-zero-to-sixty/#comment-114</guid>
		<description>OMG. What a great story. More. I want more of those.

- Amir.</description>
		<content:encoded><![CDATA[<p>OMG. What a great story. More. I want more of those.</p>
<p>- Amir.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
