I tried to implement Master Items based on calculated fields, e.g. year(TIMESTAMP_FIELD), but result is always the same and that expression in enclosed by square brackets: [year(TIMESTAMP_FIELD)].
Various encapsulations produce similar non-functional expressions:
["=year(TIMESTAMP_FIELD)"]
=["year(TIMESTAMP_FIELD)"]