I have a dashboard displaying data from fire hydrant inspections, with a relationship between the hydrant layer and the inspection table. Each hydrant can have multiple inspections over time. I want the indicators in the dashboard (e.g., number of leaking hydrants) to reflect only the most recent inspection for each hydrant.
For example, if Hydrant 102 was marked as leaking in an earlier inspection but is later marked as not leaking in a more recent one, I want the count of leaking hydrants to decrease accordingly (e.g., from 3 to 2).
I already have a filter set up to show only inspections where "Leaking = Yes", but this filter includes all inspections, not just the latest ones. I assume I can use a data expression as the source rather than the layer, but I am still a newbie and rely a lot on AI for that.
