Say I have 3 bar charts and a table in a dashboard. When I click on one of the bars in a bar chart, I can set up all the other charts and the table such that it gets filtered based on the selection.
Now if I click on a bar in another chart, the selection on the initial chart goes away.
Is there a way to the set the filter such that the original chart stays put. That way I can show different cuts of the data in the form of visuals and the user can choose whatever combination of filters he/she wants and see the result.
e.g. A chart let's say shows expenses by month, another expenses by org and another expenses by country and a table below shows the actuals users and their expenses.
I should be able to click on a Month, then click on a country and maybe an org and see the list of users filtered based on these 3 selections.
Right now the only way to do it seems to be through slicers which is unnecessary when you have clickable charts.