<?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: I want to merge two tables with duplicates in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-merge-two-tables-with-duplicates/m-p/2891362#M93856</link>
    <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;1 more question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get only specific columns?&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 08 Nov 2022 07:58:28 GMT</pubDate>
    <dc:creator>HJK</dc:creator>
    <dc:date>2022-11-08T07:58:28Z</dc:date>
    <item>
      <title>I want to merge two tables with duplicates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-merge-two-tables-with-duplicates/m-p/2891164#M93841</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to duplicate two tables and merge them using DAX.&lt;/P&gt;&lt;P&gt;How can i do that?&lt;/P&gt;&lt;P&gt;please see the screenshot below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Table A&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Table B&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Table C (Merge)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Nov 2022 06:45:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-merge-two-tables-with-duplicates/m-p/2891164#M93841</guid>
      <dc:creator>HJK</dc:creator>
      <dc:date>2022-11-08T06:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: I want to merge two tables with duplicates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-merge-two-tables-with-duplicates/m-p/2891181#M93843</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please check the picture down below, and the attached pbix file.&lt;/P&gt;
&lt;P&gt;It is for creating a new table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 06:52:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-merge-two-tables-with-duplicates/m-p/2891181#M93843</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-11-08T06:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: I want to merge two tables with duplicates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-merge-two-tables-with-duplicates/m-p/2891362#M93856</link>
      <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;1 more question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get only specific columns?&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Nov 2022 07:58:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-merge-two-tables-with-duplicates/m-p/2891362#M93856</guid>
      <dc:creator>HJK</dc:creator>
      <dc:date>2022-11-08T07:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: I want to merge two tables with duplicates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-merge-two-tables-with-duplicates/m-p/2891780#M93891</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for your feedback.&lt;/P&gt;
&lt;P&gt;In case you want to select some columns, please check the below picture and the attached pbix file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;TableC =
SELECTCOLUMNS ( CROSSJOIN ( TableA, TableB ), "A", TableA[A] )
&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 08 Nov 2022 09:46:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-merge-two-tables-with-duplicates/m-p/2891780#M93891</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-11-08T09:46:50Z</dc:date>
    </item>
  </channel>
</rss>

