<?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 Aggregate sum of parent to be shown in table when lower level is visible, keep other filters in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-sum-of-parent-to-be-shown-in-table-when-lower-level-is/m-p/1089205#M15689</link>
    <description>&lt;P&gt;This is something that has been asken in various ways but cannot figure it out. I would like to aggregate by higher level in dimension table than I am showing in reporting Table. I am showing Team but I would like to show higher level (Business line) to which Team is tied to. Multiple teams can be tied to a Business line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tables &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;-Dimension: &lt;STRONG&gt;Country&lt;/STRONG&gt; table which contains basically country.&lt;/P&gt;&lt;P&gt;-Dimension: &lt;STRONG&gt;Organization&lt;/STRONG&gt; table where lowest level is Team and highest Business line. (i.e. each team belongs to business line)&lt;/P&gt;&lt;P&gt;-Dimension: &lt;STRONG&gt;Date&lt;/STRONG&gt; table&lt;/P&gt;&lt;P&gt;-Fact table -&amp;gt; "&lt;STRONG&gt;Sales&lt;/STRONG&gt;" Note: If I filter only Country=X, I do not want to see other countries rows filled with "aggregate of business line" but otherwise empty.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot post the table for some reason. I try to reply that one.&lt;/P&gt;</description>
    <pubDate>Thu, 14 May 2020 07:31:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-05-14T07:31:13Z</dc:date>
    <item>
      <title>Aggregate sum of parent to be shown in table when lower level is visible, keep other filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-sum-of-parent-to-be-shown-in-table-when-lower-level-is/m-p/1089205#M15689</link>
      <description>&lt;P&gt;This is something that has been asken in various ways but cannot figure it out. I would like to aggregate by higher level in dimension table than I am showing in reporting Table. I am showing Team but I would like to show higher level (Business line) to which Team is tied to. Multiple teams can be tied to a Business line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tables &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;-Dimension: &lt;STRONG&gt;Country&lt;/STRONG&gt; table which contains basically country.&lt;/P&gt;&lt;P&gt;-Dimension: &lt;STRONG&gt;Organization&lt;/STRONG&gt; table where lowest level is Team and highest Business line. (i.e. each team belongs to business line)&lt;/P&gt;&lt;P&gt;-Dimension: &lt;STRONG&gt;Date&lt;/STRONG&gt; table&lt;/P&gt;&lt;P&gt;-Fact table -&amp;gt; "&lt;STRONG&gt;Sales&lt;/STRONG&gt;" Note: If I filter only Country=X, I do not want to see other countries rows filled with "aggregate of business line" but otherwise empty.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot post the table for some reason. I try to reply that one.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 07:31:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-sum-of-parent-to-be-shown-in-table-when-lower-level-is/m-p/1089205#M15689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-14T07:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate sum of parent to be shown in table when lower level is visible, keep other filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-sum-of-parent-to-be-shown-in-table-when-lower-level-is/m-p/1089210#M15690</link>
      <description>&lt;P&gt;Example table. Please help to calculate the last column starting with "how to calculate". Basically that is sum of "Value of the row" per each unique value in '(Organization table) Business line' column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I would like to see the below results of "aggregate" on each team's row even when Business line column is not used as a column in reporting table. Having Business line below is just to show example but in use cases Business line might not be in the table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;(Country table) Country&lt;/TD&gt;&lt;TD&gt;(Organization table) Business line&lt;/TD&gt;&lt;TD&gt;(Organization table) Team&lt;/TD&gt;&lt;TD&gt;(Date) Month&lt;/TD&gt;&lt;TD&gt;(Sales table) Value of the row&lt;/TD&gt;&lt;TD&gt;How to calculate -&amp;gt; (Sales table) Aggregate Sum of business line per 'Value of the row' column&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;Toys&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;May 2020&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;Toys&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;May 2020&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;Cars&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;May 2020&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;TD&gt;Horses&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;May 2020&lt;/TD&gt;&lt;TD&gt;400&lt;/TD&gt;&lt;TD&gt;900&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;TD&gt;Horses&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;May 2020&lt;/TD&gt;&lt;TD&gt;500&lt;/TD&gt;&lt;TD&gt;900&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;TD&gt;Pigs&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;May 2020&lt;/TD&gt;&lt;TD&gt;600&lt;/TD&gt;&lt;TD&gt;600&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Thu, 14 May 2020 08:48:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-sum-of-parent-to-be-shown-in-table-when-lower-level-is/m-p/1089210#M15690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-14T08:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate sum of parent to be shown in table when lower level is visible, keep other filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-sum-of-parent-to-be-shown-in-table-when-lower-level-is/m-p/1089471#M15697</link>
      <description>&lt;P&gt;I finally found the solution by going through multiple quite similar but not exact cases here at the Community. I solved with this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Measure =
SUMX (
    VALUES ( Organization[BusinessLine] ),
         Calculate([SalesSumMeasure];ALL(Organization[Team]))&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 14 May 2020 09:39:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-sum-of-parent-to-be-shown-in-table-when-lower-level-is/m-p/1089471#M15697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-14T09:39:14Z</dc:date>
    </item>
  </channel>
</rss>

