We have created a couple of widgets on a Google Analytics dashboard. All widgets have filters for "Event Action: Fetched", which is a value that we have passed into Google Analytics via Measurement Protocol.
The first widget is a simple metric showing all events found. The second widget is a table displaying all events by Device Category.
We were expecting to see the same amount of events for the two widgets but this was not the case. Surprisingly, the second widget showed a larger amount of events than the first one did.
So, we tried to make another metric widget in which we also filtered for "Device Category: mobile|tablet|desktop". This resulted in a value larger than the total events from the first widget, exactly the same as in the second widget.
See screenshot:
Is this expected behaviour?
We are unable to see why a second filter would show a higher result. Could anyone give a hint as to why this is happening and how it works?