
Hello Experts
I am trying to work on this problem "filter to customers who made purchases in more than one year". I made some calculations on first and repeated purchases but the output is not correct. The total should be 1529 as per the author.
Appreciate your comments on the same.
Thanks
Kanu
2 Antworten
Hi Kanu!
There are many ways to achieve what you're looking for. I think the easiest would be to use a LOD calculation to calculate the number of distinct years that a Customer purchased. You can do this with the following formula:
{FIXED [Customer Name] : COUNTD(YEAR([Order Date]))}
If you use this in the Columns shelf in your solution tab (with COUNTD([Customer Name]) in the Rows shelf, you should get what you're looking for!
Does this help?
Michael