Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Is there a way to list non selected values from the slicer?
I have a Customer Table with Column CUST
Slicer is PIN to CUST Column, if User selects multiple value such as CUST1, CUST5, CUST 8,.....etc. Is there a way to list rest of the not selected values in the grid. I mean like opposite to ALLSelected?
Thanks in Advance.
Solved! Go to Solution.
Hi @Anonymous,
Please download the demo in the attachment.
Measure = CONCATENATEX ( FILTER ( ALL ( 'Table1'[Cust] ), NOT [Cust] IN VALUES ( Table1[Cust] ) ), [Cust], "," )
Best Regards,
Dale
Hi @Anonymous,
Please download the demo in the attachment.
Measure = CONCATENATEX ( FILTER ( ALL ( 'Table1'[Cust] ), NOT [Cust] IN VALUES ( Table1[Cust] ) ), [Cust], "," )
Best Regards,
Dale
Amazing! Thank you!
What if the the customers where grouped? How would the relationship or function look like?
Group 1 = cust1 to cust5
Group 2 = cust1 to cust3
Group 3 = cust3, cust4
Hi @powerBIpeon,
I would suggest you create a new thread in this forum with a little sample. The solution depends on your data model.
Best Regards,
Dale
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 42 | |
| 35 | |
| 35 | |
| 21 | |
| 15 |
| User | Count |
|---|---|
| 65 | |
| 58 | |
| 28 | |
| 27 | |
| 25 |