<?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: Need help in joining two tables using (JOIN/APPEND/MERGE) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-joining-two-tables-using-JOIN-APPEND-MERGE/m-p/3719837#M144832</link>
    <description>&lt;P&gt;Not sure what you mean by "automatically" but you could do that renaming as part of the load process. Be very aware that Power Query is case sensitive.&lt;/P&gt;</description>
    <pubDate>Fri, 23 Feb 2024 13:08:42 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-02-23T13:08:42Z</dc:date>
    <item>
      <title>Need help in joining two tables using (JOIN/APPEND/MERGE)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-joining-two-tables-using-JOIN-APPEND-MERGE/m-p/3716087#M144637</link>
      <description>&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I do not know to use append or merge or join in this situation.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Let me explain my situation first. &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;I have two separate data sheet. Let's call it data A and data B. Data A consists of data related to Parent Cust No with some other columns that may or may not exist in Data B. And Data B&amp;nbsp;consists of data related to MKS Parent ID might have something Data A doesn't have. They both have some similarities.&lt;BR /&gt;&lt;BR /&gt;Dashboard A using Data A&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;nbsp;Dashboard B using Data B&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Parent Cust No (from Data A) literally mean the same thing as MKS Parent ID (from Data B). They both are describing the name of an outlet. I'm trying to match them both as a single unit so that I can use slicer that can easily filter both of the table in the dashboard while both showing different column data at the same time.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Extra information : From Dashboard B, if we sum up Sum of OVD 1-7, until the end of the columns which is the Sum of OVD&amp;gt;365 for a specific Parent Cust No/MKS Parent ID, they will equal to the amount of Sum of Cust O/S Balance in (Dashboard A). So to give an idea, they both are referring to the same data, just showing it a different way and might have extra information that might not exist in other datasheet. Though, I'm hesistant to just union them both, to avoid any mismatched data.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Any solutions are welcomed ! I'd really appreciate your help. Thank you. &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Feb 2024 06:31:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-joining-two-tables-using-JOIN-APPEND-MERGE/m-p/3716087#M144637</guid>
      <dc:creator>botjeff</dc:creator>
      <dc:date>2024-02-22T06:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in joining two tables using (JOIN/APPEND/MERGE)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-joining-two-tables-using-JOIN-APPEND-MERGE/m-p/3717614#M144733</link>
      <description>&lt;P&gt;Change the name of the first column so it matches exactly between the two tables, then in Power Query do a Table.Combine (or &amp;amp; ) on Data A and Data B.&amp;nbsp; Power Query will merge matching columns and add the extra columns from both sides.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 15:49:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-joining-two-tables-using-JOIN-APPEND-MERGE/m-p/3717614#M144733</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-22T15:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in joining two tables using (JOIN/APPEND/MERGE)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-joining-two-tables-using-JOIN-APPEND-MERGE/m-p/3718957#M144796</link>
      <description>&lt;P&gt;Hi, this sounds like a no brainer. Thanks, but is there an option where PowerQuery can automatically change the column name, and merge them together rather than changing them in the Excel and merge them. The dashboard need to be updated daily with new files, and I was planning for it using date extraction, and include/exclude parameters. Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 06:30:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-joining-two-tables-using-JOIN-APPEND-MERGE/m-p/3718957#M144796</guid>
      <dc:creator>botjeff</dc:creator>
      <dc:date>2024-02-23T06:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in joining two tables using (JOIN/APPEND/MERGE)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-joining-two-tables-using-JOIN-APPEND-MERGE/m-p/3719837#M144832</link>
      <description>&lt;P&gt;Not sure what you mean by "automatically" but you could do that renaming as part of the load process. Be very aware that Power Query is case sensitive.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 13:08:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-joining-two-tables-using-JOIN-APPEND-MERGE/m-p/3719837#M144832</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-23T13:08:42Z</dc:date>
    </item>
  </channel>
</rss>

