<?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 count the new users and one that count returen users in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-the-new-users-and-one-that-count-returen-users/m-p/1933925#M42045</link>
    <description>&lt;P&gt;i'm trying to make a mesure that count the new users and one that count returen users&lt;/P&gt;&lt;P&gt;returen user is is a user that will appear in the records more then one time with a diffrent date&lt;/P&gt;&lt;P&gt;new will be a user with only one apprince in the records&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i try this:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ActiveUsers = CALCULATE(distinctcount(FactActivity[UserId]),filter(factactivity,count(date)&amp;gt;1))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;example of the data:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;date&lt;/TD&gt;&lt;TD&gt;userid&lt;/TD&gt;&lt;TD&gt;activityid&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/6/2021&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/6/2021&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;22&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/6/2021&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;55&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2/6/2021&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;66&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
    <pubDate>Thu, 01 Jul 2021 21:01:45 GMT</pubDate>
    <dc:creator>rco123456</dc:creator>
    <dc:date>2021-07-01T21:01:45Z</dc:date>
    <item>
      <title>count the new users and one that count returen users</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-the-new-users-and-one-that-count-returen-users/m-p/1933925#M42045</link>
      <description>&lt;P&gt;i'm trying to make a mesure that count the new users and one that count returen users&lt;/P&gt;&lt;P&gt;returen user is is a user that will appear in the records more then one time with a diffrent date&lt;/P&gt;&lt;P&gt;new will be a user with only one apprince in the records&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i try this:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ActiveUsers = CALCULATE(distinctcount(FactActivity[UserId]),filter(factactivity,count(date)&amp;gt;1))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;example of the data:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;date&lt;/TD&gt;&lt;TD&gt;userid&lt;/TD&gt;&lt;TD&gt;activityid&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/6/2021&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/6/2021&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;22&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/6/2021&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;55&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2/6/2021&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;66&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Thu, 01 Jul 2021 21:01:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-the-new-users-and-one-that-count-returen-users/m-p/1933925#M42045</guid>
      <dc:creator>rco123456</dc:creator>
      <dc:date>2021-07-01T21:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: count the new users and one that count returen users</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-the-new-users-and-one-that-count-returen-users/m-p/1934699#M42059</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="310818" data-lia-user-login="rco123456" class="lia-mention lia-mention-user"&gt;rco123456&lt;/a&gt; , Try measure &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;M1 = countrows(FactActivity) &lt;BR /&gt;&lt;BR /&gt;return user = countx(filter(values(FactActivity[UserId]), [M1] &amp;gt;1), [M1])&lt;BR /&gt;&lt;BR /&gt;new user = countx(filter(values(FactActivity[UserId]), [M1] =1), [M1])&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 07:55:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-the-new-users-and-one-that-count-returen-users/m-p/1934699#M42059</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-07-02T07:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: count the new users and one that count returen users</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-the-new-users-and-one-that-count-returen-users/m-p/1936241#M42116</link>
      <description>&lt;P&gt;it's not working.&lt;/P&gt;&lt;P&gt;it's not take the date in the calculation/ return user will be one that appear in the recorded more then once at a different date&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jul 2021 17:28:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-the-new-users-and-one-that-count-returen-users/m-p/1936241#M42116</guid>
      <dc:creator>rco123456</dc:creator>
      <dc:date>2021-07-03T17:28:34Z</dc:date>
    </item>
  </channel>
</rss>

