Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
How can I make the graph understand that I am reporting exactly the negative?
Example: if I have a list of names associated with services performed by each name, I would like to create a report that if I clicked the name I would be told which services does not make that name
You would use a disconnected table (with the user names) and create measures that calculate a flag according to your logic. That measure can then be used as a visual filter.