<?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: LOOKUPVALE fixed code in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/LOOKUPVALE-fixed-code/m-p/2779878#M86964</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="444254" data-lia-user-login="dramirezkon" class="lia-mention lia-mention-user"&gt;dramirezkon&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;According to the error message, it seems that some titles may refer &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;multiple&lt;/STRONG&gt; &lt;/FONT&gt;Parent tasks, so please update the calculated column of the table&lt;STRONG&gt; "Tabla"&lt;/STRONG&gt; as below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Parent_Task =
CONCATENATEX (
    FILTER ( 'Work Items', 'Work Items'[Title] = EARLIER ( 'Tabla'[Title] ) ),
    'Work Items'[Parent],
    "; ",
    'Work Items'[Parent], ASC
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Tue, 20 Sep 2022 08:16:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-09-20T08:16:05Z</dc:date>
    <item>
      <title>LOOKUPVALE fixed code</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/LOOKUPVALE-fixed-code/m-p/2778814#M86891</link>
      <description>&lt;P&gt;HI!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im trying to add a new columns on a calculate table using group by. But, when I trying to adding the new columns with LOOKUPVALUE Power BI dont make the search.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea?&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>Mon, 19 Sep 2022 22:36:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/LOOKUPVALE-fixed-code/m-p/2778814#M86891</guid>
      <dc:creator>dramirezkon</dc:creator>
      <dc:date>2022-09-19T22:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: LOOKUPVALE fixed code</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/LOOKUPVALE-fixed-code/m-p/2778878#M86897</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="444254" data-lia-user-login="dramirezkon" class="lia-mention lia-mention-user"&gt;dramirezkon&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are those two tables connected? Try to use the&amp;nbsp;&lt;STRONG&gt;&lt;SPAN class=""&gt;RELATED('Work Items'[Parent])&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps, please consider &lt;STRONG&gt;accepting&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;it as the solution&amp;nbsp;to help the other members find it more quickly.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Appreciate your Kudos!!&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.credly.com/users/vahid-doustimajd/badges" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 23:14:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/LOOKUPVALE-fixed-code/m-p/2778878#M86897</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2022-09-19T23:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: LOOKUPVALE fixed code</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/LOOKUPVALE-fixed-code/m-p/2778903#M86899</link>
      <description>&lt;P&gt;I tried it but was wrong to, the error was "The column 'Work Items'[Parent] doesnt exist&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 23:41:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/LOOKUPVALE-fixed-code/m-p/2778903#M86899</guid>
      <dc:creator>dramirezkon</dc:creator>
      <dc:date>2022-09-19T23:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: LOOKUPVALE fixed code</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/LOOKUPVALE-fixed-code/m-p/2778952#M86905</link>
      <description>&lt;P&gt;can you share your file if that does not have any sensetive data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Appreciate your Kudos!!&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.credly.com/users/vahid-doustimajd/badges" target="_blank"&gt;&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.linkedin.com/in/vahid-dm/" target="_blank" rel="noopener noreferrer"&gt;LinkedIn&lt;/A&gt; | &lt;A href="https://twitter.com/VahidDMcom" target="_blank" rel="noopener noreferrer"&gt;Twitter&lt;/A&gt; | &lt;A href="https://www.vahiddm.com/" target="_blank" rel="noopener noreferrer"&gt;Blog&amp;nbsp;&lt;/A&gt;| &lt;A href="https://www.youtube.com/channel/UCF-uQfGF8de-EWnR9b2UQhQ" target="_blank" rel="noopener noreferrer"&gt;YouTube&lt;/A&gt;&lt;A href="https://www.youtube.com/channel/UCF-uQfGF8de-EWnR9b2UQhQ" target="_blank" rel="noopener noreferrer"&gt;&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 00:26:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/LOOKUPVALE-fixed-code/m-p/2778952#M86905</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2022-09-20T00:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: LOOKUPVALE fixed code</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/LOOKUPVALE-fixed-code/m-p/2779878#M86964</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="444254" data-lia-user-login="dramirezkon" class="lia-mention lia-mention-user"&gt;dramirezkon&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;According to the error message, it seems that some titles may refer &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;multiple&lt;/STRONG&gt; &lt;/FONT&gt;Parent tasks, so please update the calculated column of the table&lt;STRONG&gt; "Tabla"&lt;/STRONG&gt; as below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Parent_Task =
CONCATENATEX (
    FILTER ( 'Work Items', 'Work Items'[Title] = EARLIER ( 'Tabla'[Title] ) ),
    'Work Items'[Parent],
    "; ",
    'Work Items'[Parent], ASC
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 08:16:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/LOOKUPVALE-fixed-code/m-p/2779878#M86964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-20T08:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: LOOKUPVALE fixed code</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/LOOKUPVALE-fixed-code/m-p/2807112#M88638</link>
      <description>&lt;P&gt;That´s worked!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thks&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 18:28:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/LOOKUPVALE-fixed-code/m-p/2807112#M88638</guid>
      <dc:creator>dramirezkon</dc:creator>
      <dc:date>2022-09-29T18:28:46Z</dc:date>
    </item>
  </channel>
</rss>

