<?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: I want to compare data with a Hierarchy that only exist on one part of the data in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-compare-data-with-a-Hierarchy-that-only-exist-on-one/m-p/2735048#M83865</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;Thanks you sir!&lt;/P&gt;</description>
    <pubDate>Tue, 30 Aug 2022 11:03:55 GMT</pubDate>
    <dc:creator>JosFry</dc:creator>
    <dc:date>2022-08-30T11:03:55Z</dc:date>
    <item>
      <title>I want to compare data with a Hierarchy that only exist on one part of the data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-compare-data-with-a-Hierarchy-that-only-exist-on-one/m-p/2734989#M83860</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope some one can help me with my problem.&lt;/P&gt;&lt;P&gt;I use two values BGR € and Voorspelling €. The voorspelling € hierarchy in on a deeper level than the BGR €.&lt;BR /&gt;&lt;STRONG&gt;The voorspelling € has three levels:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- kostenplaats&lt;/P&gt;&lt;P&gt;- F code&lt;/P&gt;&lt;P&gt;- employee number&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;The BGR € had two levels:&lt;/STRONG&gt;&lt;BR /&gt;- kostenplaats&lt;/P&gt;&lt;P&gt;- F code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know when I drill to the employee number, that the BGR € value of the F-code will show per employee-code.&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;&lt;P&gt;My question is: When I drill down to the employee number, it is possible to only show the Voorspelling € on the employee-codes and BGR € on the F503 level as a total. Like this:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you all for ready and trying to help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your sincerely,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jos&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 10:30:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-compare-data-with-a-Hierarchy-that-only-exist-on-one/m-p/2734989#M83860</guid>
      <dc:creator>JosFry</dc:creator>
      <dc:date>2022-08-30T10:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: I want to compare data with a Hierarchy that only exist on one part of the data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-compare-data-with-a-Hierarchy-that-only-exist-on-one/m-p/2735027#M83864</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="425541" data-lia-user-login="JosFry" class="lia-mention lia-mention-user"&gt;JosFry&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Let's assume [BGR €] measure is a simple of sum of a column then you can write it this way&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;BGR € =
IF (
    NOT ISINSCOPE ( TableName[Employee Number] ),
    SUM ( TableName[ColumnName] )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 30 Aug 2022 10:53:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-compare-data-with-a-Hierarchy-that-only-exist-on-one/m-p/2735027#M83864</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-08-30T10:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: I want to compare data with a Hierarchy that only exist on one part of the data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-compare-data-with-a-Hierarchy-that-only-exist-on-one/m-p/2735048#M83865</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;Thanks you sir!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 11:03:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-compare-data-with-a-Hierarchy-that-only-exist-on-one/m-p/2735048#M83865</guid>
      <dc:creator>JosFry</dc:creator>
      <dc:date>2022-08-30T11:03:55Z</dc:date>
    </item>
  </channel>
</rss>

