Treat a blank result as 0 for yoy calculation

@AoakeP,

When you get the March update installed, give this a go:

Injuries LY =

VAR LYValue =
Calculate([Total Injuries],SAMEPERIODLASTYEAR('Date Table'[Date]))

RETURN
COALESCE( LYValue, 0 ) 

image

Full solution file attached.