How to aply only one filter to the same dashboard that has more than one dataset applied to it?

I have a dashboard with a buch of visual that have data from difrents datasets.

What i need to know is, if there is a way to apply just on filter on this dashboard, that can filter all the visuals, not just the visuals that has the same dataset to it.

Hi @Andre_Araujo and welcome to the QuickSight community!
This can be achieved but it would depend on a couple factors.
First, the field that will be handling the sorting needs to be present in both/all datasets with similar values.
Next, create a parameter based on the field that will be filtering. When you’re adding a control for the parameter, make sure to link it to one of your datasets so that the values for that field are present in your control.

Then you can setup all of your visuals to filter based on the parameter as opposed to a stand alone filter.

If you do not have the same field present in each dataset, you will need to perform some type of table join.

Let me know if you have any additional questions!