Forum Discussion
Maximous89
Helper I
10 months agoSlicer Single select
in power bi slicer i have 5 choices and i want to make this slicer and single select and i already achieved this, but now i want one choice to be always selected and the user choose only one selectio...
- 10 months ago
Use a disconnected slicer table with values B–F, set to single select, and hardcode “A” into your DAX logic so it's always included. This way, users can only pick one extra value, and “A” stays selected behind the scenes
- 10 months ago
PijushRoy
Community Champion
10 months agoHi Maximous89
In the Slicer setting, please select Single Select
Select the A and publish the report. Once the user opens the report, they can always see the A selected as you publish this selection.
- Maximous8910 months ago
Helper I
yes, but then how they can select A and B or A and C, it's single select not multi select, so i want user to found A always selected and choose single select from B,C,D,E,F....