Hello,
I have Purchase orders in system. I want to create single area chart which shows how many POs are coming and how many are closed in a single visualization.
Single area chart i tried as below:
Y-Axis
Sum of Total
Buckets
X-Axis
Date Histogram by Arrival time field
Kql filter 'METRIC_TYPE : PO_ARRIVED'
Now i want to add second overlap area to show PO_CLOSED filter. Not sure how to do. Can anyone help on this?