Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Calculating First Time Subscribers

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.

2 REPLIES 2
harshnathani
Community Champion
Community Champion

Hi @Anonymous ,

 

Same thread opened in

 

https://community.powerbi.com/t5/Desktop/Counting-Daily-New-Subscribers/m-p/1172321#M528676

 

Regards,

Harsh Nathani

lbendlin
Super User
Super User

All you need is to check the transaction count by customer. If that count is 1 then the customer is new, no?

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.