Forum Discussion
Maximous89
9 months agoHelper I
Slicer 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...
- 9 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
- 9 months ago
PijushRoy
9 months agoCommunity Champion
Hi 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.
- Maximous899 months agoHelper 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....