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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
v-yangliu-msft
Community Support
Community Support

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

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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