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 make the slicer's default data the current date.

Hi All, Please help me.........!😊

 

I have a date slicer and I choose before in the slicer. How do I make today's date the default date in Slicer?

 

Anjaneyachari_0-1667885795253.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

Please try below steps:

1. create a date table with below dax formula

Table = CALENDAR(DATE(2022,10,01),TODAY())

2. add a slicer with Table[Date] field

vbinbinyumsft_0-1668493248980.png

Please refer the attached .pbix file

 

Best regards,
Community Support Team_ Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous ,

Please try below steps:

1. create a date table with below dax formula

Table = CALENDAR(DATE(2022,10,01),TODAY())

2. add a slicer with Table[Date] field

vbinbinyumsft_0-1668493248980.png

Please refer the attached .pbix file

 

Best regards,
Community Support Team_ Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

AbbasG
Memorable Member
Memorable Member

@Anonymous https://community.powerbi.com/t5/Desktop/Default-Date-in-the-Slicer/m-p/560998#M264608

 

this post above will help you get the desired output.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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