Table and Chart Views in Interactive Dashboard

Hi,
I am quite new to interactive dashboard and chart view types. Please help me out where I am missing.
I have a table view and (row series) chart view derived from a same table. I put these 2 views into a dashboard view and turn on the interactive mode of the dashboard. Now, I expect to see only the graph of the row item selected in the table view. However, the chart is showing all the graphs of all rows in the table; not only of the selected row.
How can I set up the dashboard view so that it shows only the graph of the selected row in the table view?
Thanks in advance.

I have found kind of a hotfix from this thread.

[Chart View of single row of data in dashboard](https://community.appsheet.com/t/chart-view-of-single-row-of-data-in-dashboard/15172/2) Questions

Hi @James_Fussell1, If I have understood yourrequirement correctly, yes it is possible with a following approach. Possibly there could be another better approach as well. Here is what I did Created a slice on the table where chart columns are there. Table Name: ChartShow, Slice Name: ChartSlice Created a reverse ref column in the ChartShow table with reverse reference as ChartSlice slice. Expression of Reverse Reference column REF_ROWS(“Chartslice”, “ID”) and column name [RelatedCharts] H…

However, I can see this line which I think is not very neat. Please let me know if you have better solution.