Forum Discussion
paulmorgan
Helper II
5 years agoHighlight 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
Community Champion
5 years agoJust 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
Helper II
5 years agoFor 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.