The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
24 | |
14 | |
13 | |
8 | |
8 |