<?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/"
		>
<channel>
	<title>Comments on: Trying to solve a business problem with Powerpivot, Gemini CTP2</title>
	<atom:link href="http://www.powerpivotblog.nl/trying-to-solve-a-business-problem-with-powerpivot-gemini-ctp2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.powerpivotblog.nl/trying-to-solve-a-business-problem-with-powerpivot-gemini-ctp2</link>
	<description>Bringing BI to the masses</description>
	<lastBuildDate>Tue, 31 Jan 2012 13:02:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Small Business and Technology &#124; The Tinternet Starts Here</title>
		<link>http://www.powerpivotblog.nl/trying-to-solve-a-business-problem-with-powerpivot-gemini-ctp2/comment-page-1#comment-263</link>
		<dc:creator>Small Business and Technology &#124; The Tinternet Starts Here</dc:creator>
		<pubDate>Mon, 02 Nov 2009 00:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=773#comment-263</guid>
		<description>[...] Trying to solve a business problem with Powerpivot, Gemini CTP2 [...]</description>
		<content:encoded><![CDATA[<p>[...] Trying to solve a business problem with Powerpivot, Gemini CTP2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Banfield</title>
		<link>http://www.powerpivotblog.nl/trying-to-solve-a-business-problem-with-powerpivot-gemini-ctp2/comment-page-1#comment-260</link>
		<dc:creator>Colin Banfield</dc:creator>
		<pubDate>Fri, 30 Oct 2009 14:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=773#comment-260</guid>
		<description>Hi Kasper, interesting post. A few comments:


&quot;since i was trying to get the average per month I decided to go for the following formula: =Sum(FactInternetSales[OrderQuantity]) / Max(DimDate[MonthNumberOfYear])&quot;


A formula such as =CALCULATE(SUM(FactInternetSales[OrderQuantity])/COUNTROWS(DISTINCT(DimDate[EnglishMonthName])),ALL(DimDate[EnglishMonthName])) 


should provide the correct values for month average. Oddly, when I tried the formula with the Adventure WorksDW2008 database, it computed a value for August 2004, which has no data. So for this year only, the month average was computed over 8 months instead of 7 months.


&quot;One major issue i find here is that the columndimensions are grouped by measure, not making it easy to compare measures. The OLAP pivottable has this by default:&quot;


That&#039;s odd. When I created the calculated measures, they appeared next to the standard aggregate for the year (like you show in the OLAP figure). What&#039;s not clear is why the year field appears at the bottom of the column hierarchy in your case. I didn&#039;t have this problem.


&quot;Next up was creating a way to select the current month and last month of last year. I know that in CTP3 time intelligence functions will be available so i will be using them when CTP3 is released.&quot;

I&#039;m looking forward to those time intelligence functions. One possible way to do the selections you want is to create slicers for month and year. Since either or both of these fields could end up in the pivot table, to use the fields also as slicers requires duplicating the fields in the Gemini DimDate table i.e. creating calculated columns for month and year.


&quot;I hope a lot of work is spent on user friendliness since Excel is the GUI the end user must be able to create the comparisons.&quot;

I couldn&#039;t agree more. While the issue of time intelligence might be solved, there are other issues that would challenge even seasoned Excel users.</description>
		<content:encoded><![CDATA[<p>Hi Kasper, interesting post. A few comments:</p>
<p>&#8220;since i was trying to get the average per month I decided to go for the following formula: =Sum(FactInternetSales[OrderQuantity]) / Max(DimDate[MonthNumberOfYear])&#8221;</p>
<p>A formula such as =CALCULATE(SUM(FactInternetSales[OrderQuantity])/COUNTROWS(DISTINCT(DimDate[EnglishMonthName])),ALL(DimDate[EnglishMonthName])) </p>
<p>should provide the correct values for month average. Oddly, when I tried the formula with the Adventure WorksDW2008 database, it computed a value for August 2004, which has no data. So for this year only, the month average was computed over 8 months instead of 7 months.</p>
<p>&#8220;One major issue i find here is that the columndimensions are grouped by measure, not making it easy to compare measures. The OLAP pivottable has this by default:&#8221;</p>
<p>That&#8217;s odd. When I created the calculated measures, they appeared next to the standard aggregate for the year (like you show in the OLAP figure). What&#8217;s not clear is why the year field appears at the bottom of the column hierarchy in your case. I didn&#8217;t have this problem.</p>
<p>&#8220;Next up was creating a way to select the current month and last month of last year. I know that in CTP3 time intelligence functions will be available so i will be using them when CTP3 is released.&#8221;</p>
<p>I&#8217;m looking forward to those time intelligence functions. One possible way to do the selections you want is to create slicers for month and year. Since either or both of these fields could end up in the pivot table, to use the fields also as slicers requires duplicating the fields in the Gemini DimDate table i.e. creating calculated columns for month and year.</p>
<p>&#8220;I hope a lot of work is spent on user friendliness since Excel is the GUI the end user must be able to create the comparisons.&#8221;</p>
<p>I couldn&#8217;t agree more. While the issue of time intelligence might be solved, there are other issues that would challenge even seasoned Excel users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg kramer</title>
		<link>http://www.powerpivotblog.nl/trying-to-solve-a-business-problem-with-powerpivot-gemini-ctp2/comment-page-1#comment-246</link>
		<dc:creator>greg kramer</dc:creator>
		<pubDate>Mon, 26 Oct 2009 22:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=773#comment-246</guid>
		<description>thanks!....keep um coming</description>
		<content:encoded><![CDATA[<p>thanks!&#8230;.keep um coming</p>
]]></content:encoded>
	</item>
</channel>
</rss>

