The scenario:
» I have a dashboard page with 10 cards. 9 of them are single KPI cards. the 10 card is a vertical bar chart (y-axis=Date, x-axis=Spend)
» I don't want Filter cards, because I need the ability for users to save their own Filter views.
» Using Page Filters, users can select a client or date range. which should filter each card accordingly.
» However, in this case, I want the vertical bar chart to only filter if the client filter is selected. if the date range filter is used, the vertical bar chart should not filter.
Is there a way to isolate a vertical bar chart card visualization to exclude one page filter, but allow another?