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
user3384
Frequent Visitor

Datetime picker in Power BI

Is there a datetime picker in Power BI that lets the user pick a starting date and time (MM/dd/yyyy HH:mm AM/PM) and an ending date and time? The "Between" date slicer has a calendar pick to choose a date range without specifying the starting and ending time. Maybe something similar to the below datetime picker?

user3384_0-1631841256757.png

 



2 REPLIES 2
Anonymous
Not applicable

Hi  @user3384 ,

You can also try to split the date field into date, hour, and minute slicers.

vyangliumsft_0-1632295559583.png

Create calculated column.

time_hour = HOUR('Table'[date])
time_minute = MINUTE('Table'[date])

vyangliumsft_1-1632295559585.png

Result:

vyangliumsft_2-1632295559587.png

 

Best Regards,

Liu Yang

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

@user3384 , The standard one is a date or time, not one.

you can check custom here.

https://appsource.microsoft.com/en-us/marketplace/apps?search=date%20time%20slicer&page=1

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

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