Forum Discussion
Anonymous
5 years agoNot applicable
Comparing value from a chart and from a table
Hello, I work with technicians and I need to analyse their skills. I'd like to show for exemple people having bad customer satisfaction with a Chart and display a table with a short list of...
- 5 years ago
You can't do that if the data tables are related. You need to create a disconnected shadow table with just the technicians' names and then use that table to feed your filter slicer. Then use SELECTEDVALUE() in your measure to calculate if a particular data point from your data tables should be shown (equal or better than selection) or not (worse than selection)