Hello,
I have a stacked bar chart in QuickSight:
-
X-axis: Date
-
Color: Availability Status
-
Value: count(vehicle_id)
I want to click a bar segment and filter a pivot table to show only the actual vehicle that make up that bar in another table.
My pivot table:
-
Rows: vehicle info (vehicle_id, name, etc.)
-
Columns: dates
-
Values: is_available flag (0/1)
-
With conditional formatting (0 = red, 1 = green)
My goal: clicking a bar segment should filter the pivot table to show only the vehicles contributing to that bar segment while still showing all days for those selected vehicles.
As far as I know this is not possible with filtering actions as these are based on dimensions and the bar chart only holds aggregated counts, not the actual vehicle_ids.
So when I add a filter action:
-
QuickSight only passes date and status,
-
It cannot pass the underlying vehicle_ids,
-
Therefore, the pivot table cannot be filtered down to only those specific vehicles without filtering date and /or status.
Is there any way around this limitation?
Thanks

