Hi all,
For a pie chart, I am using unique count aggregation as the metric. However, I need to get the unique count when two fields combined. Is this possible using the advanced option in kibana visualizations?
As an example, If I have two fields as userId and companyName, I need the unique count of userId + companyName as the metric.
Thanks.