Dashboard view not showing right row info

Hi.
I have a list of rows and when I select one of them it should open a Dashboard view with all the info of that particular row. But instead, it opens all the dashboard views with the info of the first row.

The way I did it is I made an action to open the dashboard view whenever I select one row. I suppose I didn’t write the right expression and that’s my problem.

I’m using a dashboard view because it’s a lot of info and I need to organize it in some way. The dashboard is composed of detail views from slices of the same table.

Any help will be much appreciated.

There is no built-in way to go to a dashboard to show info related to just one row. More specifically, LINKTOROW() doesn’t work with dashboard views. What you’ll likely have to do is perform a grouped action when the user selects that initial row: first, store a Ref to the chosen row somewhere it can be used by the row filter expressions of the slices in your dashboard view, then navigate to the dashboard view.