Inverse Aggregator
Hi Greg,
Thank you for the quick reply. If I understand this correctly and after downloaded the sample, this impacts a second visual, ie the InverseSum card you created. What I'm trying to do is impact all the existing visuals. So, I have several visual tables, graphs, and cards. If I'm in the PowerBI app, I can apply a filter of "Does not contain" and "CustomerName" and all metrics with "CustomerName" are removed from my current visuals. I haven't seen a way to create a simple button or text input that would reference the table and field, apply the does not contain filter, and allow someone using the web power bi dashboard to remove the one customer either automatically (I code the name) or manually (they type the name).
Table name is 'Account'
Field name is [Name]
The idea is to use this as a toggle to show metrics with the one customer, and a simple toggle to show the metrics without the customer. Does this explain my use case better?