The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
16 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
9 | |
8 |