<?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: Count duplicates only once if within a certain duration i.e 24hrs in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2214562#M52369</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="24978" data-lia-user-login="smpa01" class="lia-mention lia-mention-user"&gt;smpa01&lt;/a&gt;&amp;nbsp;not exactly so if I have LXSHH-0002 that shows up several times on the 7/29 (within a 24hr period) count that as just 1 rather than each time it shows. and then if it occurs again say the 8/15, then it becomes count of 2&lt;/P&gt;</description>
    <pubDate>Tue, 30 Nov 2021 17:23:46 GMT</pubDate>
    <dc:creator>peteru9067</dc:creator>
    <dc:date>2021-11-30T17:23:46Z</dc:date>
    <item>
      <title>Count duplicates only once if within a certain duration i.e 24hrs</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2214218#M52340</link>
      <description>&lt;P&gt;I am trying to create a dashboard of the # of Trips in my facility by day, month, and year. It may look simple however, sometimes during startup after a plant outage, a trip may occur several times during this period before getting the plant stable and running.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to filter out these nuisance trips or count them as one if it occurs within a 24hr period.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So in the table below what I should expect or see on my dashboard is&amp;nbsp;&lt;/P&gt;&lt;P&gt;LXSHH-0002 occuring 2 times (once in 7/29 and again in 8/29)&lt;/P&gt;&lt;P&gt;FXSHH-0012 occuring 2 times in Feb and Mar&lt;/P&gt;&lt;P&gt;LXSHH-0004 occuring once&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;unit&lt;/TD&gt;&lt;TD&gt;IPL Tag&lt;/TD&gt;&lt;TD&gt;Status&lt;/TD&gt;&lt;TD&gt;Start&lt;/TD&gt;&lt;TD&gt;End&lt;/TD&gt;&lt;TD&gt;Duration&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;U30&lt;/TD&gt;&lt;TD&gt;LXSHH-0002&lt;/TD&gt;&lt;TD&gt;Trips&lt;/TD&gt;&lt;TD&gt;7/29/2021 1:10&lt;/TD&gt;&lt;TD&gt;7/29/2021 1:10&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;U30&lt;/TD&gt;&lt;TD&gt;LXSHH-0002&lt;/TD&gt;&lt;TD&gt;Trips&lt;/TD&gt;&lt;TD&gt;7/29/2021 1:13&lt;/TD&gt;&lt;TD&gt;7/29/2021 3:02&lt;/TD&gt;&lt;TD&gt;6537.739&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;U30&lt;/TD&gt;&lt;TD&gt;LXSHH-0002&lt;/TD&gt;&lt;TD&gt;Trips&lt;/TD&gt;&lt;TD&gt;7/29/2021 3:56&lt;/TD&gt;&lt;TD&gt;7/29/2021 3:56&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;U30&lt;/TD&gt;&lt;TD&gt;LXSHH-0002&lt;/TD&gt;&lt;TD&gt;Trips&lt;/TD&gt;&lt;TD&gt;7/29/2021 4:18&lt;/TD&gt;&lt;TD&gt;7/29/2021 4:20&lt;/TD&gt;&lt;TD&gt;152.612&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;U30&lt;/TD&gt;&lt;TD&gt;LXSHH-0002&lt;/TD&gt;&lt;TD&gt;Trips&lt;/TD&gt;&lt;TD&gt;7/29/2021 17:21&lt;/TD&gt;&lt;TD&gt;7/29/2021 17:21&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;U05&lt;/TD&gt;&lt;TD&gt;FXSHH-0012&lt;/TD&gt;&lt;TD&gt;Trips&lt;/TD&gt;&lt;TD&gt;2/20/2021 6:08&lt;/TD&gt;&lt;TD&gt;2/20/2021 6:27&lt;/TD&gt;&lt;TD&gt;1126.646&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;U05&lt;/TD&gt;&lt;TD&gt;FXSHH-0012&lt;/TD&gt;&lt;TD&gt;Trips&lt;/TD&gt;&lt;TD&gt;3/9/2021 19:10&lt;/TD&gt;&lt;TD&gt;3/9/2021 19:16&lt;/TD&gt;&lt;TD&gt;383.140991&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;U05&lt;/TD&gt;&lt;TD&gt;FXSHH-0012&lt;/TD&gt;&lt;TD&gt;Trips&lt;/TD&gt;&lt;TD&gt;3/9/2021 19:20&lt;/TD&gt;&lt;TD&gt;3/9/2021 19:27&lt;/TD&gt;&lt;TD&gt;410.959992&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;U30&lt;/TD&gt;&lt;TD&gt;LXSHH-0004&lt;/TD&gt;&lt;TD&gt;Trips&lt;/TD&gt;&lt;TD&gt;4/11/2021 9:44&lt;/TD&gt;&lt;TD&gt;4/15/2021 18:44&lt;/TD&gt;&lt;TD&gt;377973.975&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;U30&lt;/TD&gt;&lt;TD&gt;LXSHH-0002&lt;/TD&gt;&lt;TD&gt;Trips&lt;/TD&gt;&lt;TD&gt;8/29/2021 4:33&lt;/TD&gt;&lt;TD&gt;8/29/2021 4:34&lt;/TD&gt;&lt;TD&gt;65.6090088&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;U30&lt;/TD&gt;&lt;TD&gt;LXSHH-0002&lt;/TD&gt;&lt;TD&gt;Trips&lt;/TD&gt;&lt;TD&gt;8/29/2021 4:38&lt;/TD&gt;&lt;TD&gt;8/29/2021 4:38&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;U30&lt;/TD&gt;&lt;TD&gt;LXSHH-0002&lt;/TD&gt;&lt;TD&gt;Trips&lt;/TD&gt;&lt;TD&gt;8/29/2021 4:41&lt;/TD&gt;&lt;TD&gt;8/29/2021 4:41&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;U30&lt;/TD&gt;&lt;TD&gt;LXSHH-0002&lt;/TD&gt;&lt;TD&gt;Trips&lt;/TD&gt;&lt;TD&gt;8/29/2021 4:54&lt;/TD&gt;&lt;TD&gt;8/29/2021 4:55&lt;/TD&gt;&lt;TD&gt;66.9769897&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;U30&lt;/TD&gt;&lt;TD&gt;LXSHH-0002&lt;/TD&gt;&lt;TD&gt;Trips&lt;/TD&gt;&lt;TD&gt;8/29/2021 4:59&lt;/TD&gt;&lt;TD&gt;8/29/2021 4:59&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 30 Nov 2021 14:28:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2214218#M52340</guid>
      <dc:creator>peteru9067</dc:creator>
      <dc:date>2021-11-30T14:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Count duplicates only once if within a certain duration i.e 24hrs</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2214346#M52347</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="312816" data-lia-user-login="peteru9067" class="lia-mention lia-mention-user"&gt;peteru9067&lt;/a&gt;&amp;nbsp; does this work for you?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure =
VAR _0 =
    GENERATE (
        'Table',
        DATESBETWEEN ( 'Calendar'[Date], 'Table'[Start], 'Table'[End] )
    )
VAR _1 =
    SUMMARIZE ( _0, 'Table'[IPL Tag], 'Calendar'[Date] )
VAR _3 =
    SUMMARIZE (
        NATURALINNERJOIN ( _1, 'Calendar' ),
        'Calendar'[Year],
        'Calendar'[Month],
        'Table'[IPL Tag]
    )
RETURN
    COUNTX ( _3, [IPL Tag] )
&lt;/LI-CODE&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;pbix is attached&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 15:32:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2214346#M52347</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2021-11-30T15:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Count duplicates only once if within a certain duration i.e 24hrs</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2214466#M52360</link>
      <description>&lt;P&gt;Wow..... Thank you very much..... this was exactly what I was looking for and struggling with for the past 2 days. There is a second portion to this which I will post shortly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again Many many thanks sir&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 16:34:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2214466#M52360</guid>
      <dc:creator>peteru9067</dc:creator>
      <dc:date>2021-11-30T16:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Count duplicates only once if within a certain duration i.e 24hrs</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2214515#M52364</link>
      <description>&lt;P&gt;Hi Sorry to bother you..... the code did not exactly work after further review of my huge dataset. It counted the number of occurrences for each tag by day....... I wanted to only count the tag once if it occured within a 24hr time frame.&lt;/P&gt;&lt;P&gt;I am assuming it should only look at the Start and go down row by row as long as the start time is still within 24hr from the initial start time count that tag as 1. once outside the 24 hr then increment that tag by another one.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 17:03:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2214515#M52364</guid>
      <dc:creator>peteru9067</dc:creator>
      <dc:date>2021-11-30T17:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Count duplicates only once if within a certain duration i.e 24hrs</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2214528#M52367</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="312816" data-lia-user-login="peteru9067" class="lia-mention lia-mention-user"&gt;peteru9067&lt;/a&gt;&amp;nbsp; so you are saying that in the following case, the code should expand everything inbetween&amp;nbsp;4/11/2021 and&amp;nbsp;4/15/2021 and see if they are all consecutive dates and if yes, then should be counted as 1?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;U30&lt;/TD&gt;
&lt;TD&gt;LXSHH-0004&lt;/TD&gt;
&lt;TD&gt;Trips&lt;/TD&gt;
&lt;TD&gt;4/11/2021 9:44&lt;/TD&gt;
&lt;TD&gt;4/15/2021&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Tue, 30 Nov 2021 17:08:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2214528#M52367</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2021-11-30T17:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Count duplicates only once if within a certain duration i.e 24hrs</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2214562#M52369</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="24978" data-lia-user-login="smpa01" class="lia-mention lia-mention-user"&gt;smpa01&lt;/a&gt;&amp;nbsp;not exactly so if I have LXSHH-0002 that shows up several times on the 7/29 (within a 24hr period) count that as just 1 rather than each time it shows. and then if it occurs again say the 8/15, then it becomes count of 2&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 17:23:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2214562#M52369</guid>
      <dc:creator>peteru9067</dc:creator>
      <dc:date>2021-11-30T17:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Count duplicates only once if within a certain duration i.e 24hrs</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2214569#M52370</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="24978" data-lia-user-login="smpa01" class="lia-mention lia-mention-user"&gt;smpa01&lt;/a&gt;&amp;nbsp;, so as you can see in the original table I posted LXSHH-0002 shows up many times however since there are multiple times it shows up in a 24hr duration on different dates the total count should be total of 2 (7/29 &amp;amp; 8/29).......&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 17:27:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2214569#M52370</guid>
      <dc:creator>peteru9067</dc:creator>
      <dc:date>2021-11-30T17:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Count duplicates only once if within a certain duration i.e 24hrs</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2214573#M52371</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="312816" data-lia-user-login="peteru9067" class="lia-mention lia-mention-user"&gt;peteru9067&lt;/a&gt;&amp;nbsp; so&amp;nbsp;&lt;SPAN&gt;LXSHH-0004 should count as 5&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;try this&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure 2 = 
VAR _0 =
    GENERATE (
        'Table',
        DATESBETWEEN ( 'Calendar'[Date], 'Table'[Start], 'Table'[End] )
    )
VAR _1 =
    SUMMARIZE ( _0, 'Table'[IPL Tag], 'Calendar'[Date] )
VAR _3 =
    
        NATURALINNERJOIN ( _1, 'Calendar' )
RETURN COUNTX(_3,[IPL Tag])&lt;/LI-CODE&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 17:30:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2214573#M52371</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2021-11-30T17:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Count duplicates only once if within a certain duration i.e 24hrs</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2214605#M52373</link>
      <description>&lt;P&gt;how are you arriving at LXSHH-0004 as 5? it should only appear once since it is only listed once in the origial table. I think what we need to do is count the rows and if the start time is still within the 24hr window from the initial start then it should only be counted once.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lxshh-0002 7/29 1pm&lt;/P&gt;&lt;P&gt;lxshh-0002 7/29 2pm&lt;/P&gt;&lt;P&gt;lxshh-0002 7/29 5pm&lt;/P&gt;&lt;P&gt;lxshh-0004 7/29 2pm&lt;/P&gt;&lt;P&gt;lxshh-0004 7/29 3pm&lt;/P&gt;&lt;P&gt;lxshh-0002 8/14 10am&lt;/P&gt;&lt;P&gt;lxshh-0004 10/15 1pm&lt;/P&gt;&lt;P&gt;lxshh-0004 11/21 10am&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hence Lxshh-0002 count should only be 2 and&amp;nbsp;&lt;/P&gt;&lt;P&gt;lxshh-0004 should be 3&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 17:51:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2214605#M52373</guid>
      <dc:creator>peteru9067</dc:creator>
      <dc:date>2021-11-30T17:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Count duplicates only once if within a certain duration i.e 24hrs</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2214665#M52378</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="312816" data-lia-user-login="peteru9067" class="lia-mention lia-mention-user"&gt;peteru9067&lt;/a&gt;&amp;nbsp; can you try this&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure4 = 
VAR _0 =
    SUMMARIZE ( 'Table', 'Table'[IPL Tag], 'Table'[Start] )
VAR _1 =
    ADDCOLUMNS (
        _0,
        "rank", RANKX ( FILTER ( _0, [IPL Tag] = EARLIER ( [IPL Tag] ) ), [Start],, ASC )
    )
VAR _2 =
    FILTER (
        ADDCOLUMNS (
            _1,
            "diff",
                DATEDIFF (
                    MAXX (
                        FILTER (
                            _1,
                            [IPL Tag] = EARLIER ( [IPL Tag] )
                                &amp;amp;&amp;amp; [rank]
                                    = EARLIER ( [rank] ) - 1
                        ),
                        [Start]
                    ),
                    [Start],
                    HOUR
                )
        ),
        [diff]
            == BLANK ()
                || [diff] &amp;gt;= 24
    )
RETURN
    COUNTX ( _2, [IPL Tag] )&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 30 Nov 2021 18:27:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2214665#M52378</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2021-11-30T18:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Count duplicates only once if within a certain duration i.e 24hrs</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2216351#M52473</link>
      <description>&lt;P&gt;Exactly.... this did the trick....... thank you so much&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="24978" data-lia-user-login="smpa01" class="lia-mention lia-mention-user"&gt;smpa01&lt;/a&gt;&amp;nbsp;.......&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 15:11:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-duplicates-only-once-if-within-a-certain-duration-i-e/m-p/2216351#M52473</guid>
      <dc:creator>peteru9067</dc:creator>
      <dc:date>2021-12-01T15:11:22Z</dc:date>
    </item>
  </channel>
</rss>

