Partners filmexxx.link, sextotal.net, ahmedxnxx.com, https://xnxx1xvideo.com, russianxnxx

Recently while analyzing my site data, I wanted to find out – How many new subscribers are joining my email list each month? This seems like a very simple DISTINCTCOUNT of Subscribers but it’s not… okay that was a hint!

Ready for the Challenge ?

 

Consider this Dummy Data

2 Simple Columns – Date and Subscriber ID

Calculate New Subscribers Added - DAX Challenge

Considerations

  1. Subscriber ID is a unique subscriber identifier.
  2. A Subscriber can opt-in multiple times, hence can be present on multiple dates.

 

The Problem

I’d like to calculate how many new subscribers are joining my email list each month. A Subscriber is considered new when it appears for the first time in the data. Side Note – The solution to this problem can also be replicated on New Customers Added

The expected output should be a simple table with 2 columns Month and New Subscribers Added

 

Rules

  1. Feel free to create a Date Table if needed.
  2. No helper columns and tables only measures are allowed.
  3. Post your answers in the comments.

 

 

Need More of these DAX Puzzles?

  1. My all time favorite – The SUMX Problem
  2. Calculate Accrued Commission
  3. Calculate Cost Amortized Till Date
  4. Find Trained Employees who Left
  5. DAX Crossword

 



Topics that I write about...