<?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: Avoiding displaying duplicate values for parent child items in a matrix in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Avoiding-displaying-duplicate-values-for-parent-child-items-in-a/m-p/4080509#M161985</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="284884" data-lia-user-login="tnwcloud" class="lia-mention lia-mention-user"&gt;tnwcloud&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please try the following measure:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Goal Target = 
IF(
    NOT(HASONEVALUE('Options'[OptionID])),
    CALCULATE(
        SUM('Goals'[Target]),
        CROSSFILTER('Goals'[GoalID], 'Options'[GoalID], Both)
    ),
    BLANK()
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Result:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jayleny&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Aug 2024 08:41:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-08-05T08:41:29Z</dc:date>
    <item>
      <title>Avoiding displaying duplicate values for parent child items in a matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Avoiding-displaying-duplicate-values-for-parent-child-items-in-a/m-p/4077764#M161918</link>
      <description>&lt;P&gt;I have a dataset that includes goals and multiple options for each goal. Each goal has a target value and each option has an estimate. There is a one to many relationship between goal and option. Trying to figure out how not to repeat the 'Goal Target' for each Option in the simplified matrix below. Basically I want the opposite of Don't Show Subtotals, where I show the Subtotal of 'Goal Target' for each Goal but don't show the lime item for each Option. Putting this under DAX but would welcome data model or visual option solutions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Can't figure out how to upload a file so...&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Aug 2024 20:21:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Avoiding-displaying-duplicate-values-for-parent-child-items-in-a/m-p/4077764#M161918</guid>
      <dc:creator>tnwcloud</dc:creator>
      <dc:date>2024-08-03T20:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding displaying duplicate values for parent child items in a matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Avoiding-displaying-duplicate-values-for-parent-child-items-in-a/m-p/4077792#M161920</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="284884" data-lia-user-login="tnwcloud" class="lia-mention lia-mention-user"&gt;tnwcloud&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The May 2024 release of Power BI Desktop contains matrix enhancements including various layout options. Here's a link with details:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://powerbi.microsoft.com/en-us/blog/power-bi-may-2024-feature-summary/#post-27048-_Toc167109007" target="_self"&gt;https://powerbi.microsoft.com/en-us/blog/power-bi-may-2024-feature-summary/#post-27048-_Toc167109007&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Aug 2024 21:37:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Avoiding-displaying-duplicate-values-for-parent-child-items-in-a/m-p/4077792#M161920</guid>
      <dc:creator>DataInsights</dc:creator>
      <dc:date>2024-08-03T21:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding displaying duplicate values for parent child items in a matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Avoiding-displaying-duplicate-values-for-parent-child-items-in-a/m-p/4080509#M161985</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="284884" data-lia-user-login="tnwcloud" class="lia-mention lia-mention-user"&gt;tnwcloud&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please try the following measure:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Goal Target = 
IF(
    NOT(HASONEVALUE('Options'[OptionID])),
    CALCULATE(
        SUM('Goals'[Target]),
        CROSSFILTER('Goals'[GoalID], 'Options'[GoalID], Both)
    ),
    BLANK()
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Result:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jayleny&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2024 08:41:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Avoiding-displaying-duplicate-values-for-parent-child-items-in-a/m-p/4080509#M161985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-05T08:41:29Z</dc:date>
    </item>
  </channel>
</rss>

