Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I have 3 tables
1. A customer table that contains details of all customers
2. A Subscription table that contains ONLY customer on our subscription plan.
3. A transaction table that contains all customer transactions.
The customer ID links all three tables.
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.
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.
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.
Tired DISTINCTCOUNT but dosnt count correctly.
Hi @Anonymous ,
Same thread opened in
https://community.powerbi.com/t5/Desktop/Counting-Daily-New-Subscribers/m-p/1172321#M528676
Regards,
Harsh Nathani
All you need is to check the transaction count by customer. If that count is 1 then the customer is new, no?
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
13 | |
11 | |
9 | |
6 |