<?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: Find the difference between two dates from two different tables in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-the-difference-between-two-dates-from-two-different-tables/m-p/3273195#M121383</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;Baseline Days +/- =&lt;BR /&gt;DATEDIFF (&lt;BR /&gt;AssignmentBaselines[AssignmentBaselineFinishDate],&lt;BR /&gt;RELATED ( Assignments[AssignmentActualFinishDate] ),&lt;BR /&gt;DAY&lt;BR /&gt;)&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jun 2023 17:13:52 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-06-07T17:13:52Z</dc:date>
    <item>
      <title>Find the difference between two dates from two different tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-the-difference-between-two-dates-from-two-different-tables/m-p/3273100#M121377</link>
      <description>&lt;P&gt;I am looking to find the difference between two dates from two different tables. The tables being used are Assignments and AssigmentBaselines. The columns used are 'Assignments[AssignmentActualFinishDate] and 'AssignmentBaselines'[AssignmentBAselineFinishDate]. The tables have a relationship many to one (*:1) and has a both cross filter direction.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The formula I have been using is:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Baseline Days +/- = &lt;/SPAN&gt;&lt;SPAN&gt;DATEDIFF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;AssignmentBaselines&lt;/SPAN&gt;&lt;SPAN&gt;[AssignmentBaselineFinishDate]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;RELATED&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Assignments&lt;/SPAN&gt;&lt;SPAN&gt;[AssignmentActualFinishDate]&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;[Day]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;The error I keep getting is "Too few arguments were passed to the DATEDIFF function. The minimum argument count for the function is 3."&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have looked through many different forum post and I have tried many different ways to solve this issue but I keep coming up short. Any help would be appreciated.&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 07 Jun 2023 16:16:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-the-difference-between-two-dates-from-two-different-tables/m-p/3273100#M121377</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-07T16:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Find the difference between two dates from two different tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-the-difference-between-two-dates-from-two-different-tables/m-p/3273195#M121383</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;Baseline Days +/- =&lt;BR /&gt;DATEDIFF (&lt;BR /&gt;AssignmentBaselines[AssignmentBaselineFinishDate],&lt;BR /&gt;RELATED ( Assignments[AssignmentActualFinishDate] ),&lt;BR /&gt;DAY&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 17:13:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-the-difference-between-two-dates-from-two-different-tables/m-p/3273195#M121383</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-07T17:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Find the difference between two dates from two different tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-the-difference-between-two-dates-from-two-different-tables/m-p/3273199#M121384</link>
      <description>&lt;P&gt;I am no longer getting any errors, but the data is not auto filling into the columns.&amp;nbsp;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 17:17:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-the-difference-between-two-dates-from-two-different-tables/m-p/3273199#M121384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-07T17:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Find the difference between two dates from two different tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-the-difference-between-two-dates-from-two-different-tables/m-p/3273204#M121385</link>
      <description>&lt;P&gt;I guess it just took some time. As of right now, it seems like that fixed the issue. Thank you for the help. I was banging my head against the wall for too long.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 17:20:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-the-difference-between-two-dates-from-two-different-tables/m-p/3273204#M121385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-07T17:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Find the difference between two dates from two different tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-the-difference-between-two-dates-from-two-different-tables/m-p/3273214#M121388</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a bug in the latest update. Just manually resize the column and the values should appear.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 17:27:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-the-difference-between-two-dates-from-two-different-tables/m-p/3273214#M121388</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-07T17:27:56Z</dc:date>
    </item>
  </channel>
</rss>

