How can I use unixEpochFilter with a calc inside?

I have a timestamp column in Unixtime inside.
Something like: 1525328116901

To convert this value into date time, I have to use (SQL Lang) from_unixtime(column/1000).

In Grafana, how can I do this?