I have seen this type of data in orders where you are calculating costs for each order.
For an item, you have different line items and I think you should pivot your data .
Shipped_volume | Shipped_cost | Delivered_volume | Delivered_cost |
---|---|---|---|
20 | 40 | 25 | 75 |
Otherwise
Regards,
Koushik