Forum Discussion
Custom filter/slicer
- 2 years ago
Sorry for the delay in response, I have attached you a solution proposal if I understood your requirement correctly.
I just unpivoted the Y/N columns to have a single one and use AND, OR options with a slicer.
Can you share a sample of the table? It can be replaced/dummy data but I just want to get an accurate picture of its current state
Hi, sorry for slow reply. I've not been able to load dummy data, but here is an example of what it would look like
| Asset | Keyboard | screen | mouse |
| laptop | Y | N | N |
| pc | Y | Y | Y |
| mac | Y | Y | N |
| switch | N | Y | N |
So if i selected a filter on Keyboard = Y i would expect the 3 returns. If i selected keyboard and screen, currently i would only see PC and MAC, assuming i selected the Kayboard slicer first.
But what i would actually want to see is a list of all 4 items.
Does that make sense?
- ray_aramburo2 years agoSuper User
Sorry for the delay in response, I have attached you a solution proposal if I understood your requirement correctly.
I just unpivoted the Y/N columns to have a single one and use AND, OR options with a slicer.