I have a problem filtering the data from one tab to another on a click ![]()
Let’s say I have a YTD tab displaying a Bar Chart for the current year displaying data for each month (YTD Data).
so in the x-axis, I have a calculated field Jan 2024, Feb 2024, Mar 2024, April 2024, May 2024, etc
In the Y axis, I am displaying revenue
Now there is another Monthly tab displaying a Pie Chart for all the items by Revenue (top 10 items by Revenue). for each month.
So the functionality I want is as follows:- whenever the user clicks on a particular bar in the YTD view, it should take the user to the monthly view displaying data for that specific month.
If the user clicks on April 2024 then the monthly view should give the top 10 items by revenue for April 2024 only.
Right now I am using the month as a parameter in the monthly tab to filter the data but I am expecting this navigation to happen.
Also, I tried Actions, but since on the X-axis in YTD Tab I am using a calculated field to display months so I am not able to see them in Actions.
