<?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 Need help Merge 3 Tables 3 Column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-Merge-3-Tables-3-Column/m-p/2740667#M84217</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The requirement is, i have 3 tables with 3 different columns and now i have to use those 3 columns in a new measure&lt;BR /&gt;i am unable to merge those 3 columns getting data as null and merging is not happening&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Table 1 - FinancialKPI&lt;BR /&gt;Table 2 - Project custom&lt;BR /&gt;Table 3 - Gate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i need to bring 2 columns from Project custom[Approved Gate], Gate[Value] to FinancialKPI table? Any suggestion please&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;final output i have to achieve by merging 3 tables but not able to merge those columns due to not matching columns&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- CALCULATE(SUM(FinancialKPI[Y1]),FILTER(FinancialKPI,FinancialKPI[KPIName]=&lt;BR /&gt;&lt;SPAN&gt;"Net Sales&amp;nbsp;&amp;nbsp;[Project Currency]" &amp;amp;&amp;amp; FinancialKPI[Approved Gate] = FinancialKPI[value]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Sep 2022 12:38:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-09-02T12:38:39Z</dc:date>
    <item>
      <title>Need help Merge 3 Tables 3 Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-Merge-3-Tables-3-Column/m-p/2740667#M84217</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The requirement is, i have 3 tables with 3 different columns and now i have to use those 3 columns in a new measure&lt;BR /&gt;i am unable to merge those 3 columns getting data as null and merging is not happening&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Table 1 - FinancialKPI&lt;BR /&gt;Table 2 - Project custom&lt;BR /&gt;Table 3 - Gate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i need to bring 2 columns from Project custom[Approved Gate], Gate[Value] to FinancialKPI table? Any suggestion please&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;final output i have to achieve by merging 3 tables but not able to merge those columns due to not matching columns&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- CALCULATE(SUM(FinancialKPI[Y1]),FILTER(FinancialKPI,FinancialKPI[KPIName]=&lt;BR /&gt;&lt;SPAN&gt;"Net Sales&amp;nbsp;&amp;nbsp;[Project Currency]" &amp;amp;&amp;amp; FinancialKPI[Approved Gate] = FinancialKPI[value]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 12:38:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-Merge-3-Tables-3-Column/m-p/2740667#M84217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-02T12:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need help Merge 3 Tables 3 Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-Merge-3-Tables-3-Column/m-p/2741052#M84240</link>
      <description>&lt;P&gt;Can any help me Please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 14:40:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-Merge-3-Tables-3-Column/m-p/2741052#M84240</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-01T14:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need help Merge 3 Tables 3 Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-Merge-3-Tables-3-Column/m-p/2746956#M84635</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you do not matcing columns and want to combine columns, try adding an index column to each table in Power Query as shown below:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can merge by index column:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At last, you can merge 3 tables 3 columns:&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;/P&gt;
&lt;P&gt;Yadong Fang&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 06:40:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-Merge-3-Tables-3-Column/m-p/2746956#M84635</guid>
      <dc:creator>v-yadongf-msft</dc:creator>
      <dc:date>2022-09-05T06:40:59Z</dc:date>
    </item>
  </channel>
</rss>

