<?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: Counting Unique Activities Based on Customer Number and Date Time in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-Unique-Activities-Based-on-Customer-Number-and-Date/m-p/3445353#M131069</link>
    <description>&lt;DIV&gt;&lt;DIV&gt;The following measure will count unique meetings&lt;/DIV&gt;&lt;DIV&gt;UniqueMeetingsCount = &lt;SPAN&gt;COUNTROWS&lt;/SPAN&gt;(&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &lt;SPAN&gt;SUMMARIZE&lt;/SPAN&gt;(&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;'Table'&lt;/SPAN&gt;,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[Customer Number]&lt;/SPAN&gt;,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[Date Time]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; )&lt;/DIV&gt;&lt;DIV&gt;)&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 25 Sep 2023 07:25:56 GMT</pubDate>
    <dc:creator>nirali_arora</dc:creator>
    <dc:date>2023-09-25T07:25:56Z</dc:date>
    <item>
      <title>Counting Unique Activities Based on Customer Number and Date Time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-Unique-Activities-Based-on-Customer-Number-and-Date/m-p/3445308#M131067</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to de-duplicate some data refering to meetings in a Dax Measure. A duplicate meeting is a meeting where the same customer has a meeting at the same date time, this would be one meeting. I need to count unique meetings. As in the below data there would be 7 Unique Meetings.&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;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that's clear, happy to answer any questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 07:06:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-Unique-Activities-Based-on-Customer-Number-and-Date/m-p/3445308#M131067</guid>
      <dc:creator>adamlang</dc:creator>
      <dc:date>2023-09-25T07:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Counting Unique Activities Based on Customer Number and Date Time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-Unique-Activities-Based-on-Customer-Number-and-Date/m-p/3445353#M131069</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;The following measure will count unique meetings&lt;/DIV&gt;&lt;DIV&gt;UniqueMeetingsCount = &lt;SPAN&gt;COUNTROWS&lt;/SPAN&gt;(&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &lt;SPAN&gt;SUMMARIZE&lt;/SPAN&gt;(&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;'Table'&lt;/SPAN&gt;,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[Customer Number]&lt;/SPAN&gt;,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[Date Time]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; )&lt;/DIV&gt;&lt;DIV&gt;)&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 25 Sep 2023 07:25:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-Unique-Activities-Based-on-Customer-Number-and-Date/m-p/3445353#M131069</guid>
      <dc:creator>nirali_arora</dc:creator>
      <dc:date>2023-09-25T07:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Counting Unique Activities Based on Customer Number and Date Time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-Unique-Activities-Based-on-Customer-Number-and-Date/m-p/3445390#M131074</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="615051" data-lia-user-login="nirali_arora" class="lia-mention lia-mention-user"&gt;nirali_arora&lt;/a&gt;&amp;nbsp;that's a quick response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That measure worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would I add a additional filter to include an additional field -&amp;nbsp; [Meeting status] that are "Attended"? Would I wrap it all in a CALULATE function?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 07:43:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-Unique-Activities-Based-on-Customer-Number-and-Date/m-p/3445390#M131074</guid>
      <dc:creator>adamlang</dc:creator>
      <dc:date>2023-09-25T07:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Counting Unique Activities Based on Customer Number and Date Time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-Unique-Activities-Based-on-Customer-Number-and-Date/m-p/3445561#M131082</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Instead of taking complete table in summarize you can use this filter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FILTER(Meetings, Meetings[Meeting Status] = "Attended")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please accept the solution if the measure works.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you : )&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 09:12:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-Unique-Activities-Based-on-Customer-Number-and-Date/m-p/3445561#M131082</guid>
      <dc:creator>nirali_arora</dc:creator>
      <dc:date>2023-09-25T09:12:35Z</dc:date>
    </item>
  </channel>
</rss>

