<?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: How do I create a new table based off another column's rows? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-create-a-new-table-based-off-another-column-s-rows/m-p/2336130#M58850</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="295343" data-lia-user-login="bballjoe12" class="lia-mention lia-mention-user"&gt;bballjoe12&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You mean remove all rows from Tickets History table where thicket numbers have not appeared in Ticket Number table?&lt;/P&gt;
&lt;P&gt;This dax code:&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;Combined Tables = FILTER('Ticket History',[Ticket Numbers] in VALUES(Tickets[Ticket Numbers]))&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Pbix in the end you can refer.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Community Support Team _ chenwu zhu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Feb 2022 07:27:51 GMT</pubDate>
    <dc:creator>v-chenwuz-msft</dc:creator>
    <dc:date>2022-02-14T07:27:51Z</dc:date>
    <item>
      <title>How do I create a new table based off another column's rows?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-create-a-new-table-based-off-another-column-s-rows/m-p/2329514#M58469</link>
      <description>&lt;P&gt;I have a table (the table name is "Tickets") that has 53,000 ticket #s.&amp;nbsp; On this table, the ticket #s are all unique.&amp;nbsp; I have another table (the table name is "Ticket History") that includes ticket #s and multiple rows of that ticket # that document all the history of the ticket (change of team or change of assignee, etc.).&amp;nbsp; The data may consist of 4 rows for, example, for ticket # 126748, because it was assigned to 4 different teams. This ticket history table is extremely large, well over 2 million rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I am trying to do is create a third table that if the "Ticket History" table contains any of the ticket #s from the "Tickets" table, to show all of the rows where that ticket # displays.&amp;nbsp; Here is an example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would I go about doing this using DAX to create a third table? The "Tickets" and "Ticket History" tables do not have have the same amount of columns, if that makes a difference and there is no relationship between the tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 01:35:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-create-a-new-table-based-off-another-column-s-rows/m-p/2329514#M58469</guid>
      <dc:creator>bballjoe12</dc:creator>
      <dc:date>2022-02-10T01:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a new table based off another column's rows?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-create-a-new-table-based-off-another-column-s-rows/m-p/2329752#M58479</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="295343" data-lia-user-login="bballjoe12" class="lia-mention lia-mention-user"&gt;bballjoe12&lt;/a&gt; , In power query you can use merge. &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;and in Dax you can try natural inner join&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/" target="_blank"&gt;https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 03:59:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-create-a-new-table-based-off-another-column-s-rows/m-p/2329752#M58479</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-02-10T03:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a new table based off another column's rows?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-create-a-new-table-based-off-another-column-s-rows/m-p/2329814#M58489</link>
      <description>&lt;P&gt;I tried the innerjoin route and got this error message:&lt;/P&gt;&lt;P&gt;'No common join columns detected. The join function 'NATURALLEFTOUTERJOIN' requires at-least one common join column.'&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 04:53:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-create-a-new-table-based-off-another-column-s-rows/m-p/2329814#M58489</guid>
      <dc:creator>bballjoe12</dc:creator>
      <dc:date>2022-02-10T04:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a new table based off another column's rows?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-create-a-new-table-based-off-another-column-s-rows/m-p/2336130#M58850</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="295343" data-lia-user-login="bballjoe12" class="lia-mention lia-mention-user"&gt;bballjoe12&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You mean remove all rows from Tickets History table where thicket numbers have not appeared in Ticket Number table?&lt;/P&gt;
&lt;P&gt;This dax code:&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;Combined Tables = FILTER('Ticket History',[Ticket Numbers] in VALUES(Tickets[Ticket Numbers]))&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Pbix in the end you can refer.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Community Support Team _ chenwu zhu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 07:27:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-create-a-new-table-based-off-another-column-s-rows/m-p/2336130#M58850</guid>
      <dc:creator>v-chenwuz-msft</dc:creator>
      <dc:date>2022-02-14T07:27:51Z</dc:date>
    </item>
  </channel>
</rss>

