Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

I want to convert the number value to text by making a list with virtual columns

I want to convert the number value to text by making a list with virtual columns.

sample; data
year of birth: 2000
I want it to be 18 years old on the filter

0 1 155
1 REPLY 1

Try TEXT(YEAR(TODAY())-[Year of birth])

Top Labels in this Space