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! Learn more

Reply
VijayAntonyM
Helper I
Helper I

How to set Today's Date By default in Page Filter in Power BI Desktop

HI Team,

 

Good Day,

 

We need support on below issue,

As need to set and select the today's date by default in the Page Filter, User can even select other dates also.

Also date filter should be basic filter type, By default it should select the today's date in the page filter.

VijayAntonyM_0-1725428797559.png

 

Kindly help us on this.

 

Regards

M. Vijay Antony

1 ACCEPTED SOLUTION

Hello @VijayAntonyM ,

 

I made a video to walk you through the process of acheiving your request
https://youtu.be/kVcStgZhnuw



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




View solution in original post

6 REPLIES 6
shafiz_p
Super User
Super User

Hi @VijayAntonyM  As you want that your filter type on "Page Filter" should be "Basic Filter" and by default today's date will be selected and will change every day as well as you would be able to change other dates too.

For your kind information, Such scenario in page filter is not possible to implement. Selection is constant. If you want only today's date or any selection, that is possible. Use Today() function. For this you need to create a calculated column to identify todays date. If today then code Today, else Otherday or anything you want. Place the column in page filter, select basic filtering, then check only Today and uncheck Otherday. Your page will be filter accordingly everyday. But you won't be able to select other day unless you change.

You can use relative filter too, in this case, you can go with the solution provided by @Idrissshatila and  @Ankur04.

For successfully and easily impliment both the scenario, slicer is a good option. In this way you will be able to filter page automatically by todays date as well as will have the ability to check other dates too. If you want, you can check my earlier solution. 

 

Auto Select Todays Date in Slicer as well as change date manually 

 

Just need to tweek the custom column formula for today. Here is :
= if [Date]=Date.From(DateTime.LocalNow()) then "Today" else [Date]

Hope this helps!!
If this solved your problem, please accept it as a solution!!

Best Regards,
Shahariar Hafiz

Ankur04
Resolver II
Resolver II

Hi, 

 

you can try below setting on page filter pane.

 

Ankur04_0-1725429656447.png

 

let me know if you need more details.

 

Thanks,

Idrissshatila
Super User
Super User

Hello @VijayAntonyM ,

 

apply the following

Idrissshatila_0-1725429497744.png

 



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Hi,

 

We should not use Relative date filter, User is looking for all the dates should be displayed in basic filter type.

only the today's date needs to be selected and other dates are deselcted.

 

Kindly help

 

regards

M. Vijay Antony

Anonymous
Not applicable

Hi @VijayAntonyM ,

 

As others have cautioned, the choice in BASIC FILTER TYPE is constant.

Another workaround is provided here to customize the visual using a pre-selected slicer. By configuring it you can automatically select today's date.

vcgaomsft_0-1725513119830.png

Users can also manually select other dates.

vcgaomsft_1-1725513469788.png

Preselected Slicer

 

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

Hello @VijayAntonyM ,

 

I made a video to walk you through the process of acheiving your request
https://youtu.be/kVcStgZhnuw



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




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