Hi,
I have a table with data concerning the sales of fruits: the type of fruit, the number of pieces sold and seller.
On my report I want a slicer on type of fruit and the seller.
A gauge value shows the average number of pieces sold in reference to the selection on the slicers. This part is easy.
However, I want the target of the gauge to be set on the average of the number of pieces sold, only in reference to the seller slicer, not in reference to the type of fruit selected.
I succeed in getting the data (value and target) in two card visuals but not combined in one gauge.
See below for an example.
If all types of fruit are selected and all sellers, the target is 3.8 and the gauge value also 3.8.
If only pears are selected and all sellers, the target remains 3.8 and the gauge value is 6.
If all types of fruit are selected and only John as seller, the target becomes 2.8 and the gauge value also 2.8.
If only pears are selected and only John as seller, the target remains 2.8 and the gauge value is 2.
Thanks in advance,
Ojke.