<?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: Implementing a Dynamic Top X via slicers in Excel 2013 using DAX queries and Excel Macros</title>
	<atom:link href="http://www.powerpivotpro.com/2012/07/implementing-a-dynamic-top-x-via-slicers-in-excel-2013-using-dax-queries-and-excel-macros/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.powerpivotpro.com/2012/07/implementing-a-dynamic-top-x-via-slicers-in-excel-2013-using-dax-queries-and-excel-macros/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=implementing-a-dynamic-top-x-via-slicers-in-excel-2013-using-dax-queries-and-excel-macros</link>
	<description>Thoughts on PowerPivot, the future of Excel, and the occasional movie quote</description>
	<lastBuildDate>Wed, 22 May 2013 13:51:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Opal</title>
		<link>http://www.powerpivotpro.com/2012/07/implementing-a-dynamic-top-x-via-slicers-in-excel-2013-using-dax-queries-and-excel-macros/#comment-5995</link>
		<dc:creator>Opal</dc:creator>
		<pubDate>Wed, 08 Aug 2012 06:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.powerpivotpro.com/?p=4753#comment-5995</guid>
		<description><![CDATA[I sent you the spreadsheet back, for anoyne else that&#039;s watching.. use nested IF with AND=IF(AND(A2  ,B2  ),IF(SUM(B2-A2)=0, 0 ,SUM(B2-A2)), &quot;)check a2 and b2 for valuesif they both have values   check if value is zero and put 0 if it is or otherwise show the differenceif either one is blank   don&#039;t display anything]]></description>
		<content:encoded><![CDATA[<p>I sent you the spreadsheet back, for anoyne else that&#8217;s watching.. use nested IF with AND=IF(AND(A2  ,B2  ),IF(SUM(B2-A2)=0, 0 ,SUM(B2-A2)), &#8220;)check a2 and b2 for valuesif they both have values   check if value is zero and put 0 if it is or otherwise show the differenceif either one is blank   don&#8217;t display anything</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Banfield</title>
		<link>http://www.powerpivotpro.com/2012/07/implementing-a-dynamic-top-x-via-slicers-in-excel-2013-using-dax-queries-and-excel-macros/#comment-5833</link>
		<dc:creator>Colin Banfield</dc:creator>
		<pubDate>Thu, 26 Jul 2012 23:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.powerpivotpro.com/?p=4753#comment-5833</guid>
		<description><![CDATA[Hi Kasper,

I see your points. The big problem with a macro solution is that it limits your model to the Excel client. You can&#039;t publish the model to SharePoint and you can&#039;t export it to SSAS Tabular. For this reason, I avoid macros when I can find an alternative solution.

I&#039;m relieved to see that DAX queries can be used with tables. I was very concerned that there were no client tools available to create and view the results of a DAX query.]]></description>
		<content:encoded><![CDATA[<p>Hi Kasper,</p>
<p>I see your points. The big problem with a macro solution is that it limits your model to the Excel client. You can&#8217;t publish the model to SharePoint and you can&#8217;t export it to SSAS Tabular. For this reason, I avoid macros when I can find an alternative solution.</p>
<p>I&#8217;m relieved to see that DAX queries can be used with tables. I was very concerned that there were no client tools available to create and view the results of a DAX query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasper</title>
		<link>http://www.powerpivotpro.com/2012/07/implementing-a-dynamic-top-x-via-slicers-in-excel-2013-using-dax-queries-and-excel-macros/#comment-5832</link>
		<dc:creator>Kasper</dc:creator>
		<pubDate>Thu, 26 Jul 2012 22:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.powerpivotpro.com/?p=4753#comment-5832</guid>
		<description><![CDATA[Hi Colin,

Yes I will clarify a bit, there is no way to get that done easily, I feel this approach is more easily reproducible without having too much DAX to write.

Again you are right, the slicer can now be connected to a table, but they will only show the values from that table. I cannot connect to a model table and have all the years available in the slicer. So it wouldn&#039;t help me in this scenario.

Thanks,
Kasper]]></description>
		<content:encoded><![CDATA[<p>Hi Colin,</p>
<p>Yes I will clarify a bit, there is no way to get that done easily, I feel this approach is more easily reproducible without having too much DAX to write.</p>
<p>Again you are right, the slicer can now be connected to a table, but they will only show the values from that table. I cannot connect to a model table and have all the years available in the slicer. So it wouldn&#8217;t help me in this scenario.</p>
<p>Thanks,<br />
Kasper</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Banfield</title>
		<link>http://www.powerpivotpro.com/2012/07/implementing-a-dynamic-top-x-via-slicers-in-excel-2013-using-dax-queries-and-excel-macros/#comment-5831</link>
		<dc:creator>Colin Banfield</dc:creator>
		<pubDate>Thu, 26 Jul 2012 14:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.powerpivotpro.com/?p=4753#comment-5831</guid>
		<description><![CDATA[Hi Kasper,

Surperb post! A couple of things aren&#039;t clear though:

You said:
&quot;Next up is creating a table that will give us the top 10 Products by Sum of SalesAmount. There is no way to get this using a PivotTable.&quot;

I&#039;m not sure I understand the statement, since all of the past TopN posts are based on PivotTables, and the models I created in Excel 2010 still work in Excel 2013. I think that I might be missing the context of the statement though.

You said:
&quot;There is no way to create slicers that are connected to table, so we need to find a way to work around this.&quot;

Indeed, you can connect a slicer to a table in Excel 2013. It&#039;s one of the top new features touted by the Office team, and I can assure you that it works quite well.]]></description>
		<content:encoded><![CDATA[<p>Hi Kasper,</p>
<p>Surperb post! A couple of things aren&#8217;t clear though:</p>
<p>You said:<br />
&#8220;Next up is creating a table that will give us the top 10 Products by Sum of SalesAmount. There is no way to get this using a PivotTable.&#8221;</p>
<p>I&#8217;m not sure I understand the statement, since all of the past TopN posts are based on PivotTables, and the models I created in Excel 2010 still work in Excel 2013. I think that I might be missing the context of the statement though.</p>
<p>You said:<br />
&#8220;There is no way to create slicers that are connected to table, so we need to find a way to work around this.&#8221;</p>
<p>Indeed, you can connect a slicer to a table in Excel 2013. It&#8217;s one of the top new features touted by the Office team, and I can assure you that it works quite well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
