How to count customers on first of the month level based on start en end date
Hi,
Iam looking for a way to display a barchart with the dimension yearmonth ( i.e. 201201) for ceveral years and then display the number of customers at the first day of that month active ( startdate is <= displayed yearmonth and enddate >displayed yearmonth)
my data is like:
customernr, startdate, enddate
Can this be done with a formula in the chart or do i need to build per yearmonth a dataset in the load?