<?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: naturalinnerjoin date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/naturalinnerjoin-date/m-p/979499#M11935</link>
    <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your feedback!&lt;/P&gt;&lt;P&gt;Actually, I managed to use the relationships to overcome my goal.&amp;nbsp;I reviewed the star schema I created...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PY&lt;/P&gt;</description>
    <pubDate>Wed, 18 Mar 2020 08:52:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-03-18T08:52:05Z</dc:date>
    <item>
      <title>naturalinnerjoin date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/naturalinnerjoin-date/m-p/975868#M11790</link>
      <description>&lt;P&gt;Hi folks!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you are doing well, and working from home &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I started to fight with NATURALINNERJOIN function...I hope not to lose &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I created 2 tables which are agregation of time from 2 different sources.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to join them&amp;nbsp; on the date and the location&lt;/P&gt;&lt;P&gt;Table 1 structure&lt;/P&gt;&lt;P&gt;- Date&lt;/P&gt;&lt;P&gt;- Location&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Time (summation)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 2:&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Date&lt;/P&gt;&lt;P&gt;- Location&lt;/P&gt;&lt;P&gt;- Time worked&lt;/P&gt;&lt;P&gt;- Vacation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I use the naturalinnerjoin(Table1, Table2) function, it tells me : Date is already part of the table...which is actually the purpose &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do I miss ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PY&lt;/P&gt;&lt;P class="ics-element-donot-delete 1001_CC@"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 10:41:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/naturalinnerjoin-date/m-p/975868#M11790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-16T10:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: naturalinnerjoin date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/naturalinnerjoin-date/m-p/975890#M11795</link>
      <description>Use COMBINEVALUES to create a calculated column in your tables and then create a relationship between them. Using JOINS like this in DAX is not the best solution or even Best Practice.&lt;BR /&gt;&lt;BR /&gt;Relationships are the best solution and the fastest.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Mon, 16 Mar 2020 11:03:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/naturalinnerjoin-date/m-p/975890#M11795</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-16T11:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: naturalinnerjoin date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/naturalinnerjoin-date/m-p/975892#M11796</link>
      <description>I'll tell you more. You should extract Date and Location into their own dimensions and then create a star schema with 2 fact tables. Please see this to know how to correctly model in Power BI:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=78d6mwR8GtA&amp;amp;t=1247s" target="_blank"&gt;https://www.youtube.com/watch?v=78d6mwR8GtA&amp;amp;t=1247s&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Mon, 16 Mar 2020 11:06:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/naturalinnerjoin-date/m-p/975892#M11796</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-16T11:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: naturalinnerjoin date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/naturalinnerjoin-date/m-p/976018#M11800</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;- You can use SELECTCOLUMNS when joining tables using NATURALINNERJOIN to rename any columns that are the same. In your case, if you want to join on two columns, you would likely want to concatenate those columns together and then join on that.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 12:35:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/naturalinnerjoin-date/m-p/976018#M11800</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-03-16T12:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: naturalinnerjoin date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/naturalinnerjoin-date/m-p/979499#M11935</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your feedback!&lt;/P&gt;&lt;P&gt;Actually, I managed to use the relationships to overcome my goal.&amp;nbsp;I reviewed the star schema I created...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PY&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 08:52:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/naturalinnerjoin-date/m-p/979499#M11935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-18T08:52:05Z</dc:date>
    </item>
  </channel>
</rss>

