Hello all,
I am working on creating my first dashboard in AGOL and I'm wanting to filter my data to create three slices. I have a field called avg_daily_boardings associated with our system's bus stops and I'm hoping to use three filters:
avg_daily_boardings equal 0
avg_daily_boardings between 0.01 and 4.99
avg_daily_boardings greater than or equal to 5
The end result I want is three slices that show how many bus stops are in each category. Is this possible?