<?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 results missing in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-results-missing/m-p/3553528#M136736</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="374154" data-lia-user-login="margheritamart" class="lia-mention lia-mention-user"&gt;margheritamart&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can try the following methods&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Column:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Max SLA = CALCULATE(MAX('SLA table'[Max SLA]),
FILTER('SLA table',[Department]=EARLIER('WordCountSummary per language'[Department])
                 &amp;amp;&amp;amp;[Service needed]=EARLIER('WordCountSummary per language'[Service type])
                 &amp;amp;&amp;amp;[Wordcount bands]=EARLIER('WordCountSummary per language'[Word Count Bands SLA])
                 &amp;amp;&amp;amp;[Document type]=EARLIER('WordCountSummary per language'[Material type])))&lt;/LI-CODE&gt;
&lt;P&gt;If this does not solve your problem, please provide more data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Charlotte&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;helps, then please consider&amp;nbsp;&lt;EM&gt;Accept it as the solution&amp;nbsp;to help the other members find it more quickly.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Nov 2023 08:29:22 GMT</pubDate>
    <dc:creator>v-zhangti</dc:creator>
    <dc:date>2023-11-27T08:29:22Z</dc:date>
    <item>
      <title>Lookupvalue results missing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-results-missing/m-p/3549063#M136495</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to create a Lookup between two tables. What I am trying to do is to determine what is the max amount of days that a project can take based on the SLA table. This SLA has a variety of critera: Wordcount, service needed, department and type of material. I have odd results and only one of the max SLA get populated, the rest they do not seem to be matched, anyone would know why?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 13:13:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-results-missing/m-p/3549063#M136495</guid>
      <dc:creator>margheritamart</dc:creator>
      <dc:date>2023-11-23T13:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Lookupvalue results missing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-results-missing/m-p/3551814#M136650</link>
      <description>&lt;P&gt;please share sample data. and confrim whether all of the criteria has to match or any of the to be matched.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Nov 2023 05:39:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-results-missing/m-p/3551814#M136650</guid>
      <dc:creator>Rupak_bi</dc:creator>
      <dc:date>2023-11-25T05:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Lookupvalue results missing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-results-missing/m-p/3553528#M136736</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="374154" data-lia-user-login="margheritamart" class="lia-mention lia-mention-user"&gt;margheritamart&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can try the following methods&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Column:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Max SLA = CALCULATE(MAX('SLA table'[Max SLA]),
FILTER('SLA table',[Department]=EARLIER('WordCountSummary per language'[Department])
                 &amp;amp;&amp;amp;[Service needed]=EARLIER('WordCountSummary per language'[Service type])
                 &amp;amp;&amp;amp;[Wordcount bands]=EARLIER('WordCountSummary per language'[Word Count Bands SLA])
                 &amp;amp;&amp;amp;[Document type]=EARLIER('WordCountSummary per language'[Material type])))&lt;/LI-CODE&gt;
&lt;P&gt;If this does not solve your problem, please provide more data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Charlotte&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;helps, then please consider&amp;nbsp;&lt;EM&gt;Accept it as the solution&amp;nbsp;to help the other members find it more quickly.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 08:29:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-results-missing/m-p/3553528#M136736</guid>
      <dc:creator>v-zhangti</dc:creator>
      <dc:date>2023-11-27T08:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Lookupvalue results missing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-results-missing/m-p/3560470#M137232</link>
      <description>&lt;P&gt;Thanks you Charlotte, it worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 08:17:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-results-missing/m-p/3560470#M137232</guid>
      <dc:creator>margheritamart</dc:creator>
      <dc:date>2023-11-30T08:17:08Z</dc:date>
    </item>
  </channel>
</rss>

