<?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: Virtual Table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Virtual-Table/m-p/3093015#M108417</link>
    <description>&lt;P&gt;Thanks &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp; for the solution. It worked as expected&lt;/P&gt;</description>
    <pubDate>Wed, 22 Feb 2023 13:57:08 GMT</pubDate>
    <dc:creator>nareshr89</dc:creator>
    <dc:date>2023-02-22T13:57:08Z</dc:date>
    <item>
      <title>Virtual Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Virtual-Table/m-p/3090416#M108232</link>
      <description>&lt;P&gt;I need a help creating a virtual table where Table 1 and Table 2 have same column names.&lt;/P&gt;&lt;P&gt;I want the certain columns to add up the values, meanwhile the remaining column to remain same. Sample tables shared below. Third table is expected final table.&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 13:18:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Virtual-Table/m-p/3090416#M108232</guid>
      <dc:creator>nareshr89</dc:creator>
      <dc:date>2023-02-21T13:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Virtual Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Virtual-Table/m-p/3090489#M108239</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="366921" data-lia-user-login="nareshr89" class="lia-mention lia-mention-user"&gt;nareshr89&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;New Table =
GROUPBY (
    UNION ( Table1, Table2 ),
    [ML],
    [Region],
    "TR", SUMX ( CURRENTGROUP (), [TR] ),
    "OR", SUMX ( CURRENTGROUP (), [OR] ),
    "FTEs", SUMX ( CURRENTGROUP (), [FTEs] )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 21 Feb 2023 14:00:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Virtual-Table/m-p/3090489#M108239</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-21T14:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Virtual Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Virtual-Table/m-p/3093015#M108417</link>
      <description>&lt;P&gt;Thanks &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp; for the solution. It worked as expected&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 13:57:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Virtual-Table/m-p/3093015#M108417</guid>
      <dc:creator>nareshr89</dc:creator>
      <dc:date>2023-02-22T13:57:08Z</dc:date>
    </item>
  </channel>
</rss>

