I'm wondering if it is possible to have a "Dynamic" Dimension in Apache Superset? I would like a dropdown or a filter option and the user select which Dimension he wants to see. Currently we use a parameter in Tableau and achieve this via CASE statements:

CASE [parameter]
WHEN 'Organisation Hierarchy' then [Division]
-- Other WHEN statements
END
This way the user can change the layout of the table to his liking. Does anyone have a clue if this is possible in Superset?
Currently it's fixed in Superset and you can just choose what you have in your view / dataset:

Kind regards