Forum Discussion
MagnusSvendsen
3 years agoFrequent Visitor
Delivery performance
Dear All, I have found the networking days between our confirmed delivery date and shipment date. If we ship according to what we have confirmed to the customer, the value will be 2. Now I ne...
amitchandak
3 years agoSuper User
MagnusSvendsen , Assume networkingday is column then
Divide(
countx(filter(Table, Table[networkingday] >=0), Table[Document]),
count(Table[Document])
)
MagnusSvendsen
3 years agoFrequent Visitor
Thanks!!