Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have a filter Annee , how could I have always one value selected?
Many thanks in advance .
Hello,
There is no direct option to disable "Select all" or to have a force selection in a slicer.
But i have developed a workaround to hide all the data in my report by creating 2 measures as below.
Valid_selection = if(HASONEVALUE(Slicer_attribute), "", "Error: Select a Single value")
Valid_selection_numeric = if(HASONEVALUE(Slicer_attribute), 1, 0)
Pull the first measure into a card, which will be blank when a single value is selected and will throw an error message when it is more than one/All.
Second measure to be added as a visual level filter, add Valid_selection_numeric = 1 as visual level filter on all the visuals. Which means, the data will be displayed only when a single value is selected. Nothing but hiding the data for all.
Let me know if you have any questions.
Hope this helps.
Thanks,
Soumya
Hi, @test
As per my knowledge, it is not allowed to set default value to a slicer. This feature request has been submitted to Power BI team, you can vote it up. Microsoft will consider to add this feature in later version of PowerBI.
Default Selected Slicer or Tile-By Value Configuration
Appreciate for your understanding.
Best regards,
Yuliana Gu
@test create your report in pbi desktop -> create slicer -> choose the value you watnnt -> Save. Now next time when you open pbix file that value will be selected. After saving you can publish that to pbi service and report in pbi service will also have that value selected.
This doesn't prevent the user from unselecting the filter value
I was looking more for enforcing at least one selection
Thanks,
I have searched the same in past posts and I do not believe you can enforce a selection to be made in the filter slicer
Please see the following for reference
https://community.powerbi.com/t5/Desktop/Require-slicer-to-have-selection/td-p/30733
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
75 | |
68 | |
41 | |
35 |
User | Count |
---|---|
102 | |
56 | |
52 | |
46 | |
40 |