<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Power Pivot Summary Total and Expand does not equal detail when drilling to transactions in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-Pivot-Summary-Total-and-Expand-does-not-equal-detail-when/m-p/1547396#M30603</link>
    <description>&lt;P&gt;Without having the sample data I can only guess - can you provide an anonymised sample?&lt;BR /&gt;Without more information my first guess would be that some other dimension is filtering out either order5 or sku4. It could be related to time, other product attributes etc. In Excel if a dimension is filtered then in the field list a funnel is shown (as below - Order is filtered)&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;Other option is that the calculation on the Category level is not a simple sum, but e.g. a weighted one - if that's the case you would need to provide syntax for it&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 13 Dec 2020 16:18:50 GMT</pubDate>
    <dc:creator>Stachu</dc:creator>
    <dc:date>2020-12-13T16:18:50Z</dc:date>
    <item>
      <title>Power Pivot Summary Total and Expand does not equal detail when drilling to transactions</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-Pivot-Summary-Total-and-Expand-does-not-equal-detail-when/m-p/1545793#M30526</link>
      <description>&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a situation that I am not sure where to start looking.&amp;nbsp; We have a pivot table that has a cube as its source that is created from Power BI Tabular Model.&amp;nbsp; The rows displayed in the pivot table is not summarizing to the transaction detail that I get when I double click on the cell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Power Pivot&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Category&amp;nbsp; pounds total is 1,000&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sku 1&amp;nbsp; &amp;nbsp; is 300&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sku 2&amp;nbsp; &amp;nbsp; is 200&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sku 3&amp;nbsp; &amp;nbsp; is 500&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when i double click on the 1000 on the category to display the transactions that makeup this 1,000 i get&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;order 1&amp;nbsp; &amp;nbsp;sku&amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp;150&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;order 2&amp;nbsp; &amp;nbsp;sku 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;150&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; order 1&amp;nbsp; &amp;nbsp;sku&amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp; 100&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; order 3&amp;nbsp; &amp;nbsp;sku&amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;100&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; order 2&amp;nbsp; &amp;nbsp;sku 3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;300&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; order 4&amp;nbsp; &amp;nbsp;sku 3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 200&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; order 5&amp;nbsp; &amp;nbsp;sku 4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What are some reasons that the sku 4 would not show up on the power pivot table?&amp;nbsp; I do have some filters on the pivot table fields but i removed them all and pivot table did not include the 200.&amp;nbsp; I would expect that the 200 should be included in the summary as all the criteria fit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also have another version where I have my filters as slicers and the 200 from order 5 sku 4 do show up on the pivot table.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 15:01:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-Pivot-Summary-Total-and-Expand-does-not-equal-detail-when/m-p/1545793#M30526</guid>
      <dc:creator>TDouglass</dc:creator>
      <dc:date>2020-12-11T15:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Power Pivot Summary Total and Expand does not equal detail when drilling to transactions</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-Pivot-Summary-Total-and-Expand-does-not-equal-detail-when/m-p/1547396#M30603</link>
      <description>&lt;P&gt;Without having the sample data I can only guess - can you provide an anonymised sample?&lt;BR /&gt;Without more information my first guess would be that some other dimension is filtering out either order5 or sku4. It could be related to time, other product attributes etc. In Excel if a dimension is filtered then in the field list a funnel is shown (as below - Order is filtered)&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;Other option is that the calculation on the Category level is not a simple sum, but e.g. a weighted one - if that's the case you would need to provide syntax for it&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Dec 2020 16:18:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-Pivot-Summary-Total-and-Expand-does-not-equal-detail-when/m-p/1547396#M30603</guid>
      <dc:creator>Stachu</dc:creator>
      <dc:date>2020-12-13T16:18:50Z</dc:date>
    </item>
  </channel>
</rss>

