<?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 table combine in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-combine/m-p/3828437#M149702</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to combine two tables with the same structure but different column names without having to rename the columns so that they remain the same?&lt;/P&gt;&lt;P&gt;= Table.Combine({#"primer bloque", #"segundo bloque", #"tercer bloque"}), this syntax requires column names to be the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tks&lt;/P&gt;</description>
    <pubDate>Wed, 10 Apr 2024 21:19:14 GMT</pubDate>
    <dc:creator>braulio</dc:creator>
    <dc:date>2024-04-10T21:19:14Z</dc:date>
    <item>
      <title>table combine</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-combine/m-p/3828437#M149702</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to combine two tables with the same structure but different column names without having to rename the columns so that they remain the same?&lt;/P&gt;&lt;P&gt;= Table.Combine({#"primer bloque", #"segundo bloque", #"tercer bloque"}), this syntax requires column names to be the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tks&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 21:19:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-combine/m-p/3828437#M149702</guid>
      <dc:creator>braulio</dc:creator>
      <dc:date>2024-04-10T21:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: table combine</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-combine/m-p/3828583#M149717</link>
      <description>&lt;LI-CODE lang="markup"&gt;this syntax requires column names to be the same.&lt;/LI-CODE&gt;
&lt;P&gt;That is incorrect.&amp;nbsp; There is no requirement that the column names need to be the same.&amp;nbsp; Table.Combine can append tables even if they have no columns in common.&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;Is it possible to combine two tables with the same structure but different column names&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can impose the column names of one table onto the other table (for example via Table.RenameColumns), and then append them.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 23:56:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-combine/m-p/3828583#M149717</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-10T23:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: table combine</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-combine/m-p/3828823#M149724</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="483981" data-lia-user-login="braulio" class="lia-mention lia-mention-user"&gt;braulio&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can first use append to form a new table, and then use the merge column function to generate new columns. Finally, delete the redundant columns.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Adamk Kong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 02:20:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-combine/m-p/3828823#M149724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-11T02:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: table combine</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-combine/m-p/3831114#M149786</link>
      <description>&lt;P&gt;Hi Ibendlin,&amp;nbsp; sorry but I was reading and trying and the columns has to have the same name.&lt;/P&gt;&lt;P&gt;I know I can rename the columns but I have 50 tables with 48 columns each one, It is possible but it seems a bit inefficient&amp;nbsp; and difficult to maintain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have a syntaxis to combine two tables with same structure but different columns name please share it!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 13:45:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-combine/m-p/3831114#M149786</guid>
      <dc:creator>braulio</dc:creator>
      <dc:date>2024-04-11T13:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: table combine</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-combine/m-p/3831166#M149789</link>
      <description>&lt;P&gt;Adamk, tks, it works, but I have 50 tables with 48 vars each one,&amp;nbsp;&lt;SPAN&gt;I'll keep it in mind.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Tks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 14:03:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-combine/m-p/3831166#M149789</guid>
      <dc:creator>braulio</dc:creator>
      <dc:date>2024-04-11T14:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: table combine</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-combine/m-p/3831273#M149795</link>
      <description>&lt;LI-CODE lang="markup"&gt;let
    Source = List.Zip({Table.ColumnNames(Table2),Table.ColumnNames(Table1)}),
    Result = Table1 &amp;amp; Table.RenameColumns(Table2,Source)
in
    Result&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 11 Apr 2024 14:45:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-combine/m-p/3831273#M149795</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-11T14:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: table combine</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-combine/m-p/3831440#M149803</link>
      <description>&lt;P&gt;great!&lt;/P&gt;&lt;P&gt;tks a lot!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 16:33:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-combine/m-p/3831440#M149803</guid>
      <dc:creator>braulio</dc:creator>
      <dc:date>2024-04-11T16:33:20Z</dc:date>
    </item>
  </channel>
</rss>

