<?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: Hierarchy parent-child issue ( using only DAX ) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hierarchy-parent-child-issue-using-only-DAX/m-p/3377293#M127180</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;can you please help me out of this task please&amp;nbsp;&lt;/P&gt;&lt;P&gt;my input file look like&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;here is my requirement&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;please help me out&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 12 Aug 2023 07:21:59 GMT</pubDate>
    <dc:creator>sarath_chandra</dc:creator>
    <dc:date>2023-08-12T07:21:59Z</dc:date>
    <item>
      <title>Hierarchy parent-child issue ( using only DAX )</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hierarchy-parent-child-issue-using-only-DAX/m-p/3125800#M111021</link>
      <description>&lt;P&gt;hello everybody , I have these two tables in powerbi, my data arrangement is as showed in table 1 and in table 2 column ALL LEVELS exist , how can I add three columns to retrieve the values of each level in seperated column? I must do that with dax&amp;nbsp;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I have tried so many different way but still it does not bring the values in this order! I need more fresh ideas thank you in advance !&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2023 01:32:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hierarchy-parent-child-issue-using-only-DAX/m-p/3125800#M111021</guid>
      <dc:creator>Bi-user</dc:creator>
      <dc:date>2023-03-12T01:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy parent-child issue ( using only DAX )</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hierarchy-parent-child-issue-using-only-DAX/m-p/3126090#M111039</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="528036" data-lia-user-login="Bi-user" class="lia-mention lia-mention-user"&gt;Bi-user&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Top Level =&lt;BR /&gt;MAXX (&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FILTER (&lt;/P&gt;
&lt;P&gt;Table1,&lt;/P&gt;
&lt;P&gt;Table1[Top Level] = "Yes"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;amp;&amp;amp; &lt;SPAN&gt;Table1[Level 1]&amp;nbsp;&lt;/SPAN&gt;= Table2[All Levels]&amp;nbsp;&lt;/P&gt;
&lt;P&gt;),&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Table1[Level 1]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Only Level 2 =&lt;BR /&gt;MAXX (&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FILTER (&lt;/P&gt;
&lt;P&gt;Table1,&lt;/P&gt;
&lt;P&gt;Table1[Top Level] = "Yes"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;amp;&amp;amp; &lt;SPAN&gt;Table1[Level 1]&amp;nbsp;&lt;/SPAN&gt;= Table2[All Levels]&amp;nbsp;&lt;/P&gt;
&lt;P&gt;),&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Table1[Level 2]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Only Level 3 =&lt;BR /&gt;MAXX (&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FILTER (&lt;/P&gt;
&lt;P&gt;Table1,&lt;/P&gt;
&lt;P&gt;Table1[Top Level] = "No"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;amp;&amp;amp; &lt;SPAN&gt;Table1[Level 1]&amp;nbsp;&lt;/SPAN&gt;= Table2[Only Level 2]&amp;nbsp;&lt;/P&gt;
&lt;P&gt;),&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Table1[Level 2]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2023 18:52:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hierarchy-parent-child-issue-using-only-DAX/m-p/3126090#M111039</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-03-12T18:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy parent-child issue ( using only DAX )</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hierarchy-parent-child-issue-using-only-DAX/m-p/3126358#M111054</link>
      <description>&lt;P&gt;Thank you ! &amp;nbsp;For the top level we are good but in table 1 there are multiple values of NOTTopLevel items corrisponding to diverse level 2 values! So for onlylevel 1 in table 2 it brings just one value ! I may have better luck if I seperate those levels in Table 1 instead !&lt;/P&gt;&lt;P&gt;the problem is I can not manipulate the datamodel and relationship otherwise it would have been much easier!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2023 18:37:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hierarchy-parent-child-issue-using-only-DAX/m-p/3126358#M111054</guid>
      <dc:creator>Bi-user</dc:creator>
      <dc:date>2023-03-12T18:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy parent-child issue ( using only DAX )</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hierarchy-parent-child-issue-using-only-DAX/m-p/3126368#M111055</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="528036" data-lia-user-login="Bi-user" class="lia-mention lia-mention-user"&gt;Bi-user&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have edited Only Level 3 in the original reply. Not sure if this would generate circular dependency error.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2023 18:54:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hierarchy-parent-child-issue-using-only-DAX/m-p/3126368#M111055</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-03-12T18:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy parent-child issue ( using only DAX )</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hierarchy-parent-child-issue-using-only-DAX/m-p/3126470#M111059</link>
      <description>&lt;P&gt;I'm trying to work on table one since those multiple values seem impossible to be retrieved ! I'll use the structure added one more condition to identify the level 1 which are parent to Level 2 . I'll let you know if it works , thank u&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2023 21:48:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hierarchy-parent-child-issue-using-only-DAX/m-p/3126470#M111059</guid>
      <dc:creator>Bi-user</dc:creator>
      <dc:date>2023-03-12T21:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy parent-child issue ( using only DAX )</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hierarchy-parent-child-issue-using-only-DAX/m-p/3377293#M127180</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;can you please help me out of this task please&amp;nbsp;&lt;/P&gt;&lt;P&gt;my input file look like&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;here is my requirement&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;please help me out&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2023 07:21:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hierarchy-parent-child-issue-using-only-DAX/m-p/3377293#M127180</guid>
      <dc:creator>sarath_chandra</dc:creator>
      <dc:date>2023-08-12T07:21:59Z</dc:date>
    </item>
  </channel>
</rss>

