<?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: Retrieve a date from another table where criteria is met in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1280240#M21822</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="251474" data-lia-user-login="RichHead1821" class="lia-mention lia-mention-user"&gt;RichHead1821&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try creating some dummy values. i can try but you know how the data looks like &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harsh Nathani&lt;/P&gt;</description>
    <pubDate>Fri, 07 Aug 2020 12:46:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-08-07T12:46:22Z</dc:date>
    <item>
      <title>Retrieve a date from another table where criteria is met</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1279965#M21800</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two tables:&lt;/P&gt;&lt;P&gt;T1 holds:&amp;nbsp; interviewID, status, statusvalue &amp;amp; statusdate&lt;/P&gt;&lt;P&gt;T2 holds: interviewID, lots of other columns and a new column created by DAX which I want to store a date when a certain status &amp;amp; statusvalue is found in T1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;T2 new column measure =&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;LOOKUPVALUE('T1'[StatusDate],'T1'[interviewId],SelectedValue('T2'[interviewId]),T1[status],"Quoted",T1[statusvalue],"Complete")&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I can see there are entries in T1 with interviewId which match entries in T2 and that T1 has lots where the status = Quoted and th statusvalue = Completed; but the DAX never returns a date (it does not error, just never seems to find the matches and return a date).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;As I thought this was the easy part of what I'm building it has left me somewhat discombobulated.&lt;/DIV&gt;</description>
      <pubDate>Fri, 07 Aug 2020 10:48:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1279965#M21800</guid>
      <dc:creator>RichHead1821</dc:creator>
      <dc:date>2020-08-07T10:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve a date from another table where criteria is met</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1280164#M21814</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="251474" data-lia-user-login="RichHead1821" class="lia-mention lia-mention-user"&gt;RichHead1821&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you share some sample date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harsh Nathani&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 12:07:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1280164#M21814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-07T12:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve a date from another table where criteria is met</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1280225#M21821</link>
      <description>&lt;P&gt;No, as the data is commercially sensitive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The two IDs are wholenumbers, the status and statusvalue are text and the date to return and the new column are both datetime&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 12:39:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1280225#M21821</guid>
      <dc:creator>RichHead1821</dc:creator>
      <dc:date>2020-08-07T12:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve a date from another table where criteria is met</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1280240#M21822</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="251474" data-lia-user-login="RichHead1821" class="lia-mention lia-mention-user"&gt;RichHead1821&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try creating some dummy values. i can try but you know how the data looks like &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harsh Nathani&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 12:46:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1280240#M21822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-07T12:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve a date from another table where criteria is met</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1280253#M21823</link>
      <description>&lt;P&gt;How do I share a PBIX file here?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 12:54:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1280253#M21823</guid>
      <dc:creator>RichHead1821</dc:creator>
      <dc:date>2020-08-07T12:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve a date from another table where criteria is met</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1280259#M21824</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;- I have an example PBIX file which demonstrates this (with dummy data) - but have no idea how to share that data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 12:57:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1280259#M21824</guid>
      <dc:creator>RichHead1821</dc:creator>
      <dc:date>2020-08-07T12:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve a date from another table where criteria is met</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1280286#M21825</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="251474" data-lia-user-login="RichHead1821" class="lia-mention lia-mention-user"&gt;RichHead1821&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try One Drive or Google Drive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;HN&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 13:04:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1280286#M21825</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-07T13:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve a date from another table where criteria is met</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1280294#M21826</link>
      <description>&lt;P&gt;This is T1&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;This is T2&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Relationships&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 13:06:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1280294#M21826</guid>
      <dc:creator>RichHead1821</dc:creator>
      <dc:date>2020-08-07T13:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve a date from another table where criteria is met</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1280399#M21832</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="251474" data-lia-user-login="RichHead1821" class="lia-mention lia-mention-user"&gt;RichHead1821&lt;/a&gt; , I do see any date in T1. But any date in T1 in slicer can filter T2&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 13:36:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1280399#M21832</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-08-07T13:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve a date from another table where criteria is met</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1280405#M21834</link>
      <description>&lt;P&gt;I am trying to create the date in T1, using the DAX in the first screenshot...&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 13:38:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1280405#M21834</guid>
      <dc:creator>RichHead1821</dc:creator>
      <dc:date>2020-08-07T13:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve a date from another table where criteria is met</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1286931#M22051</link>
      <description>&lt;P&gt;Solution remove the 'SELECTEDVALUE' from the DAX:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;T2 new column measure =&amp;nbsp;LOOKUPVALUE('T1'[StatusDate], 'T1'[interviewId],' T2'[interviewId], T1[status],"Quoted", T1[statusvalue],"Complete")&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 09:09:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Retrieve-a-date-from-another-table-where-criteria-is-met/m-p/1286931#M22051</guid>
      <dc:creator>RichHead1821</dc:creator>
      <dc:date>2020-08-11T09:09:34Z</dc:date>
    </item>
  </channel>
</rss>

