Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi there, I need help on the following task. I wand to estimate returns based on the sales data three weeks ago (*0,27) for each product. Here is an example:
i would appreciate any help on this, thanks a lot:)
Solved! Go to Solution.
@Anonymous , Logic is not very clear, try a new column like
[sales] - sumx(filter(Table,[prod_nr] =earlier([prod_nr]) && [week] =earlier([week]) -3),[sales])
Can you share sample data and sample output in table format?
@Anonymous , Logic is not very clear, try a new column like
[sales] - sumx(filter(Table,[prod_nr] =earlier([prod_nr]) && [week] =earlier([week]) -3),[sales])
Can you share sample data and sample output in table format?