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
Struggeling to measure sales on a group of articles. I have a period of sales but for the first week i want to exclude two products. Wanting this to be a measure, and tried a few but ended with a calculated column, since i kept getting stuck.
The Column looks like this atm:
Qty sales x 24 pk = IF(
Date[Date]<="21.10.2019"
&& Date[Date]>="26.10.2019",
IF(
'Product[Product Id]="131313"
&& Product[Product Id]="131314",
0,
Data[Sales_Quantity]
))
User | Count |
---|---|
13 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
28 | |
19 | |
13 | |
11 | |
7 |