Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
ccyangdi
Microsoft Employee
Microsoft Employee

Setting default for Slicer

We are using Slicer in Power BI Desktop. The data source for the slicer is a list of existing builds, which is updated from time to time.

 

The user want the slicer to always select latest 3 builds as default.

 

Is there any way we can accomplish this?

 

Thanks,

Di

1 ACCEPTED SOLUTION
v-gizhi-msft
Community Support
Community Support

Hi,

 

According to your description, i think you can not set default select for slicer, but i have a workaround.

Here is my test sample in SQL Server:

20.PNG

Then add an index column in Query Editor.

After Apply&Close, add this index as a filter to the table visual, it shows:

21.PNG

When i add data in SQL Server:

22.PNG

Click Refresh function in Power BI Destop, it shows the latest three rows:

23.PNG

If you want to filter other data, you can still use slicer after removing this Index filter.

Hope this helps.

 

Best Regards,

Giotto Zhi

View solution in original post

3 REPLIES 3
v-gizhi-msft
Community Support
Community Support

Hi,

 

According to your description, i think you can not set default select for slicer, but i have a workaround.

Here is my test sample in SQL Server:

20.PNG

Then add an index column in Query Editor.

After Apply&Close, add this index as a filter to the table visual, it shows:

21.PNG

When i add data in SQL Server:

22.PNG

Click Refresh function in Power BI Destop, it shows the latest three rows:

23.PNG

If you want to filter other data, you can still use slicer after removing this Index filter.

Hope this helps.

 

Best Regards,

Giotto Zhi

Greg_Deckler
Community Champion
Community Champion

Well, perhaps create a Top N filter by Date or maybe create a column that does a RANKX by Date and then just filter to 1,2,3



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

I am not sure if I get you correctly, are you saying to show top 3 only? We still need to show the whole list of builds for user to select.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors