Forum Discussion
Anonymous
3 years agoNot applicable
identify consecutive underperformance for a product
Hello everybody, I want to show when a certain product underperforms for at least two consecutive months. See following table. My product is identified through a equipment number, for every mont...
amitchandak
Super User
3 years agoAnonymous , I think modification to this logic should help
Customer Purchasing in each of the last 3 months: https://youtu.be/bGtjoccEA38
Countx( values(product[Product]), calculate( if(
countx(values(Date[Month Year]), if([Measure] >1000),[Month Year], blank()) >=2, [Product], blank())))
- Anonymous3 years agoNot applicable
amitchandak thank you very much for your help, but unfortunately its not solving my problem.
I did the video and changedit with your idea, it shows me identification but as you can see in the table it gives me a 1 (signal) as soon as a product hits 1000 units. I only want to see if it not hit 1000 for 2 consecutive months. When I turn > into < then i see the exact opposite but the 2 consecutive motnhs are not considered.