Filter dashboard based on selected row

I wanted to know how can I filter the information of the charts that are inside a dashboard according to the seller that I selected in the previous view that takes me to the same dashboard.
Example:
I have a dashboard that shows me the sales of two sellers, I created a view with an app link that redirects me to that dashboard. what Iโ€™m looking for is for the dashboard to show me the sales of the seller that I selected in the previous view

I add an example application

0 1 232
1 REPLY 1

You can do this by:

  1. setting up a group in the table.

Ex: group by seller. And add a group aggregate SUM for the Column โ€œValueโ€

  1. Set up the name of the view of the table.

Ex: SUM(SELECT(table_name[value],TRUE))

Top Labels in this Space