Including records in result set from two sets of Slicers?

CSMcVey

New Member
Joined
Oct 30, 2012
Messages
21
I have the following data sets:

Fact Table (Claims Information)

  1. Fact_ID
  2. Fact_Type
  3. Fact_Office_ID

Fact Office Table
  1. Fact_Office_ID
  2. Office_Nm
  3. Office_City
  4. Entity_Office_ID

Entity Office Table

  1. Entity_Office_ID
  2. Office_Nm
  3. Region
  4. Division

Not all records in the Fact_Office_Table have an Entity_Office_ID value. There should be a link between them and there is currently an IT project to back fill this information but that project is at least a year away and we have an immediate need for some BI. The data in the Fact_Office_Table is not nearly as clean as the data in the Entity_Office_Table.

What we need to do is generate a list of claims (from the Fact_Table) that belong to:

  1. the FACT_Office_Ids that were selected by using slicers such as Region and Division (from the Entity Office Table) - I have this part working
  2. the FACT_Office_Ids I also manually select. Meaning when I use the slicers from the Entity Office Table b/c there is no relationship btwn each record in Entity Office to Fact Office - I may be missing offices I need to include in the result set. I need a way to also select Fact Office entities not selected via #1 to add to my result set. If this has to be accomplished with different slicers that is ok as long as all of the offices selected are included in the result set

Using PP ver 1, using SharePoint. B/c using SP I believe this removes VBA from the solution. If the ONLY way to do it was with some VBA that may be a solution and we'd have to distribute the file manually
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.

Forum statistics

Threads
1,223,938
Messages
6,175,528
Members
452,651
Latest member
wordsearch

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top