Showing different columns according to a variable

Let us say I have the relation USER, with the columns Id, Name, Age, City, Nationality. On the other hand, I have a variable for the Age, so I would like to show certain columns according to the selected Age, for instance:
IF Age < 10, I show the columns Name, Age.
ELSE (Age >= 10), I want to show the columns City, Nationality.
Is it possible to do something like this in Metabase?