<?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 no longer working after Data Refresh in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/lookupvalue-no-longer-working-after-Data-Refresh/m-p/2405433#M63137</link>
    <description>&lt;P&gt;I am having the same problem too. Started no more than 2weeks ago&lt;/P&gt;</description>
    <pubDate>Mon, 21 Mar 2022 02:51:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-03-21T02:51:53Z</dc:date>
    <item>
      <title>lookupvalue no longer working after Data Refresh</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/lookupvalue-no-longer-working-after-Data-Refresh/m-p/2403773#M63035</link>
      <description>&lt;P&gt;I have a simple Vlookupformula for two columns in Table2. The values are in Table1 and appear to be present. It was working well until I did a data refresh recently all of a sudden it is no longer retreiving any values. Nothing should have changed with the refresh. What could be the cause of this malfunction?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 17:26:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/lookupvalue-no-longer-working-after-Data-Refresh/m-p/2403773#M63035</guid>
      <dc:creator>MSW</dc:creator>
      <dc:date>2022-03-18T17:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: lookupvalue no longer working after Data Refresh</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/lookupvalue-no-longer-working-after-Data-Refresh/m-p/2404195#M63062</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="368094" data-lia-user-login="MSW" class="lia-mention lia-mention-user"&gt;MSW&lt;/a&gt;&amp;nbsp;Most likely, when you refresh the model, you added duplicate values in your lookup table. Lookupvalue will return an error if there are duplicates.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2022 01:01:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/lookupvalue-no-longer-working-after-Data-Refresh/m-p/2404195#M63062</guid>
      <dc:creator>m3tr01d</dc:creator>
      <dc:date>2022-03-19T01:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: lookupvalue no longer working after Data Refresh</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/lookupvalue-no-longer-working-after-Data-Refresh/m-p/2404634#M63092</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="179088" data-lia-user-login="m3tr01d" class="lia-mention lia-mention-user"&gt;m3tr01d&lt;/a&gt;&amp;nbsp;Thank you for the reply. I had duplicates before and it was working. Im not getting an error message its returning nothing at all now. As if the formula is not even there. I have tried making a new column and re-write the formula too.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2022 19:30:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/lookupvalue-no-longer-working-after-Data-Refresh/m-p/2404634#M63092</guid>
      <dc:creator>MSW</dc:creator>
      <dc:date>2022-03-19T19:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: lookupvalue no longer working after Data Refresh</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/lookupvalue-no-longer-working-after-Data-Refresh/m-p/2404741#M63093</link>
      <description>&lt;P&gt;Resolved. Not sure why it was not working the same as previous but I built another table with the unique IDs and the column value and referenced that table instead to lookup the value into the target table.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 00:54:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/lookupvalue-no-longer-working-after-Data-Refresh/m-p/2404741#M63093</guid>
      <dc:creator>MSW</dc:creator>
      <dc:date>2022-03-20T00:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: lookupvalue no longer working after Data Refresh</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/lookupvalue-no-longer-working-after-Data-Refresh/m-p/2404742#M63094</link>
      <description>&lt;P&gt;One of the best ways to test lookupvalue is to hardcode the value to be searched for so try putting a value that you know exists as your search term.&lt;/P&gt;
&lt;P&gt;if no result value is returned, you can investigate the field that was expected to match (see if there are spaces in it or hidden characters etc)&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 00:57:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/lookupvalue-no-longer-working-after-Data-Refresh/m-p/2404742#M63094</guid>
      <dc:creator>HotChilli</dc:creator>
      <dc:date>2022-03-20T00:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: lookupvalue no longer working after Data Refresh</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/lookupvalue-no-longer-working-after-Data-Refresh/m-p/2405433#M63137</link>
      <description>&lt;P&gt;I am having the same problem too. Started no more than 2weeks ago&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 02:51:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/lookupvalue-no-longer-working-after-Data-Refresh/m-p/2405433#M63137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-21T02:51:53Z</dc:date>
    </item>
  </channel>
</rss>

