<?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: Screencast: Introduction to time intelligent functions in PowerPivot</title>
	<atom:link href="http://www.powerpivotblog.nl/screencast-introduction-to-time-intelligent-functions-in-powerpivot/feed" rel="self" type="application/rss+xml" />
	<link>http://www.powerpivotblog.nl/screencast-introduction-to-time-intelligent-functions-in-powerpivot</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: Kasper de Jonge</title>
		<link>http://www.powerpivotblog.nl/screencast-introduction-to-time-intelligent-functions-in-powerpivot/comment-page-1#comment-1670</link>
		<dc:creator>Kasper de Jonge</dc:creator>
		<pubDate>Wed, 02 Mar 2011 16:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=1095#comment-1670</guid>
		<description>&lt;a href=&quot;#comment-1668&quot; rel=&quot;nofollow&quot;&gt;@Simon Taylor &lt;/a&gt;great :) If you have more questions let me know :)</description>
		<content:encoded><![CDATA[<p><a href="#comment-1668" rel="nofollow">@Simon Taylor </a>great <img src='http://www.powerpivotblog.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  If you have more questions let me know <img src='http://www.powerpivotblog.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Taylor</title>
		<link>http://www.powerpivotblog.nl/screencast-introduction-to-time-intelligent-functions-in-powerpivot/comment-page-1#comment-1668</link>
		<dc:creator>Simon Taylor</dc:creator>
		<pubDate>Wed, 02 Mar 2011 13:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=1095#comment-1668</guid>
		<description>&lt;a href=&quot;#comment-1665&quot; rel=&quot;nofollow&quot;&gt;@Simon Taylor  &lt;/a&gt; 
In the end it worked out to be quite simple (isnt it always):-

=CALCULATE( [Sum of Out] , DATEADD(DimDate[DateKey], -1, MONTH))

And then :-

=[Sum of Out] - [Sum PM]

Your screencast got me started though!
Cheers</description>
		<content:encoded><![CDATA[<p><a href="#comment-1665" rel="nofollow">@Simon Taylor  </a><br />
In the end it worked out to be quite simple (isnt it always):-</p>
<p>=CALCULATE( [Sum of Out] , DATEADD(DimDate[DateKey], -1, MONTH))</p>
<p>And then :-</p>
<p>=[Sum of Out] &#8211; [Sum PM]</p>
<p>Your screencast got me started though!<br />
Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Taylor</title>
		<link>http://www.powerpivotblog.nl/screencast-introduction-to-time-intelligent-functions-in-powerpivot/comment-page-1#comment-1665</link>
		<dc:creator>Simon Taylor</dc:creator>
		<pubDate>Wed, 02 Mar 2011 12:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=1095#comment-1665</guid>
		<description>&lt;a href=&quot;#comment-1664&quot; rel=&quot;nofollow&quot;&gt;@Simon Taylor  &lt;/a&gt; 
This is my attempt to obtain the last months data for the same element in the pivot table:-

=CALCULATE(SUM(SourceData[Out]),PARALLELPERIOD(SourceData[Date],-1,MONTH),
   SourceData[Recurring] = IF(COUNTROWS(VALUES(SourceData[Recurring])) = 1,
							  VALUES(SourceData[Recurring])
							),
   SourceData[Master Category] = IF(COUNTROWS(VALUES(SourceData[Master Category])) = 1,
								 VALUES(SourceData[Master Category])
								 ),
   SourceData[CATEGORY] = IF(COUNTROWS(VALUES(SourceData[CATEGORY])) = 1,
                          VALUES(SourceData[CATEGORY])
						  )								 
		  )</description>
		<content:encoded><![CDATA[<p><a href="#comment-1664" rel="nofollow">@Simon Taylor  </a><br />
This is my attempt to obtain the last months data for the same element in the pivot table:-</p>
<p>=CALCULATE(SUM(SourceData[Out]),PARALLELPERIOD(SourceData[Date],-1,MONTH),<br />
   SourceData[Recurring] = IF(COUNTROWS(VALUES(SourceData[Recurring])) = 1,<br />
							  VALUES(SourceData[Recurring])<br />
							),<br />
   SourceData[Master Category] = IF(COUNTROWS(VALUES(SourceData[Master Category])) = 1,<br />
								 VALUES(SourceData[Master Category])<br />
								 ),<br />
   SourceData[CATEGORY] = IF(COUNTROWS(VALUES(SourceData[CATEGORY])) = 1,<br />
                          VALUES(SourceData[CATEGORY])<br />
						  )<br />
		  )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Taylor</title>
		<link>http://www.powerpivotblog.nl/screencast-introduction-to-time-intelligent-functions-in-powerpivot/comment-page-1#comment-1664</link>
		<dc:creator>Simon Taylor</dc:creator>
		<pubDate>Wed, 02 Mar 2011 10:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=1095#comment-1664</guid>
		<description>I am using your example calculate functions to try and create measure but am having some problems.
I can create a measure which shows me the total for the previous month.
I have a pivot table which shows me expense per month, per master category and sub category.
The measure when applied to the pivot shows me the total value per month on each of the master category and sub category rows.
I have been looking into how to apply a filter to the calculate function whereby it filters the response in the context of the pivot table master and sub category rows but i cant quite grasp it. Do you have any ideas.

Thanks

Simon</description>
		<content:encoded><![CDATA[<p>I am using your example calculate functions to try and create measure but am having some problems.<br />
I can create a measure which shows me the total for the previous month.<br />
I have a pivot table which shows me expense per month, per master category and sub category.<br />
The measure when applied to the pivot shows me the total value per month on each of the master category and sub category rows.<br />
I have been looking into how to apply a filter to the calculate function whereby it filters the response in the context of the pivot table master and sub category rows but i cant quite grasp it. Do you have any ideas.</p>
<p>Thanks</p>
<p>Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasper de Jonge PowerPivot Blog &#187; PowerPivot Time intelligent functions golden rules</title>
		<link>http://www.powerpivotblog.nl/screencast-introduction-to-time-intelligent-functions-in-powerpivot/comment-page-1#comment-1244</link>
		<dc:creator>Kasper de Jonge PowerPivot Blog &#187; PowerPivot Time intelligent functions golden rules</dc:creator>
		<pubDate>Wed, 22 Sep 2010 10:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=1095#comment-1244</guid>
		<description>[...] PowerPivot time intelligent functions revisited: why use ALL() and how to work around it Create a separate related time table for time intelligent functions in PowerPivot Screencast: Introduction to time intelligent functions in PowerPivot [...]</description>
		<content:encoded><![CDATA[<p>[...] PowerPivot time intelligent functions revisited: why use ALL() and how to work around it Create a separate related time table for time intelligent functions in PowerPivot Screencast: Introduction to time intelligent functions in PowerPivot [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasper de Jonge PowerPivot Blog &#187; 10 things you should know when you use PowerPivot version 2.0</title>
		<link>http://www.powerpivotblog.nl/screencast-introduction-to-time-intelligent-functions-in-powerpivot/comment-page-1#comment-1204</link>
		<dc:creator>Kasper de Jonge PowerPivot Blog &#187; 10 things you should know when you use PowerPivot version 2.0</dc:creator>
		<pubDate>Fri, 17 Sep 2010 15:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=1095#comment-1204</guid>
		<description>[...] Know the golden rules when working with Time Intelligent functions [...]</description>
		<content:encoded><![CDATA[<p>[...] Know the golden rules when working with Time Intelligent functions [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasper de Jonge PowerPivot and MS BI Blog &#187; 10 things you should know when you use PowerPivot</title>
		<link>http://www.powerpivotblog.nl/screencast-introduction-to-time-intelligent-functions-in-powerpivot/comment-page-1#comment-915</link>
		<dc:creator>Kasper de Jonge PowerPivot and MS BI Blog &#187; 10 things you should know when you use PowerPivot</dc:creator>
		<pubDate>Fri, 18 Jun 2010 13:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=1095#comment-915</guid>
		<description>[...] Know the golden rules when working with Time Intelligent functions [...]</description>
		<content:encoded><![CDATA[<p>[...] Know the golden rules when working with Time Intelligent functions [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasper de Jonge</title>
		<link>http://www.powerpivotblog.nl/screencast-introduction-to-time-intelligent-functions-in-powerpivot/comment-page-1#comment-467</link>
		<dc:creator>Kasper de Jonge</dc:creator>
		<pubDate>Tue, 09 Feb 2010 17:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=1095#comment-467</guid>
		<description>&lt;a href=&quot;#comment-465&quot; rel=&quot;nofollow&quot;&gt;@Brad &lt;/a&gt; 
Hi Brad, i created a blog post on how to do this: http://business-intelligence.kdejonge.net/using-time-intelligent-powerpivot-functions-with-fiscal-year

Hope this solves your problem.</description>
		<content:encoded><![CDATA[<p><a href="#comment-465" rel="nofollow">@Brad </a><br />
Hi Brad, i created a blog post on how to do this: <a href="http://business-intelligence.kdejonge.net/using-time-intelligent-powerpivot-functions-with-fiscal-year" rel="nofollow">http://business-intelligence.kdejonge.net/using-time-intelligent-powerpivot-functions-with-fiscal-year</a></p>
<p>Hope this solves your problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://www.powerpivotblog.nl/screencast-introduction-to-time-intelligent-functions-in-powerpivot/comment-page-1#comment-465</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Tue, 09 Feb 2010 05:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=1095#comment-465</guid>
		<description>Kasper,

Great article and great blog.

Do these functions work when the financial year differs from the Calendar year. Here in Australia her have a Jul-Jun Financial year we are always doing YTD type calculations. 

Thanks.</description>
		<content:encoded><![CDATA[<p>Kasper,</p>
<p>Great article and great blog.</p>
<p>Do these functions work when the financial year differs from the Calendar year. Here in Australia her have a Jul-Jun Financial year we are always doing YTD type calculations. </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasper de Jonge</title>
		<link>http://www.powerpivotblog.nl/screencast-introduction-to-time-intelligent-functions-in-powerpivot/comment-page-1#comment-419</link>
		<dc:creator>Kasper de Jonge</dc:creator>
		<pubDate>Thu, 21 Jan 2010 17:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=1095#comment-419</guid>
		<description>Hi &lt;a href=&quot;#comment-418&quot; rel=&quot;nofollow&quot;&gt;@Frank &lt;/a&gt; ,

I know what you mean, this is indeed true when have your facts and dates in the same table,  The ALL overwrites the slicer selection. 

What you can do is copy your date values to a new excel sheet, use the remove duplicate function and load it to PowerPivot by using linked tables. Create a key and a relationship. Then use the date column from the new table in your timeintelligent functions and use ALL(DATETABLE) instead of all(facttable). This should work, i did it myself recently. I&#039;m figuring out how we can do it without resorting to this workaround.

Kasper</description>
		<content:encoded><![CDATA[<p>Hi <a href="#comment-418" rel="nofollow">@Frank </a> ,</p>
<p>I know what you mean, this is indeed true when have your facts and dates in the same table,  The ALL overwrites the slicer selection. </p>
<p>What you can do is copy your date values to a new excel sheet, use the remove duplicate function and load it to PowerPivot by using linked tables. Create a key and a relationship. Then use the date column from the new table in your timeintelligent functions and use ALL(DATETABLE) instead of all(facttable). This should work, i did it myself recently. I&#8217;m figuring out how we can do it without resorting to this workaround.</p>
<p>Kasper</p>
]]></content:encoded>
	</item>
</channel>
</rss>

