<?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 relatedtable in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/relatedtable/m-p/3974674#M154125</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for looking at my post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any DAX formula to get information from another table but they are not linked to each other please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use relatedtable but no luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table1 = names, Age, Date&lt;/P&gt;&lt;P&gt;Table2 = names&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to transfer last date from table1 to table2 for those respective names please&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jun 2024 14:33:40 GMT</pubDate>
    <dc:creator>jimpatel</dc:creator>
    <dc:date>2024-06-05T14:33:40Z</dc:date>
    <item>
      <title>relatedtable</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/relatedtable/m-p/3974674#M154125</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for looking at my post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any DAX formula to get information from another table but they are not linked to each other please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use relatedtable but no luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table1 = names, Age, Date&lt;/P&gt;&lt;P&gt;Table2 = names&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to transfer last date from table1 to table2 for those respective names please&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 14:33:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/relatedtable/m-p/3974674#M154125</guid>
      <dc:creator>jimpatel</dc:creator>
      <dc:date>2024-06-05T14:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: relatedtable</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/relatedtable/m-p/3974714#M154128</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="413988" data-lia-user-login="jimpatel" class="lia-mention lia-mention-user"&gt;jimpatel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the LOOKUPVALUE function, which does not require the relationship. eg:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;calculated column = LOOKUPVALUE('Table1'[Date],'Table1'[Names],'Table2'[Names])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you~&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 14:49:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/relatedtable/m-p/3974714#M154128</guid>
      <dc:creator>xifeng_L</dc:creator>
      <dc:date>2024-06-05T14:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: relatedtable</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/relatedtable/m-p/3974725#M154129</link>
      <description>&lt;P&gt;Perfect&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 14:53:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/relatedtable/m-p/3974725#M154129</guid>
      <dc:creator>jimpatel</dc:creator>
      <dc:date>2024-06-05T14:53:48Z</dc:date>
    </item>
  </channel>
</rss>

