<?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: Issue with Lookupvalue Formula in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Lookupvalue-Formula/m-p/2456465#M66301</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="349843" data-lia-user-login="Chandrashekar" class="lia-mention lia-mention-user"&gt;Chandrashekar&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Yes because&amp;nbsp;in big data you will have duplicates which is the case when LOOKUPVALUE returns blank. Same problem occurres&amp;nbsp;when the data contains blanks, as blanks are treated as duplicates. What kind of result did you receive&amp;nbsp;when applying to big data?&lt;/P&gt;</description>
    <pubDate>Thu, 14 Apr 2022 05:57:38 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-04-14T05:57:38Z</dc:date>
    <item>
      <title>Issue with Lookupvalue Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Lookupvalue-Formula/m-p/2456416#M66295</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;am trying to get value from Table1 to Table2 where I used below lookupvalue formula but am getting Not Found as value is available in Table1.&lt;/P&gt;&lt;P&gt;I tried two formula(as below) but getting same result. However same works for small data(around 10 rows) but not for huge data which have more than 10K.&lt;/P&gt;&lt;P&gt;Kindly advise is there any issue with the below formula and cannot share pbix file as it is confidential.&lt;/P&gt;&lt;P&gt;Formula1:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;In Task = &lt;/SPAN&gt;&lt;SPAN&gt;LOOKUPVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Task[Number]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;Task[Number]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Task SLA'[Number]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Not Found"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;In Task1 = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;firstnonblank&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Task[Number]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;TRUE&lt;/SPAN&gt;&lt;SPAN&gt;()),&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Task'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Task SLA'[Number]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;[Number]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 05:18:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Lookupvalue-Formula/m-p/2456416#M66295</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2022-04-14T05:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Lookupvalue Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Lookupvalue-Formula/m-p/2456423#M66298</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="349843" data-lia-user-login="Chandrashekar" class="lia-mention lia-mention-user"&gt;Chandrashekar&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Can you please provide sample&amp;nbsp;data and advise the relationship between the two tables?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 05:28:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Lookupvalue-Formula/m-p/2456423#M66298</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-14T05:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Lookupvalue Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Lookupvalue-Formula/m-p/2456454#M66299</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have established relationship on date field. Table1 have unique value(Number) however Table2 have duplicate value(Number).&lt;/P&gt;&lt;P&gt;Unfortunately I cannot share file as it confidential but I copied few records(10 rows) in another table and it is working fine but for huge data(12K) it is not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 05:51:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Lookupvalue-Formula/m-p/2456454#M66299</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2022-04-14T05:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Lookupvalue Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Lookupvalue-Formula/m-p/2456458#M66300</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have established relationship on date field. Table1 have unique value(Number) however Table2 have duplicate value(Number).&lt;/P&gt;&lt;P&gt;Unfortunately I cannot share file as it confidential but I copied few records(10 rows) in another table and it is working fine but for huge data(12K) it is not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 05:55:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Lookupvalue-Formula/m-p/2456458#M66300</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2022-04-14T05:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Lookupvalue Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Lookupvalue-Formula/m-p/2456465#M66301</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="349843" data-lia-user-login="Chandrashekar" class="lia-mention lia-mention-user"&gt;Chandrashekar&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Yes because&amp;nbsp;in big data you will have duplicates which is the case when LOOKUPVALUE returns blank. Same problem occurres&amp;nbsp;when the data contains blanks, as blanks are treated as duplicates. What kind of result did you receive&amp;nbsp;when applying to big data?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 05:57:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Lookupvalue-Formula/m-p/2456465#M66301</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-14T05:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Lookupvalue Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Lookupvalue-Formula/m-p/2456482#M66304</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;If am understand you correctly. am getting Not Found as I have used it in formula.&lt;/P&gt;&lt;P&gt;Just now I copied data which am getting Not Found in separable table(400 records) and used lookupvalues formula where formula is working perfectly.&lt;/P&gt;&lt;P&gt;Is there anyway how to get desired result.&lt;/P&gt;&lt;P&gt;Formula used:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In Task =&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;LOOKUPVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Task[Number]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;Task[Number]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Task SLA'[Number]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Not Found"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Chandrashekar B&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 06:11:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Lookupvalue-Formula/m-p/2456482#M66304</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2022-04-14T06:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Lookupvalue Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Lookupvalue-Formula/m-p/2460071#M66549</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did work around(Copied Number Only) to separate table. I used lookupvalue and worked fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly explain why same formula is not working in Task SLA(which have duplicate number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Apr 2022 08:25:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Lookupvalue-Formula/m-p/2460071#M66549</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2022-04-17T08:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Lookupvalue Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Lookupvalue-Formula/m-p/2460087#M66550</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="349843" data-lia-user-login="Chandrashekar" class="lia-mention lia-mention-user"&gt;Chandrashekar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please share some sample data. Make sure that the sample also reflects the problem&lt;/P&gt;</description>
      <pubDate>Sun, 17 Apr 2022 08:50:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Lookupvalue-Formula/m-p/2460087#M66550</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-17T08:50:42Z</dc:date>
    </item>
  </channel>
</rss>

