Forum Discussion
CuriousGuy001
Helper I
2 years agoMaking Slicer with 1 Variable
Hi everyone, I am trying to make a slicer that can show only 1 variable, "NA", and not show other order number. I did on measure and then parameter but it doesn't filter properly. Also I made it ...
- 2 years ago
Here's one idea that may be close to what you're looking for (PBIX attached):
Create a slicer with Centah-Order# but apply a visual filter on the slicer Centah-Order# = "NA".
- When no selection is made on the slicer, no filter is applied to Centah-Order#.
- When NA is selected on the slicer, the filter Centah-Order# = "NA" is applied.
Is this what you're looking for or something different?
Regards
OwenAuger
Super User
2 years agoHere's one idea that may be close to what you're looking for (PBIX attached):
Create a slicer with Centah-Order# but apply a visual filter on the slicer Centah-Order# = "NA".
- When no selection is made on the slicer, no filter is applied to Centah-Order#.
- When NA is selected on the slicer, the filter Centah-Order# = "NA" is applied.
Is this what you're looking for or something different?
Regards
CuriousGuy001
Helper I
2 years ago