I have a dashboard that consists of two views, Completion Rate Chart and Completion Rates.
I only want the add action to show up on the Completion Rates view when looking at the dashboard, and currently, it shows on both top and bottom (see screenshot). I tried adding a filer condition to the action but did not get the desired result.
Is this just not possible, or am i just filtering incorrectly? Lil’ help 
Are they related to the same table or sliced from the same table? Because I think you could use a slice of this view as view only, and don’t allow adds in this specific slice but you don’t need any specific condition if you don’t want to. This way the chart view will not have the add action button and the other view will.
they are both from the same table, the charts just generate a graph based on data from that table. My assumption was that an expression to show the action if Context(“View”) = “Completion Rates”, but of course that didn’t work for “reasons” 
I could try the slice method, or simply not worry about it.
Thank you