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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

how to assign default value for slicer with single-select

I have a slicer that has single-select on, as shown below:

Annotation 2020-06-04 072000.png

 

These values come from a table that changes its date range in each refresh.  This table is called 'Fcst Period Slicer', and looks like the following:

Annotation 2020-06-04 072405.png

 

I first published my report in May 2020.  Now that it is June 2020, I need the default slicer selection to be 'FY20 Pd3 (Jun)'.  As I understand it, Power BI keeps the selected value from report publish time (i.e., 'FY20 Pd2 (May)') for all dataset refreshes thereafter, even if that value is no longer present in the data table.  And, as far as I know, Power BI still doesn't offer support for dynamic default values in slicer.  How can I make my slicer default to the earliest / minimum value in 'Fcst Period Slicer'[Period Label] in each dataset refresh?

5 REPLIES 5
v-yingjl
Community Support
Community Support

Hi @Anonymous ,

If you've fixed the issue on your own please kindly share your solution. If the above posts help, please kindly mark it as a solution to help others find it more quickly. Thanks!


Best Regards,
Yingjie Li

v-yingjl
Community Support
Community Support

Hi @Anonymous ,

As you mentioned, power bi has not supported dynamic default slicer currently.

Here is an idea about default selected slicer, you can vote for it to help us improve power bi and make this feature coming sooner.

 

Best Regards,
Yingjie Li

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@Anonymous , You can create something like this in Date Calendar

 

This Month = if(format('Date'[Date],"YYYYMM")=format(TODAY(),"YYYYMM"),"This Month",[Fcst Pd])

 

You can select This month and this will remain on the current month Always

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

@amitchandak 

 

I don't understand.  Are you saying to put that as a calculated column on another table and to use that calculated column in my slicer?

Anonymous
Not applicable

@amitchandak 

 

A solution that involves returning a generic current month value / label like "This Month" instead of the actual month value (e.g., "FY20 Pd3 (Jun)") is not permissible in my report.  Users need to see the actual month value for the current month, not a generic value.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors