I have some tables which have a timestamp column, I would want to visualize them based on Fiscal year, quarter etc., I see that the MetricFlow directly displays the quarter in timestamp which is fine.
But if I want to view at as fiscal year, quarter etc., is there any out-of-the-box support or do I need to use expr
in the dimensions to manually convert the timestamps using built-in data-platform specific functions?