You should use one of the standardize functions below, depending whether you want to calculate a Z-Score on a rolling basis or not:
Standardize(sek)
Standardize(sek, YearsLength(3))
Use this if you want a rolling window of observation. This example would give you a 3-year window of observation.