<?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: Calculating First Time Subscribers in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-First-Time-Subscribers/m-p/1172496#M18122</link>
    <description>&lt;P&gt;All you need is to check the transaction count by customer. If that count is 1 then the customer is new, no?&lt;/P&gt;</description>
    <pubDate>Sun, 21 Jun 2020 17:41:38 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2020-06-21T17:41:38Z</dc:date>
    <item>
      <title>Calculating First Time Subscribers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-First-Time-Subscribers/m-p/1172320#M18107</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 3 tables&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. A customer table that contains details of all customers&lt;/P&gt;&lt;P&gt;2. A Subscription table that contains ONLY customer on our subscription plan.&lt;/P&gt;&lt;P&gt;3. A transaction table that contains all customer transactions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The customer ID links all three tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The subscription is renewed every month through an auto debit on the customer's account and this transaction is registered both on the transaction table and the subscription table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The team would like to track each new subscriber to the bundle daily. We have multiple renewals daily but we to count new subscribers to the subscription ONLY.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We may have a new customer that is transacting but isn't subscribed to the bundle yet. What i want to do is count each first time subscriber to the bundle irrespective of when you became a customer. So each time a subscription transaction hits the transaction table it checks to see if that number is already subscribed, If yes; It doesnt count, If no it counts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tired DISTINCTCOUNT but dosnt count correctly.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jun 2020 10:33:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-First-Time-Subscribers/m-p/1172320#M18107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-21T10:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating First Time Subscribers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-First-Time-Subscribers/m-p/1172496#M18122</link>
      <description>&lt;P&gt;All you need is to check the transaction count by customer. If that count is 1 then the customer is new, no?&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jun 2020 17:41:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-First-Time-Subscribers/m-p/1172496#M18122</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-06-21T17:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating First Time Subscribers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-First-Time-Subscribers/m-p/1172521#M18127</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Same thread opened in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Counting-Daily-New-Subscribers/m-p/1172321#M528676" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Counting-Daily-New-Subscribers/m-p/1172321#M528676&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harsh Nathani&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jun 2020 18:18:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-First-Time-Subscribers/m-p/1172521#M18127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-21T18:18:55Z</dc:date>
    </item>
  </channel>
</rss>

