<?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: Inner Join in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Inner-Join/m-p/900162#M8216</link>
    <description>&lt;P&gt;Sounds like a job for INTERSECT()&lt;/P&gt;&lt;H1&gt;INTERSECT&lt;/H1&gt;&lt;P&gt;Intersection of two tables, retaining duplicates.&lt;/P&gt;&lt;H2&gt;Syntax&lt;/H2&gt;&lt;DIV class="codeHeader"&gt;&lt;SPAN class="language"&gt;DAX&lt;/SPAN&gt;&lt;SPAN&gt;Copy&lt;/SPAN&gt;&lt;DIV class="successful-copy-alert is-absolute has-right-zero has-top-zero has-left-zero has-bottom-zero is-flex has-flex-align-items-center has-flex-justify-content-center has-text-success-invert has-background-success is-transparent"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE&gt;&lt;SPAN class="hljs-built_in"&gt;INTERSECT&lt;/SPAN&gt;(&amp;lt;table_expression1&amp;gt;, &amp;lt;table_expression2&amp;gt;)  &lt;/PRE&gt;&lt;H3&gt;Parameters&lt;/H3&gt;&lt;DIV class="table-scroll-wrapper"&gt;Term Definition &lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Table_expression&lt;/TD&gt;&lt;TD&gt;Any DAX expression that returns a table.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;H2&gt;Return value&lt;/H2&gt;&lt;P&gt;A table that contains all the rows in table_expression1 that are also in table_expression2&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jan 2020 03:56:00 GMT</pubDate>
    <dc:creator>kentyler</dc:creator>
    <dc:date>2020-01-15T03:56:00Z</dc:date>
    <item>
      <title>Inner Join</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Inner-Join/m-p/898648#M8172</link>
      <description>Hi&lt;BR /&gt;What is the DAX command for this scenario?&lt;BR /&gt;Let's say I have a large dataset where the two tables are merged via left join. Then I plotted a network diagram based on one variable A from left table against another variable B from the right table (not to be confused the variables are taken from the large merged dataset). Then I have a filter funnel on another variable. The result was a condensed network diagram with some common links between variable A and B. How to sieve out what are those items in variable A and B are common? Thanks</description>
      <pubDate>Tue, 14 Jan 2020 01:20:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Inner-Join/m-p/898648#M8172</guid>
      <dc:creator>mkathi0405</dc:creator>
      <dc:date>2020-01-14T01:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Inner Join</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Inner-Join/m-p/900162#M8216</link>
      <description>&lt;P&gt;Sounds like a job for INTERSECT()&lt;/P&gt;&lt;H1&gt;INTERSECT&lt;/H1&gt;&lt;P&gt;Intersection of two tables, retaining duplicates.&lt;/P&gt;&lt;H2&gt;Syntax&lt;/H2&gt;&lt;DIV class="codeHeader"&gt;&lt;SPAN class="language"&gt;DAX&lt;/SPAN&gt;&lt;SPAN&gt;Copy&lt;/SPAN&gt;&lt;DIV class="successful-copy-alert is-absolute has-right-zero has-top-zero has-left-zero has-bottom-zero is-flex has-flex-align-items-center has-flex-justify-content-center has-text-success-invert has-background-success is-transparent"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE&gt;&lt;SPAN class="hljs-built_in"&gt;INTERSECT&lt;/SPAN&gt;(&amp;lt;table_expression1&amp;gt;, &amp;lt;table_expression2&amp;gt;)  &lt;/PRE&gt;&lt;H3&gt;Parameters&lt;/H3&gt;&lt;DIV class="table-scroll-wrapper"&gt;Term Definition &lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Table_expression&lt;/TD&gt;&lt;TD&gt;Any DAX expression that returns a table.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;H2&gt;Return value&lt;/H2&gt;&lt;P&gt;A table that contains all the rows in table_expression1 that are also in table_expression2&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 03:56:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Inner-Join/m-p/900162#M8216</guid>
      <dc:creator>kentyler</dc:creator>
      <dc:date>2020-01-15T03:56:00Z</dc:date>
    </item>
  </channel>
</rss>

