The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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?
Hi @user3384 ,
You can also try to split the date field into date, hour, and minute slicers.
Create calculated column.
time_hour = HOUR('Table'[date])
time_minute = MINUTE('Table'[date])
Result:
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.
@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