<?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: Lookup value in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookup-value/m-p/2973560#M99486</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please check the below picture and the attached pbix file.&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;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Position_Full CC = 
VAR _currentname = 'Table'[Name]
VAR _lookuptable =
    SUMMARIZE (
        FILTER ( 'Table', 'Table'[Position] &amp;lt;&amp;gt; BLANK () ),
        'Table'[Name],
        'Table'[Position]
    )
RETURN
    MAXX (
        FILTER ( _lookuptable, 'Table'[Name] = _currentname ),
        'Table'[Position]
    )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Dec 2022 14:19:45 GMT</pubDate>
    <dc:creator>Jihwan_Kim</dc:creator>
    <dc:date>2022-12-16T14:19:45Z</dc:date>
    <item>
      <title>Lookup value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookup-value/m-p/2973340#M99465</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table with employee's name and his/her position and need to write formula to get results as it is shown in column 'Position_Full'. Lookupvalue didn't work.. Any help please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 12:19:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookup-value/m-p/2973340#M99465</guid>
      <dc:creator>Edmundas</dc:creator>
      <dc:date>2022-12-16T12:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookup-value/m-p/2973560#M99486</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please check the below picture and the attached pbix file.&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;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Position_Full CC = 
VAR _currentname = 'Table'[Name]
VAR _lookuptable =
    SUMMARIZE (
        FILTER ( 'Table', 'Table'[Position] &amp;lt;&amp;gt; BLANK () ),
        'Table'[Name],
        'Table'[Position]
    )
RETURN
    MAXX (
        FILTER ( _lookuptable, 'Table'[Name] = _currentname ),
        'Table'[Position]
    )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 14:19:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookup-value/m-p/2973560#M99486</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-12-16T14:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookup-value/m-p/2974849#M99573</link>
      <description>&lt;P&gt;It worked perfect! Thank you so much!&lt;/P&gt;</description>
      <pubDate>Sat, 17 Dec 2022 21:18:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookup-value/m-p/2974849#M99573</guid>
      <dc:creator>Edmundas</dc:creator>
      <dc:date>2022-12-17T21:18:20Z</dc:date>
    </item>
  </channel>
</rss>

