What is the best way to display multiple filters for complex graphs and charts?

I'm currently working on an application with many different tables and graphs. We have many different filters and most affect all of the charts, but there are some that might only affect a few of them.

I currently have it designed so that we have a general filter bar on top that will filter all of the charts and then some charts have their own filter icon for filters that will only affect that one chart. I'm not sure if this is confusing since there are multiple filters in different locations and I currently can't do any usability testing to test it.

Does anyone have any examples of common patterns for filtering multiple tables and graphs?