I am trying to get a view of AVG consumption till date login I had in mind was totaling the license consumption followed by division with bays calculated via time difference between oldest timestamp vs now.
But ending up with the errors "The argument for "min" must be a Number or Number List, but a Date was given"
Custom Expression used:
sum(${ingestion_metrics.total_size_bytes_GiB})/ diff_days(min(${ingestion_metrics.timestamp_date}),now())