<?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 DateTime -DistinctCount on Dates in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DateTime-DistinctCount-on-Dates/m-p/2453185#M66105</link>
    <description>&lt;P&gt;I have a table with datetime field, I want to add a new measure to show totals per date in a visual and from this I also want a disctinct count on the dates in the table. Help appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Apr 2022 17:23:23 GMT</pubDate>
    <dc:creator>jamiefisher</dc:creator>
    <dc:date>2022-04-12T17:23:23Z</dc:date>
    <item>
      <title>DateTime -DistinctCount on Dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DateTime-DistinctCount-on-Dates/m-p/2453185#M66105</link>
      <description>&lt;P&gt;I have a table with datetime field, I want to add a new measure to show totals per date in a visual and from this I also want a disctinct count on the dates in the table. Help appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 17:23:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DateTime-DistinctCount-on-Dates/m-p/2453185#M66105</guid>
      <dc:creator>jamiefisher</dc:creator>
      <dc:date>2022-04-12T17:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: DateTime -DistinctCount on Dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DateTime-DistinctCount-on-Dates/m-p/2453610#M66120</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="378142" data-lia-user-login="jamiefisher" class="lia-mention lia-mention-user"&gt;jamiefisher&lt;/a&gt; , A date column without time, and then you can use that &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Date = datevalues([Datetime])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;measures&lt;/P&gt;
&lt;P&gt;m1= distinctcount(Table[Datetime])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;m2= distinctcount(Table[Date])&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 01:28:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DateTime-DistinctCount-on-Dates/m-p/2453610#M66120</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-04-13T01:28:32Z</dc:date>
    </item>
  </channel>
</rss>

