<?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: Lookupvalue referenced to the its own column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-referenced-to-the-its-own-column/m-p/2667174#M79344</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&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;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm&amp;nbsp; happy to have you follow up - Beleive me, it is very urgent issue for me and I would be more than gratefull for finding solution for it.&lt;BR /&gt;&lt;BR /&gt;Here is the drop-box link of the excel data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/s/yki0kr6peghfo7d/product_tree.xlsx?dl=0" target="_blank"&gt;https://www.dropbox.com/s/yki0kr6peghfo7d/product_tree.xlsx?dl=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jul 2022 11:06:40 GMT</pubDate>
    <dc:creator>George1973</dc:creator>
    <dc:date>2022-07-28T11:06:40Z</dc:date>
    <item>
      <title>Lookupvalue referenced to the its own column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-referenced-to-the-its-own-column/m-p/2665917#M79244</link>
      <description>&lt;P&gt;Good evening,&lt;BR /&gt;&lt;BR /&gt;I have excel "Index-Match" formulas which referes (for the result column) its own column, like given in the picture below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I want to implement this approach in Power Bi calculated column to, but it does not work - I can not refer to the same column where I want to write a mesure..&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Simply to say - There is no reference at all for any formula to the same calculating column..&lt;BR /&gt;&lt;BR /&gt;Please help. In excel it's very easy.. but here I've got a "ubreakable wall" &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 19:07:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-referenced-to-the-its-own-column/m-p/2665917#M79244</guid>
      <dc:creator>George1973</dc:creator>
      <dc:date>2022-07-27T19:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Lookupvalue referenced to the its own column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-referenced-to-the-its-own-column/m-p/2666050#M79249</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="251408" data-lia-user-login="George1973" class="lia-mention lia-mention-user"&gt;George1973&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;To be honest, I'm trying to guess your expected result. Please try&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Tree Leveles New =
IF (
    ISBLANK ( 'Tree of Products'[tree levels] ),
    VAR CurrentParent = 'Tree of Products'[PARENT]
    RETURN
        MAXX (
            FILTER ( 'Tree of Products', 'Tree of Products'[PARENT] = CurrentParent + 1 ),
            'Tree of Products'[product_code]
        ),
    'Tree of Products'[tree levels]
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 27 Jul 2022 20:55:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-referenced-to-the-its-own-column/m-p/2666050#M79249</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-07-27T20:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Lookupvalue referenced to the its own column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-referenced-to-the-its-own-column/m-p/2666348#M79272</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&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;&lt;/P&gt;&lt;P&gt;I've tried. Did not work.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I can not attached excel sample spreadsheet for better underttandung the outcome.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 03:11:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-referenced-to-the-its-own-column/m-p/2666348#M79272</guid>
      <dc:creator>George1973</dc:creator>
      <dc:date>2022-07-28T03:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Lookupvalue referenced to the its own column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-referenced-to-the-its-own-column/m-p/2666399#M79287</link>
      <description>&lt;P&gt;Hi Again&amp;nbsp;&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;&lt;BR /&gt;I will try to show you the outcomes in steps through screenshots:&lt;BR /&gt;Step 1: Defining the first product group level:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Step 2: Define the second group level&lt;BR /&gt;&lt;BR /&gt;When the Prod_code is now in parent:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Step 3: Define the 3rd level, now the prod_code 022 is in parent:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;End so on &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 03:52:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-referenced-to-the-its-own-column/m-p/2666399#M79287</guid>
      <dc:creator>George1973</dc:creator>
      <dc:date>2022-07-28T03:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Lookupvalue referenced to the its own column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-referenced-to-the-its-own-column/m-p/2667165#M79343</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="251408" data-lia-user-login="George1973" class="lia-mention lia-mention-user"&gt;George1973&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Sorry for the late reply. You can upload the excel to WeTransfer or DropBox and share the link here. I have a feeling that this is one of the recursive calculations that can be solved by dax.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 11:00:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-referenced-to-the-its-own-column/m-p/2667165#M79343</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-07-28T11:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Lookupvalue referenced to the its own column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-referenced-to-the-its-own-column/m-p/2667174#M79344</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&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;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm&amp;nbsp; happy to have you follow up - Beleive me, it is very urgent issue for me and I would be more than gratefull for finding solution for it.&lt;BR /&gt;&lt;BR /&gt;Here is the drop-box link of the excel data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/s/yki0kr6peghfo7d/product_tree.xlsx?dl=0" target="_blank"&gt;https://www.dropbox.com/s/yki0kr6peghfo7d/product_tree.xlsx?dl=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 11:06:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-referenced-to-the-its-own-column/m-p/2667174#M79344</guid>
      <dc:creator>George1973</dc:creator>
      <dc:date>2022-07-28T11:06:40Z</dc:date>
    </item>
  </channel>
</rss>

