<?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 Filter names not cited in another table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-names-not-cited-in-another-table/m-p/3132085#M111486</link>
    <description>&lt;P&gt;I Have 2 Tables:&lt;BR /&gt;&lt;BR /&gt;Table 1:&lt;BR /&gt;Column1: Name (with 5 names: Adam, Frank, Thomas, Julie, Simon)&lt;BR /&gt;&lt;BR /&gt;Table 2:&lt;BR /&gt;Column1: Name&lt;BR /&gt;Column2: Partner&lt;BR /&gt;2 Lines: column Name (Adam, Adam), columns Partner (Frank, Thomas)&lt;BR /&gt;&lt;BR /&gt;In Dashboard i have 1 segmentation (Column1 Table1)&lt;BR /&gt;&lt;BR /&gt;I need a table visual that contains:&lt;BR /&gt;All column1/table1 names that were not mentioned in column2/table2 when I filter the name in the segmentation.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;Segmentation: Adam&lt;BR /&gt;Result: Julie, Simon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Mar 2023 22:24:22 GMT</pubDate>
    <dc:creator>FabianoJohann</dc:creator>
    <dc:date>2023-03-14T22:24:22Z</dc:date>
    <item>
      <title>Filter names not cited in another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-names-not-cited-in-another-table/m-p/3132085#M111486</link>
      <description>&lt;P&gt;I Have 2 Tables:&lt;BR /&gt;&lt;BR /&gt;Table 1:&lt;BR /&gt;Column1: Name (with 5 names: Adam, Frank, Thomas, Julie, Simon)&lt;BR /&gt;&lt;BR /&gt;Table 2:&lt;BR /&gt;Column1: Name&lt;BR /&gt;Column2: Partner&lt;BR /&gt;2 Lines: column Name (Adam, Adam), columns Partner (Frank, Thomas)&lt;BR /&gt;&lt;BR /&gt;In Dashboard i have 1 segmentation (Column1 Table1)&lt;BR /&gt;&lt;BR /&gt;I need a table visual that contains:&lt;BR /&gt;All column1/table1 names that were not mentioned in column2/table2 when I filter the name in the segmentation.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;Segmentation: Adam&lt;BR /&gt;Result: Julie, Simon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 22:24:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-names-not-cited-in-another-table/m-p/3132085#M111486</guid>
      <dc:creator>FabianoJohann</dc:creator>
      <dc:date>2023-03-14T22:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Filter names not cited in another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-names-not-cited-in-another-table/m-p/3132373#M111501</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="529692" data-lia-user-login="FabianoJohann" class="lia-mention lia-mention-user"&gt;FabianoJohann&lt;/a&gt; , if you have a common dimension name, then measure can help &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With common name dim&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Countx(Except(Table1[Name], Table2[Partner]), [Name])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Plot with common name dim joined with name of table 1 and Partner of table 2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or create a new table&lt;/P&gt;
&lt;P&gt;Except(Table1[Name], Table2[Partner])&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 02:52:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-names-not-cited-in-another-table/m-p/3132373#M111501</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2023-03-15T02:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filter names not cited in another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-names-not-cited-in-another-table/m-p/3133849#M111611</link>
      <description>&lt;P&gt;I couldn't, let's try another way.&lt;BR /&gt;&lt;BR /&gt;by power query, I'll give an example of the tables:&lt;BR /&gt;&lt;BR /&gt;Table 1&lt;/P&gt;&lt;TABLE cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class=""&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class=""&gt;Adam&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class=""&gt;Frank&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class=""&gt;Thomas&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I need an M formula to add a second column that repeats all the names for each name in column 1 except itself, so it looks like this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;TABLE cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class=""&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;&lt;STRONG&gt;Partner&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class=""&gt;Adam&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;Frank&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class=""&gt;Adam&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;Thomas&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class=""&gt;Frank&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;Adam&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class=""&gt;Frank&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;Thomas&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class=""&gt;Thomas&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;Adam&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class=""&gt;Thomas&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;Frank&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 15 Mar 2023 15:25:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-names-not-cited-in-another-table/m-p/3133849#M111611</guid>
      <dc:creator>FabianoJohann</dc:creator>
      <dc:date>2023-03-15T15:25:24Z</dc:date>
    </item>
  </channel>
</rss>

