Ability to add multiple time series dimensions as canonical time field
Is your feature request related to a problem? Please describe. For data with two time columns, would like to be able to switch the time series between the two fields (eg. impression and outcome time).
Describe the solution you'd like Time series charts (and associated charts) utilize the selected time series
I've two date columns, date_a and date_b, if i select only one date (date_a in this case) column as a timeseries, the dashboard is able to calculate aggregates( sum=36 and count=8) for only those values which are added in timeseries metric, its unable to calculate total count (15) of records and some of values(120)
my issue i want to have two time series, but is want to have count of all records even if there is blank cells in date column
also, is there a feature to add multiple columns as timeseries ?
PS: the same was posted here by me #4404
In this case I would probably merge the two columns so you have a uniform timeseries and create flags if you only want to sum date_a or date_b data.
We are planning to introduce the ability two have multiple timeseries but only 1 active at a time. That would be useful when you have two seperate instances of dates such as order_date and shipping_date that represents two different things.