<?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: How to calculate the difference between between two date columns? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-the-difference-between-between-two-date-columns/m-p/2551309#M72196</link>
    <description>&lt;P&gt;Voila! that work. I'm grateful &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 31 May 2022 21:21:55 GMT</pubDate>
    <dc:creator>Klein_Hartje</dc:creator>
    <dc:date>2022-05-31T21:21:55Z</dc:date>
    <item>
      <title>How to calculate the difference between between two date columns?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-the-difference-between-between-two-date-columns/m-p/2550786#M72172</link>
      <description>&lt;P&gt;Hi everyone , Please&lt;/P&gt;&lt;P&gt;I want to calcualte this KPI(measure DAX) in day - quarter-month-year&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is Formula :&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Internal order processing time = Order[Order purchased date] - Order[order delivered date]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thank&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 15:32:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-the-difference-between-between-two-date-columns/m-p/2550786#M72172</guid>
      <dc:creator>Klein_Hartje</dc:creator>
      <dc:date>2022-05-31T15:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the difference between between two date columns?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-the-difference-between-between-two-date-columns/m-p/2550842#M72174</link>
      <description>&lt;P&gt;I would create new columns for day, month, quarter and year, like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Internal order processing time ( days) =
DATEDIFF( Order[Order purchased date], Order[order delivered date], DAY)
Internal order processing time ( months) =
DATEDIFF( Order[Order purchased date], Order[order delivered date], MONTH)&lt;/LI-CODE&gt;&lt;P&gt;You could then create measure to show average time, min / max etc.&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 16:02:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-the-difference-between-between-two-date-columns/m-p/2550842#M72174</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-05-31T16:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the difference between between two date columns?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-the-difference-between-between-two-date-columns/m-p/2551309#M72196</link>
      <description>&lt;P&gt;Voila! that work. I'm grateful &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 21:21:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-the-difference-between-between-two-date-columns/m-p/2551309#M72196</guid>
      <dc:creator>Klein_Hartje</dc:creator>
      <dc:date>2022-05-31T21:21:55Z</dc:date>
    </item>
  </channel>
</rss>

