<?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: DAX Bring two columns from different tables, and one table has measures in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Bring-two-columns-from-different-tables-and-one-table-has/m-p/3200426#M116321</link>
    <description>&lt;P&gt;You don't need to specify a name for a calculated column, you can just specify the column, but all the columns need to be before the measures in the SUMMARIZECOLUMNS&lt;/P&gt;</description>
    <pubDate>Fri, 21 Apr 2023 15:42:56 GMT</pubDate>
    <dc:creator>johnt75</dc:creator>
    <dc:date>2023-04-21T15:42:56Z</dc:date>
    <item>
      <title>DAX Bring two columns from different tables, and one table has measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Bring-two-columns-from-different-tables-and-one-table-has/m-p/3200356#M116314</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to bring two columns from different tables that are connected but one table has only measures, how can I bring it? Or do I need to create the masure in here? Because I am new and is complicated for me to move it, thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 15:15:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Bring-two-columns-from-different-tables-and-one-table-has/m-p/3200356#M116314</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-21T15:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Bring two columns from different tables, and one table has measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Bring-two-columns-from-different-tables-and-one-table-has/m-p/3200406#M116319</link>
      <description>&lt;P&gt;Because its a measure and not a column you need to give it a name in SUMMARIZECOLUMNS,&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;EVALUATE
SUMMARIZECOLUMNS (
    VALIDATED_PD[m_Group_Currency_Amount],
    "Total Overdue", [a_TotalOverdue]
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 21 Apr 2023 15:31:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Bring-two-columns-from-different-tables-and-one-table-has/m-p/3200406#M116319</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2023-04-21T15:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Bring two columns from different tables, and one table has measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Bring-two-columns-from-different-tables-and-one-table-has/m-p/3200420#M116320</link>
      <description>&lt;P&gt;Thanks it works! is the same logic for calculates columns? Or do I need to create it as a measure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 15:38:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Bring-two-columns-from-different-tables-and-one-table-has/m-p/3200420#M116320</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-21T15:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Bring two columns from different tables, and one table has measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Bring-two-columns-from-different-tables-and-one-table-has/m-p/3200426#M116321</link>
      <description>&lt;P&gt;You don't need to specify a name for a calculated column, you can just specify the column, but all the columns need to be before the measures in the SUMMARIZECOLUMNS&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 15:42:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Bring-two-columns-from-different-tables-and-one-table-has/m-p/3200426#M116321</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2023-04-21T15:42:56Z</dc:date>
    </item>
  </channel>
</rss>

