<?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/4331197#M171935</link>
    <description>&lt;P&gt;So the Dax I'm using is&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lookup COLUMN =&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOOKUPVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'TABLE 1'[ID]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'TABLE 1'[Number]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'TABLE 2'[New MSN]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Dec 2024 15:33:04 GMT</pubDate>
    <dc:creator>1984</dc:creator>
    <dc:date>2024-12-16T15:33:04Z</dc:date>
    <item>
      <title>Lookup value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookup-value/m-p/4331074#M171919</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm hoping someone can support me. I want to create what I thought would be a simple lookup dax&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result column is type text with a mixture of text and numbers,&lt;/P&gt;&lt;P&gt;the search column is type text with a mixture of text and numbers,&lt;/P&gt;&lt;P&gt;and the final search is&amp;nbsp;type text with a mixture of text and numbers. However, it creates an error of type text to type integer the search value on both sides will have something like 11C800707.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you require any further details/table details&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 14:38:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookup-value/m-p/4331074#M171919</guid>
      <dc:creator>1984</dc:creator>
      <dc:date>2024-12-16T14:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookup-value/m-p/4331124#M171926</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="95090" data-lia-user-login="1984" class="lia-mention lia-mention-user"&gt;1984&lt;/a&gt;&amp;nbsp;- Start off by reviewing your data types in Power Query, and then on the front end in the Model or Table views. It sounds like something is wrong here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If all good, sample data and a copy of the DAX you are using will help!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 15:00:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookup-value/m-p/4331124#M171926</guid>
      <dc:creator>mark_endicott</dc:creator>
      <dc:date>2024-12-16T15:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookup-value/m-p/4331197#M171935</link>
      <description>&lt;P&gt;So the Dax I'm using is&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lookup COLUMN =&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOOKUPVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'TABLE 1'[ID]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'TABLE 1'[Number]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'TABLE 2'[New MSN]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 15:33:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookup-value/m-p/4331197#M171935</guid>
      <dc:creator>1984</dc:creator>
      <dc:date>2024-12-16T15:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookup-value/m-p/4331207#M171937</link>
      <description>&lt;P&gt;Did you review your data types?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where is the sample data?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 15:36:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookup-value/m-p/4331207#M171937</guid>
      <dc:creator>mark_endicott</dc:creator>
      <dc:date>2024-12-16T15:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookup-value/m-p/4331223#M171942</link>
      <description>&lt;P&gt;&lt;img /&gt;Table 2&lt;/P&gt;&lt;P&gt;&lt;img /&gt;Table1&lt;/P&gt;&lt;P&gt;This is how the tables are in the model&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 15:45:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookup-value/m-p/4331223#M171942</guid>
      <dc:creator>1984</dc:creator>
      <dc:date>2024-12-16T15:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookup-value/m-p/4331237#M171944</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="95090" data-lia-user-login="1984" class="lia-mention lia-mention-user"&gt;1984&lt;/a&gt;&amp;nbsp;- I suggest you check your data types. your DAX works perfectly for me:&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, 16 Dec 2024 15:53:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookup-value/m-p/4331237#M171944</guid>
      <dc:creator>mark_endicott</dc:creator>
      <dc:date>2024-12-16T15:53:38Z</dc:date>
    </item>
  </channel>
</rss>

