<?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 Append two filtered tables in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Append-two-filtered-tables/m-p/1820099#M38602</link>
    <description>&lt;P&gt;I have two tables that are the exact same so that I can filter data in two differnet ways usign slicers. What I need is a DAX command to create an appended table of these two after slicers have been used, but I can not seem to find a way. The table functions either seem to appened before the filter or when I try a crossjoin the resulting table relationships filter out those selections from table 1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table1&amp;nbsp;&lt;/P&gt;&lt;P&gt;Location A&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Location B&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table 2&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Location F&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Result&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Location A,B,F&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 May 2021 15:14:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-05-03T15:14:28Z</dc:date>
    <item>
      <title>Append two filtered tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Append-two-filtered-tables/m-p/1820099#M38602</link>
      <description>&lt;P&gt;I have two tables that are the exact same so that I can filter data in two differnet ways usign slicers. What I need is a DAX command to create an appended table of these two after slicers have been used, but I can not seem to find a way. The table functions either seem to appened before the filter or when I try a crossjoin the resulting table relationships filter out those selections from table 1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table1&amp;nbsp;&lt;/P&gt;&lt;P&gt;Location A&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Location B&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table 2&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Location F&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Result&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Location A,B,F&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 15:14:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Append-two-filtered-tables/m-p/1820099#M38602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-03T15:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Append two filtered tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Append-two-filtered-tables/m-p/1820268#M38608</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , merge in power bi or Append and aggregate in power bi &lt;/P&gt;
&lt;P&gt;&lt;A href="https://radacad.com/append-vs-merge-in-power-bi-and-power-query" target="_blank"&gt;https://radacad.com/append-vs-merge-in-power-bi-and-power-query&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://radacad.com/power-bi-aggregation-step-1-create-the-aggregated-table" target="_blank"&gt;https://radacad.com/power-bi-aggregation-step-1-create-the-aggregated-table&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 16:27:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Append-two-filtered-tables/m-p/1820268#M38608</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-05-03T16:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Append two filtered tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Append-two-filtered-tables/m-p/4008449#M157373</link>
      <description>&lt;P&gt;@Anonymous I have the same use case and used&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;all_table = UNION(table1, table2, table3)&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However resulting &lt;STRONG&gt;all_table &lt;/STRONG&gt;doesn't respect filtered values in slicers for &lt;STRONG&gt;table1 table2 table3.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 06:50:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Append-two-filtered-tables/m-p/4008449#M157373</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-25T06:50:42Z</dc:date>
    </item>
  </channel>
</rss>

