- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Apply the result of 2 different slicers to a table
Hello comunity,
I'm having trouble trying to display the result of two different slicers in one table. Basically what I'm having is the following:
The tables are something like this
With the Trading1 and Trading2 tables, individual reports need to be produced and those are working perfectly right now. The reason they are crossed between Company1 and Company2 is because I need to filter the second company through the first one and viceversa. Now, with the summary table, I would like the selection on Company1 and the one on Company2 to be the filter for that one table. Something like this:
If all countries are selected in both slicers, I'll see this:
But if I filter them, I'll see this:
But then, in the summary table, I'd like to see smething like this by using the same slicers from before, not other ones:
I hope I'm making sense.
Is this possible? Can someone help me?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Basically, what was needed was to have the appended table disconnected from the others, and have a measure created for the filtering in this table. The measure uses a SELECTEDVALUE conditioned by the 2 other slicers and works a treat!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi,
My preferred approach would be:
- Append the Trading tables. Before doing so, you may insert a column in each table with the title of Type. The Type column should have Trading1 and Trading2 as entries. This is just so that you can differentiate rows by Trading type
- Create a table each for Company and Country
- Create a relationship (Many to One and Single) from Company in Trading Table to Company in the Company table
- Create a relationship (Many to One and Single) from Country in Trading Table to Country in the Company table
Hope this helps.
Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Basically, what was needed was to have the appended table disconnected from the others, and have a measure created for the filtering in this table. The measure uses a SELECTEDVALUE conditioned by the 2 other slicers and works a treat!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hello @Ashish_Mathur . Your solution works for my table, but then I'd need to select the two countries from one single slicer. Right? My main requirement is that the slicers for the first table both work to select those 2 countries for the second table (the one that would be appended). So, basically, if I select Italy in slicer 1 and then France in slicer 2, those are the two countries I'll see in the second table. Am I making sense?

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
07-03-2024 04:55 AM | |||
10-20-2022 04:14 AM | |||
Anonymous
| 01-02-2024 04:09 AM | ||
11-28-2023 10:50 PM | |||
03-19-2024 07:17 AM |
User | Count |
---|---|
137 | |
107 | |
84 | |
60 | |
46 |