Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hello all,
I have a table of data like this:
| CustomerID | Customer Name | Sales |
| 1 | Walmart | 100,000 |
| 2 | Winco | 102,000 |
| 3 | Albertsons | 99,222 |
| 4 | Arco | 92,002 |
| 5 | Sams Club | 106,150 |
| 6 | Costco | 100,005 |
| 7 | Burgerville | 85,123 |
What I would like to do is create a slicer to show only data accocited with the Sales manager Bob:
These are the Customers Bob is accociated with (this table is not in Powerbi)
| Sales manager | CustomerID | Customer Name |
| Bob | 1 | Walmart |
| Bob | 2 | Winco |
| Bob | 3 | Albertsons |
| Bob | 4 | Arco |
What I would like is a slicer with two options: 1. Bob 2. All
this way I can isolate only bobs data.
What would be the best approach for this? I can upload the table with bobs data to build the slicer
Thank you!
Solved! Go to Solution.
Hi , @Anonymous
According to @camargos88 description, I made a demo you can refer to.
And could you please tell me whether your problem has been solved?
If it is, please mark the helpful replies or add your reply as Answered to close this thread.
Best Regards,
Community Support Team _ Eason
Hi , @Anonymous
According to @camargos88 description, I made a demo you can refer to.
And could you please tell me whether your problem has been solved?
If it is, please mark the helpful replies or add your reply as Answered to close this thread.
Best Regards,
Community Support Team _ Eason
Create a table with two values Bob and All. and based on the selection change the measure. Refer
Hi @Anonymous ,
You can upload both tables and create a relationship between on Customer ID.
After that just change the slicer settings on Selection controls to allow the "Select All" option. Also, if u want to remove whe blank row on the slicer, just filter it on filter visual.
Ricardo
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 65 | |
| 52 | |
| 45 | |
| 23 | |
| 21 |
| User | Count |
|---|---|
| 141 | |
| 114 | |
| 50 | |
| 37 | |
| 30 |