Hi,
I have a fairly simple data model of three tables a client table (holds unique row for each client), a meeting table (holds multiple rows for each client with meeting details) and a date table (links to meeting date to group into quarter, year etc). I then have a couple of calculated fields to analyse the % of shareholders that voted at the meeting.
This all works pretty well with just one exception, I have a few graphs which users can update using slicers to select a specific client but what I would like to add into the graphs is a benchmark line for the clients sector i.e. so you can compare client results to the overall sector. The sector is stored in the client table.
The problem I have is that when I select a client using the slicer clearly it only returns the clients for the sector rather than the overall sector results due to the way the tables are filtered by the slicer I have tried a few different attempts to get around this but cant find anything that feels right - any suggestions please?
Thanks
I have a fairly simple data model of three tables a client table (holds unique row for each client), a meeting table (holds multiple rows for each client with meeting details) and a date table (links to meeting date to group into quarter, year etc). I then have a couple of calculated fields to analyse the % of shareholders that voted at the meeting.
This all works pretty well with just one exception, I have a few graphs which users can update using slicers to select a specific client but what I would like to add into the graphs is a benchmark line for the clients sector i.e. so you can compare client results to the overall sector. The sector is stored in the client table.
The problem I have is that when I select a client using the slicer clearly it only returns the clients for the sector rather than the overall sector results due to the way the tables are filtered by the slicer I have tried a few different attempts to get around this but cant find anything that feels right - any suggestions please?
Thanks