Forum Discussion
paulmorgan
5 years agoHelper II
Highlight a specific bar based on slicer selection
Hi I implemented a suggestion found here in the forums. I must be doing something wrong. It's not working. I have a chart that lists some values for each country in a region. In the example, ...
- 5 years ago
Just checked out your sample file. The problem is that the country names in the 'tableCountry' table don't match the country names in the 'Lists' table (probably an extra space at the end or something)
I Just created a new table to check it out using DISTINCT and you get this:
PaulDBrown
5 years agoCommunity Champion
Just checked out your sample file. The problem is that the country names in the 'tableCountry' table don't match the country names in the 'Lists' table (probably an extra space at the end or something)
I Just created a new table to check it out using DISTINCT and you get this:
paulmorgan
5 years agoHelper II
For some reason I needed to delete the slicer and create a new one. Then things started working as you outlined. Thanks very much for your help.