79077161

Date: 2024-10-11 07:28:50
Score: 2
Natty:
Report link

you can try to filter the data with blank Delivery date like following:

Avg Days = CALCULATE( AVERAGEX( 'Table', DATEDIFF('Table'[ETA], 'Table'[Delivery], DAY), FILTER('Table', ISBLANK ([Delivery]) = FALSE) ) )

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: EssentialMarie