Count of Orders Shipped :=
CALCULATE
(
[Count of Orders],
USERELATIONSHIP
(
Calendar[Date], Sales[Ship Date]
)
)