Reputation: 21
I have two data tables A & B in a visualization. They can be joined by a common column ID. Is it possible that the data chart from table B be limited by selection from table A?
Best Regards, Jonathan
Upvotes: 2
Views: 7843
Reputation: 3974
you can create a relationship based on that ID:
...and then configure the Filtering panel to show this relationship:
now when you change filters on Table A, data will be limited in Table B to reflect it. only the currently-selected Filtering Scheme will behave like this; any other schemes will also need to be configured (steps 6-8).
Upvotes: 5