<?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: How to identify the parent of a value in the same row? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-identify-the-parent-of-a-value-in-the-same-row/m-p/2411076#M63517</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Try a new column like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Switch(True() ,&lt;BR /&gt;isblank(Table[Level4]) &amp;amp;&amp;amp; not(isblank(Table[Level3])) &amp;amp;&amp;amp; not(isblank(Table[Level2])) , Table[Level 2],&lt;BR /&gt;not(isblank(Table[Level4])) &amp;amp;&amp;amp; not(isblank(Table[Level3])) , Table[Level 3],&lt;BR /&gt;[Level 1]&lt;BR /&gt;)&lt;/P&gt;</description>
    <pubDate>Wed, 23 Mar 2022 03:57:32 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2022-03-23T03:57:32Z</dc:date>
    <item>
      <title>How to identify the parent of a value in the same row?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-identify-the-parent-of-a-value-in-the-same-row/m-p/2410402#M63484</link>
      <description>&lt;P&gt;In this example table you can see that there are 4 levels. I am trying to create a column where I can fnid the parent value of a value. For example in the first row, in level three the value is "R98300" and its parent is in level 2 whose value is "R8155C" The column I create will have a row for each iteration throughout the Levels. It goes from higher levels to lower levels. Thanks!&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 18:39:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-identify-the-parent-of-a-value-in-the-same-row/m-p/2410402#M63484</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-22T18:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify the parent of a value in the same row?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-identify-the-parent-of-a-value-in-the-same-row/m-p/2411076#M63517</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Try a new column like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Switch(True() ,&lt;BR /&gt;isblank(Table[Level4]) &amp;amp;&amp;amp; not(isblank(Table[Level3])) &amp;amp;&amp;amp; not(isblank(Table[Level2])) , Table[Level 2],&lt;BR /&gt;not(isblank(Table[Level4])) &amp;amp;&amp;amp; not(isblank(Table[Level3])) , Table[Level 3],&lt;BR /&gt;[Level 1]&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 03:57:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-identify-the-parent-of-a-value-in-the-same-row/m-p/2411076#M63517</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-03-23T03:57:32Z</dc:date>
    </item>
  </channel>
</rss>

