I’m trying to create a Date Aggregation that will have the following options: Day, Week, Month, Quarter, And Year.
I have a variety of values and MP, but my main date field is metric_day. I want to show the FY, but have the parameter option to select if the user wants to see it by day, week, month, quarter, or year.
I also want it to change dynamically where if it’s month then change to month format like Jan’23 and day then Jan 3, etc.
Any help would be appreciated!