<?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 values from another table for multiple values in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/retrieve-values-from-another-table-for-multiple-values/m-p/2537912#M71391</link>
    <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="291014" data-lia-user-login="jtpiazzamn" class="lia-mention lia-mention-user"&gt;jtpiazzamn&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;I think lookupvalue function should suitable for your requirement, you can use the current field id to lookup the user table records.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/dax/lookupvalue-function-dax" target="_blank"&gt;LOOKUPVALUE function (DAX) - DAX | Microsoft Docs&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 25 May 2022 06:35:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-05-25T06:35:11Z</dc:date>
    <item>
      <title>retrieve values from another table for multiple values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/retrieve-values-from-another-table-for-multiple-values/m-p/2525098#M70588</link>
      <description>&lt;P&gt;I have 2 tables -&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) User List - has the following columns - ID#, First Name, Last Name&lt;/P&gt;&lt;P&gt;2) Reviewer List - has the following columns - Reviewer ID#, Submitter ID#, Submission Title&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to add columns (a measure?) to the Reviewer List table which will be -&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reviewer First Name, Reviewer Last Name (based on Reviewer ID#)&lt;/P&gt;&lt;P&gt;Submitter First Name, Submitter Last Name (based on Submitter ID#)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So based on the Reviewer ID - it will pull the name from the User List table, and the same with the Reviewer ID&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 04:11:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/retrieve-values-from-another-table-for-multiple-values/m-p/2525098#M70588</guid>
      <dc:creator>jtpiazzamn</dc:creator>
      <dc:date>2022-05-19T04:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: retrieve values from another table for multiple values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/retrieve-values-from-another-table-for-multiple-values/m-p/2525581#M70606</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="291014" data-lia-user-login="jtpiazzamn" class="lia-mention lia-mention-user"&gt;jtpiazzamn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you need to create a relationship between both tables using ID# and Reviewer ID# columns. I guess both are unique lists therefore the relationship will be one to one bidirectional relationship.&amp;nbsp;&lt;BR /&gt;Then you can create a table visual and have the columns from Reviewers table inserted in the table.&amp;nbsp;&lt;BR /&gt;create measures: example&lt;/P&gt;&lt;P&gt;SEKECTEDVALUE ( Users[First Name] ) and drag into the table visual.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 07:52:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/retrieve-values-from-another-table-for-multiple-values/m-p/2525581#M70606</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-19T07:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: retrieve values from another table for multiple values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/retrieve-values-from-another-table-for-multiple-values/m-p/2537912#M71391</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="291014" data-lia-user-login="jtpiazzamn" class="lia-mention lia-mention-user"&gt;jtpiazzamn&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;I think lookupvalue function should suitable for your requirement, you can use the current field id to lookup the user table records.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/dax/lookupvalue-function-dax" target="_blank"&gt;LOOKUPVALUE function (DAX) - DAX | Microsoft Docs&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 06:35:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/retrieve-values-from-another-table-for-multiple-values/m-p/2537912#M71391</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-25T06:35:11Z</dc:date>
    </item>
  </channel>
</rss>

