<?xml version="1.0" encoding="utf-8"?>
<!-- generator="Joomla! - Open Source Content Management" -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>PowerPivot Posts</title>
		<description><![CDATA[PowerPivot & DAX/MDX papers, posts, tips, FAQs, webcasts, videos, samples]]></description>
		<link>http://www.powerpivot-info.com/post</link>
		<lastBuildDate>Wed, 15 Apr 2026 08:34:17 +0000</lastBuildDate>
		<generator>Joomla! - Open Source Content Management</generator>
		<atom:link rel="self" type="application/rss+xml" href="http://www.powerpivot-info.com/post?format=feed&amp;type=rss"/>
		<language>en-gb</language>
		<item>
			<title>The ALL() Function in DAX</title>
			<link>http://www.powerpivot-info.com/post/1646-the-all-function-in-dax</link>
			<guid isPermaLink="true">http://www.powerpivot-info.com/post/1646-the-all-function-in-dax</guid>
			<description><![CDATA[<p>In this article I am going to write about the ALL() function, show how it works and explain a common use case.  I will also cover the unexpected behaviour that occurs when using the ALL() function in Power BI Desktop – more on that later.</p>
<p>For this article I will use my simplified copy of the Adventure Works database as shown below.</p>
]]></description>
			<category>Posts</category>
			<pubDate>Fri, 14 Jul 2017 18:05:35 +0000</pubDate>
		</item>
		<item>
			<title>Power Pivot Crashes–Another Update from Seattle </title>
			<link>http://www.powerpivot-info.com/post/1645-power-pivot-crashes-another-update-from-seattle</link>
			<guid isPermaLink="true">http://www.powerpivot-info.com/post/1645-power-pivot-crashes-another-update-from-seattle</guid>
			<description><![CDATA[<p>When I was at the Microsoft Data Insights Summit last week I took the opportunity to catch up with Howie Dickerman to get an update on how the bug fixing with Power Pivot for Excel is coming along.  I talked about this in <a href="http://exceleratorbi.com.au/does-the-power-pivot-excel-add-in-crash-for-you/" target="_blank" rel="noopener noreferrer">my original blog here</a> and then my <a href="http://exceleratorbi.com.au/power-pivot-crashes-update/" target="_blank" rel="noopener noreferrer">previous update here</a>.   And the good news is the work is going very well.  The summary of what Howie told me is as follows:</p>
]]></description>
			<category>Posts</category>
			<pubDate>Fri, 23 Jun 2017 12:33:46 +0000</pubDate>
		</item>
		<item>
			<title>The Latest and Best Way to Catch/Capture/Inspect Slicer Selections</title>
			<link>http://www.powerpivot-info.com/post/1644-the-latest-and-best-way-to-catch-capture-inspect-slicer-selections</link>
			<guid isPermaLink="true">http://www.powerpivot-info.com/post/1644-the-latest-and-best-way-to-catch-capture-inspect-slicer-selections</guid>
			<description><![CDATA[<p>Quick post today because, well, even more going on than usual.</p>
<p>This is actually the fifth post on this specific topic, which means that it’s something that keeps coming up.  But unlike previous posts, in which we kept DISCOVERING slightly better ways to do things, this latest post is triggered by us GETTING a new way to do it from Microsoft.</p>
]]></description>
			<category>Posts</category>
			<pubDate>Wed, 22 Mar 2017 18:37:43 +0000</pubDate>
		</item>
		<item>
			<title>Mighty Morphing Pivot Tables or: How I learned to automatically change hierarchy levels on rows</title>
			<link>http://www.powerpivot-info.com/post/1643-mighty-morphing-pivot-tables-or-how-i-learned-to-automatically-change-hierarchy-levels-on-rows</link>
			<guid isPermaLink="true">http://www.powerpivot-info.com/post/1643-mighty-morphing-pivot-tables-or-how-i-learned-to-automatically-change-hierarchy-levels-on-rows</guid>
			<description><![CDATA[<p>Typical Client Report Requests</p>
<ul>
<li>Simple but complex</li>
<li>High-level yet detailed</li>
<li>Compact yet containing everything…</li>
</ul>
<p>Quite understandably, clients love to channel their inner Marie Antoinette by basically asking to have their cake and eat it too. I actually relish those scenarios, they allow me to flex my “think outside the box” muscles!  And hey, it’s great to be working with a toolset that truly CAN accommodate the special demands posed by real-world situations.</p>
]]></description>
			<category>Posts</category>
			<pubDate>Wed, 22 Mar 2017 18:33:05 +0000</pubDate>
		</item>
		<item>
			<title>5 Useful Data Analysis Expressions (DAX) Functions for Beginners</title>
			<link>http://www.powerpivot-info.com/post/1642-5-useful-data-analysis-expressions-dax-functions-for-beginners</link>
			<guid isPermaLink="true">http://www.powerpivot-info.com/post/1642-5-useful-data-analysis-expressions-dax-functions-for-beginners</guid>
			<description><![CDATA[<p><span id="hs_cos_wrapper_post_body" class="hs_cos_wrapper hs_cos_wrapper_meta_field hs_cos_wrapper_type_rich_text" data-hs-cos-general-type="meta_field" data-hs-cos-type="rich_text">Getting started with <a href="https://msdn.microsoft.com/en-us/library/gg413422.aspx">Data Analysis Expressions</a> (DAX) can be intimidating, but becoming knowledgeable in just a few basic functions can help you to unlock many new insights into your data. While it is easy to create visuals in <a href="https://powerbi.microsoft.com/en-us/">Power BI</a> or Pivot Charts, we often desire to view data for specific time frames, or with specific filters applied or removed, that we are unable to accomplish with our raw data.</span></p>
]]></description>
			<category>Posts</category>
			<pubDate>Wed, 08 Mar 2017 20:27:41 +0000</pubDate>
		</item>
		<item>
			<title>Handling Missing Members In The CubeSet() Function With Power Pivot</title>
			<link>http://www.powerpivot-info.com/post/1641-handling-missing-members-in-the-cubeset-function-with-power-pivot</link>
			<guid isPermaLink="true">http://www.powerpivot-info.com/post/1641-handling-missing-members-in-the-cubeset-function-with-power-pivot</guid>
			<description><![CDATA[<p><strong>Reposted from <a target="_blank">Chris Webb's blog</a> with the author's permission. </strong></p>
<p>Last week I received an email from a reader asking how to handle missing members in MDX used in the Excel <a href="https://support.office.com/en-gb/article/CUBESET-function-5b2146bd-62d6-4d04-9d8f-670e993ee1d9?ui=en-US&amp;rs=en-GB&amp;ad=GB&amp;fromAR=1">CubeSet()</a> function. My first thought was that this could be solved easily with the <a href="http://sqlblog.com/blogs/mosha/archive/2005/06/09/what-is-mdx-missing-members-mode-in-analysis-services-2005.aspx">MDXMissingMemberMode connection string property</a> but it turns out this can’t be used with Power Pivot in Excel 2013/6 because you can’t edit the connection string back to the Excel Data Model:</p>
]]></description>
			<category>Posts</category>
			<pubDate>Thu, 23 Feb 2017 19:58:55 +0000</pubDate>
		</item>
		<item>
			<title>Compare equivalent periods in DAX</title>
			<link>http://www.powerpivot-info.com/post/1640-compare-equivalent-periods-in-dax</link>
			<guid isPermaLink="true">http://www.powerpivot-info.com/post/1640-compare-equivalent-periods-in-dax</guid>
			<description><![CDATA[<p>If you do not have a full month with data, comparisons such as year-over-year (YOY) might require particular filters in order to do a like for like comparison in DAX. This article describes how to write DAX expressions comparing equivalent periods, keeping corresponding number of days in the comparison.<br /> <span id="more-34641"></span><br />When you create a year-over-year in DAX, you usually compare two set of dates from the calendar, regardless of the presence of data in all the days of the period. For example, consider the following year-over-year (YOY) calculation for Sales in December 2008 for a particular store.</p>
]]></description>
			<category>Posts</category>
			<pubDate>Fri, 20 Jan 2017 20:10:11 +0000</pubDate>
		</item>
		<item>
			<title>DAX Time Intelligence for Beginners</title>
			<link>http://www.powerpivot-info.com/post/1639-dax-time-intelligence-for-beginners</link>
			<guid isPermaLink="true">http://www.powerpivot-info.com/post/1639-dax-time-intelligence-for-beginners</guid>
			<description><![CDATA[<p>I help a lot of people on forums who ask questions about time intelligence for DAX.  If you are just starting out then the chances are that you may not even be clear what time intelligence is and hence sometimes you don’t even know what to ask.  Often the question is something like “I want to show this year and last year on a chart”, or “total year to date this year compared with last year” etc. If you want to do any time based comparison using DAX, Power Pivot and or Power BI, then this article explaining time intelligence is the right article for you.</p>
]]></description>
			<category>Posts</category>
			<pubDate>Mon, 16 Jan 2017 20:12:55 +0000</pubDate>
		</item>
		<item>
			<title>How Many Working Days Has An Employee Been Off Work?</title>
			<link>http://www.powerpivot-info.com/post/1638-how-many-working-days-has-an-employee-been-off-work</link>
			<guid isPermaLink="true">http://www.powerpivot-info.com/post/1638-how-many-working-days-has-an-employee-been-off-work</guid>
			<description><![CDATA[<p>I answered some forum questions recently that were similar in nature and I thought they would make a good blog article. The scenario is this: there is a table that contains information about when an employee was absent from work like shown below.</p>
<p>The question is “How many working days were they off work giving consideration to both weekends and public holidays?”.<br /><br />The trick to solving this problem is to create a good quality calendar table and use the calendar table to validate the days off.  I explain the process below.</p>
]]></description>
			<category>Posts</category>
			<pubDate>Fri, 16 Dec 2016 20:36:54 +0000</pubDate>
		</item>
		<item>
			<title>How to Document DAX Measures in Excel</title>
			<link>http://www.powerpivot-info.com/post/1637-how-to-document-dax-measures-in-excel</link>
			<guid isPermaLink="true">http://www.powerpivot-info.com/post/1637-how-to-document-dax-measures-in-excel</guid>
			<description><![CDATA[<p>I often get asked if there is an easy way to create documentation for DAX measures when using Power Pivot for Excel.  I am not a big fan of documentation for the sake of it, but I do see value in having “some” appropriate level of documentation.  I think a good balance of the right amount of documentation vs the effort to write and maintain the documentation is to use the Power Pivot UI itself.  I explain how I do it below.</p>
]]></description>
			<category>Posts</category>
			<pubDate>Thu, 08 Dec 2016 14:32:12 +0000</pubDate>
		</item>
	</channel>
</rss>
