<?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: Need Help with date difference between values within a column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-with-date-difference-between-values-within-a-column/m-p/3866410#M151032</link>
    <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Apr 2024 19:43:12 GMT</pubDate>
    <dc:creator>ThxAlot</dc:creator>
    <dc:date>2024-04-24T19:43:12Z</dc:date>
    <item>
      <title>Need Help with date difference between values within a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-with-date-difference-between-values-within-a-column/m-p/3866080#M151019</link>
      <description>&lt;P&gt;HI Guys, can anyone give me a good dax measure of calculated column that shows different in the number of days between reported events within a single column such that if i slice based on Assettype, i can see the current date different between the group of asset class in a dynamic way. That means Machine A will show me the number in days of date different between only its class type ansd Machine B will show me the date difference row by row between its own class....&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;&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;</description>
      <pubDate>Wed, 24 Apr 2024 16:31:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-with-date-difference-between-values-within-a-column/m-p/3866080#M151019</guid>
      <dc:creator>Dyke211</dc:creator>
      <dc:date>2024-04-24T16:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with date difference between values within a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-with-date-difference-between-values-within-a-column/m-p/3866183#M151020</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="730510" data-lia-user-login="Dyke211" class="lia-mention lia-mention-user"&gt;Dyke211&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;Number of Days Diff. =&lt;BR /&gt;VAR CurrentDate = 'Table'[ReportedEvent]&lt;BR /&gt;VAR CurrentTypeDates =&lt;BR /&gt;&amp;nbsp; &amp;nbsp; CALCULATETABLE (&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; VALUES ( 'Table'[ReportedEvent] ),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ALLEXCEPT ( 'Table', 'Table'[AssetType] )&lt;BR /&gt;&amp;nbsp; &amp;nbsp; )&lt;BR /&gt;VAR previousDate =&lt;BR /&gt;&amp;nbsp; &amp;nbsp; MAXX (&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FILTER ( CurrentTypeDates, 'Table'[ReportedEvent] &amp;lt; CurrentDate ),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Table'[ReportedEvent]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; )&lt;BR /&gt;RETURN&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;DATEDIFF&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;COALESCE&lt;/SPAN&gt;&lt;SPAN&gt; ( previousDate, CurrentDate ), CurrentDate, DAY )&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Apr 2024 04:28:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-with-date-difference-between-values-within-a-column/m-p/3866183#M151020</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2024-04-25T04:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with date difference between values within a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-with-date-difference-between-values-within-a-column/m-p/3866410#M151032</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 19:43:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-with-date-difference-between-values-within-a-column/m-p/3866410#M151032</guid>
      <dc:creator>ThxAlot</dc:creator>
      <dc:date>2024-04-24T19:43:12Z</dc:date>
    </item>
  </channel>
</rss>

