I have a dashboard that compares a company selected by the user (Company A) to another group (Company B). One worksheet is their company (Company A), and the second worksheet is any other company selected by the user (Company B). These metrics are compared over time in a bar chart, however, some companies are missing data from some years. This means that one set of bar charts will have more bars than the other, creating an uneven looking visualization. Is there a way to filter out data points for the comparison companies (Company B) if there is no data in that year for the user's company (Company A)?
So the issue here is that Company B only has Var1, Var2, and Var3 for years 2012 and 2014, compared to company A which has all of the vars. The visualization works when there are all vars for the same years, but it breaks down when a Company is missing some of this information. I want it to be usable with a filter that the user can use from a drop down list, so I can't just hide things manually.