<?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: Merge query with dax in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Merge-query-with-dax/m-p/2194813#M51385</link>
    <description>&lt;P&gt;I can't use Power Query because I haven't direct access to customer's database.&lt;/P&gt;&lt;P&gt;I need to do this using only DAX&lt;/P&gt;</description>
    <pubDate>Wed, 17 Nov 2021 15:53:06 GMT</pubDate>
    <dc:creator>giuliapiazza94</dc:creator>
    <dc:date>2021-11-17T15:53:06Z</dc:date>
    <item>
      <title>Merge query with dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Merge-query-with-dax/m-p/2194747#M51381</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two tables like&amp;nbsp;&lt;/P&gt;&lt;P&gt;1&lt;img /&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to have the values "Farm" in the first table using DAX.&lt;/P&gt;&lt;P&gt;How can I to do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you all &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;</description>
      <pubDate>Wed, 17 Nov 2021 15:37:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Merge-query-with-dax/m-p/2194747#M51381</guid>
      <dc:creator>giuliapiazza94</dc:creator>
      <dc:date>2021-11-17T15:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Merge query with dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Merge-query-with-dax/m-p/2194792#M51384</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="295674" data-lia-user-login="giuliapiazza94" class="lia-mention lia-mention-user"&gt;giuliapiazza94&lt;/a&gt;&amp;nbsp;In your first query, add a Merge Query step in Power Query Editor to merge the second table on the customer columns.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 15:48:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Merge-query-with-dax/m-p/2194792#M51384</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-11-17T15:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Merge query with dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Merge-query-with-dax/m-p/2194813#M51385</link>
      <description>&lt;P&gt;I can't use Power Query because I haven't direct access to customer's database.&lt;/P&gt;&lt;P&gt;I need to do this using only DAX&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 15:53:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Merge-query-with-dax/m-p/2194813#M51385</guid>
      <dc:creator>giuliapiazza94</dc:creator>
      <dc:date>2021-11-17T15:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Merge query with dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Merge-query-with-dax/m-p/2194851#M51387</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="295674" data-lia-user-login="giuliapiazza94" class="lia-mention lia-mention-user"&gt;giuliapiazza94&lt;/a&gt;&amp;nbsp; you can create relationship between t1 and t2 through Customer column and then you can create a calculated column in t1 like following&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Farm from t2 = RELATED(t2[Farm])&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 17 Nov 2021 16:04:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Merge-query-with-dax/m-p/2194851#M51387</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2021-11-17T16:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Merge query with dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Merge-query-with-dax/m-p/2196026#M51435</link>
      <description>&lt;P&gt;I've tried but i've this error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;but there is a relationship 1:m between two tables&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 07:46:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Merge-query-with-dax/m-p/2196026#M51435</guid>
      <dc:creator>giuliapiazza94</dc:creator>
      <dc:date>2021-11-18T07:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Merge query with dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Merge-query-with-dax/m-p/2196031#M51437</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="295674" data-lia-user-login="giuliapiazza94" class="lia-mention lia-mention-user"&gt;giuliapiazza94&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try this to add a new column in table 1:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Farm = &lt;/SPAN&gt;&lt;SPAN&gt;LOOKUPVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table 2'[Farm]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Table 2'[customer]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Table 1'[Customer]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;output:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;helps&lt;/SPAN&gt;&lt;/STRONG&gt;, please consider&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;accepting&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;it as the solution&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;to help the other members find it more quickly.&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN&gt;Appreciate your Kudos!!&lt;BR /&gt;&lt;STRONG&gt;LinkedIn:&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;A href="https://www.linkedin.com/in/vahid-dm/" target="_blank" rel="noopener"&gt;www.linkedin.com/in/vahid-dm/&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Nov 2021 07:52:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Merge-query-with-dax/m-p/2196031#M51437</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2021-11-18T07:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Merge query with dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Merge-query-with-dax/m-p/2203158#M51751</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="295674" data-lia-user-login="giuliapiazza94" class="lia-mention lia-mention-user"&gt;giuliapiazza94&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does the replies above solve your problem? If it has been solved, please mark the correct reply as the standard answer to help the other members find it more quickly.Thanks in advance for your kind cooperation!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Community Support Team _ Caitlyn&lt;/P&gt;
&lt;P&gt;If this post helps then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 08:11:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Merge-query-with-dax/m-p/2203158#M51751</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-23T08:11:36Z</dc:date>
    </item>
  </channel>
</rss>

