<?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: differnce dates with sum in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/differnce-dates-with-sum/m-p/2761116#M85593</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="420267" data-lia-user-login="Talal141218" class="lia-mention lia-mention-user"&gt;Talal141218&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Following to our discussion, please use&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Diff Dates =
SUMX (
    SUMMARIZE (
        Fact_PurchOrderLine,
        Dim_Date[Date_NK],
        Fact_PurchOrderLine[PurchOrderlineContainer],
        Fact_PurchOrderLine[PurchOrderlineDateEstimatedDelivery]
    ),
    VAR selectdate = Fact_PurchOrderLine[PurchOrderlineDateEstimatedDelivery]
    VAR currentdate = Dim_Date[Date_NK]
    RETURN
        DATEDIFF ( currentdate, selectdate, DAY )
)&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 12 Sep 2022 07:28:13 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-09-12T07:28:13Z</dc:date>
    <item>
      <title>differnce dates with sum</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/differnce-dates-with-sum/m-p/2758478#M85395</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want same help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want to find diff dates with sum days with SQL Data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 14:06:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/differnce-dates-with-sum/m-p/2758478#M85395</guid>
      <dc:creator>Talal141218</dc:creator>
      <dc:date>2022-09-09T14:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: differnce dates with sum</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/differnce-dates-with-sum/m-p/2758597#M85408</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="420267" data-lia-user-login="Talal141218" class="lia-mention lia-mention-user"&gt;Talal141218&lt;/a&gt;&amp;nbsp;Sorry, having trouble following, can you post sample data as text and expected output?&lt;BR /&gt;Not really enough information to go on, please first check if your issue is a common issue listed here: &lt;A href="https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, please see this post regarding How to Get Your Question Answered Quickly: &lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The most important parts are:&lt;BR /&gt;1. Sample data as text, use the table tool in the editing bar&lt;BR /&gt;2. Expected output from sample data&lt;BR /&gt;3. Explanation in words of how to get from 1. to 2.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 14:58:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/differnce-dates-with-sum/m-p/2758597#M85408</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-09-09T14:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: differnce dates with sum</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/differnce-dates-with-sum/m-p/2761116#M85593</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="420267" data-lia-user-login="Talal141218" class="lia-mention lia-mention-user"&gt;Talal141218&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Following to our discussion, please use&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Diff Dates =
SUMX (
    SUMMARIZE (
        Fact_PurchOrderLine,
        Dim_Date[Date_NK],
        Fact_PurchOrderLine[PurchOrderlineContainer],
        Fact_PurchOrderLine[PurchOrderlineDateEstimatedDelivery]
    ),
    VAR selectdate = Fact_PurchOrderLine[PurchOrderlineDateEstimatedDelivery]
    VAR currentdate = Dim_Date[Date_NK]
    RETURN
        DATEDIFF ( currentdate, selectdate, DAY )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 12 Sep 2022 07:28:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/differnce-dates-with-sum/m-p/2761116#M85593</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-12T07:28:13Z</dc:date>
    </item>
  </channel>
</rss>

