Forum Discussion
Sofie
8 years agoRegular Visitor
last month amount
Hi,
I wrote a measure like this:
InboundDeliveriesPlannedToday = CALCULATE(COUNT(LIKP[Delivery]);LIKP[Delivery Type] = "EL"; LIKP[Delivery Date] = TODAY(); 'Calculated LIPS'[all delivered] = "NO")
I want to compare this nr with the average of last month. So basically for everyday of the previous month I want to sum the amount that satisfies the conditions and then divide this amount with the nr of days (30 or 31) in this month.
I don't know how to start with writing such a measure
Thanks in advance!
1 Reply
- v-juanli-msftCommunity Support