Hi @dash5000
welcome to the Kibana community.
Another possible approach would be to have a "creative" usage of the Formula feature in Lens, as I describe in this post. In your case the metric(fieldA)
would be max(fieldA)
, and same apply for metric(fieldB) => max(fieldB)
.
Combine this formula with a date histogram should work as you describe.