I am trying to figure out a way to make an input control only affect one section of a chart. I think this could be done with another variable but I am not sure how to get it done.
I have a bar chart and this bar chart shows a sales persons capture rate for quotes that they have sold. So basically its a percentage. In the same chart I have the entire regions capture rate that the sales person belongs to.
I am trying to find a way to build this so that using an input control a person can select the sales persons last name and on the chart and the only value that would change would be the sales persons capture rate. So the regions rate would not change.
The problem I am running into is when I select a sales persons name, it filters the region capture rate too and I need that to be fixed.
Is this possible to do?
Here is an what I have that is giving me the correct numbers:
Salesperson capture rate:
=[Salesperson Sold]/[Salesperson Quoted]
Region capture rate:
=[East Sold]/[East Quoted]
When I chart them both and select the salesperson the region capture rate changes too.
Is there a way to make it fixed so that only the salespersons capture rate is changed in the chart?