I want to show a chart representing Tenure and a count of customers.
The main complexity is that if a customer has a tenure of 3 weeks, then they should be counted in T1, T2 and T3 so I cannot use an if statement as a calculate dimension (in a way I can see). I have tried a couple of ways with no success. I have a customer tenure_weeks and I have generated 1/0 flags for the weeks, so if you have a tenure of 3 weeks you get flagged in T1, T2 and T3. However, translating this into a functioning table or chart has got me stumped.
Does anyone have any ideas? Or has anyone dealt with a similar multiple count dimension?