Forum Discussion
Tracking Customers Year Over Year
- 8 years ago
- 8 years ago
Hi,
You have to go to Modelling > New Table and then write that formula in the formula bar.
Thank you I think that should work, however I am getting an error with computing the date. I typed
Date = CALENDAR(MIN(Data[Purchase Date]),MAX(Data[Purchase Date]))
and I am getting an error of
"A table of multiple values was supplied where a single value was expected."
Any idea what is causing this error?
- Ashish_Mathur8 years agoSuper User
Hi,
You have to go to Modelling > New Table and then write that formula in the formula bar.
- CIWEB8 years agoHelper I
Thank you so much for the help! That did it
- CIWEB8 years agoHelper I
Would it also be possible to calculate the average number of tickets sold to the customers? As a measure it looks like I can not just have it average in a visualization like I was hoping. Would it also be possible to determine something like "55 customers purchased between 0-2 tickets in 2015", "65 Customers purchased between 2-4 Tickets in 2015"?
Thanks so much for the help.- Ashish_Mathur8 years agoSuper User
Hi,
I think this would entail writing individual formulas for each interval that you want to study such as 0-2, 2-4 etc.