Forum Discussion
Anonymous
6 years agoNot applicable
Monthly product performance since launch date
Hi, I have different product with different launch date and i want to analyse their performance by creating a sort of Cohort like the table below I don't know where to start with my meas...
- 6 years ago
Anonymous , Dynamic segmentation is needed
https://www.daxpatterns.com/dynamic-segmentation/
https://radacad.com/grouping-and-binning-step-towards-better-data-visualization
Anonymous
6 years agoNot applicable
Hi All,
thank you for all your reply. My main issue is that i don't know how to create a measure that recognize the month of launch as first month and count from there till the 12 month. Because each product can have a different launch month. Maybe with a calculated column that count from the product launch and on ?
cheers
ilhame
amitchandak
Super User
6 years agoAnonymous , when viewing data by product and table min date will month. Or the better is create a launch date as column
example
First Sales = minx(filter(Retail, Retail[Customer_id]=EARLIER(Retail[Customer_id])),Retail[Order_Date])- amitchandak6 years ago
Super User
Anonymous , is this issue resolved