I have one DataSet containing Customer ID # and transaction type. My other DataSet also contains Customer ID #, has other customer information, but doesn't contain the transaction type seen in DataSet 1.
Ideally, I'd like to have a Dashboard level filter for the transaction type in the first DataSet so that when I filter for a specific transaction type, the other cards on the DataSet filter for only customers who have had that transaction type.
I don't think this is possible in the way I'm describing it, but does anyone have advice for setting something up similar to this? Is it possible to set up filters that aren't present in all DataSets on a dashboard level?