March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello, is there any possibility to include a filter button with date and time? I was only able to include this button with a date, without the possibility of defining the start and end time of the filter. The field is datetime.
Solved! Go to Solution.
Hi @admfabiomachado ,
It is not supported to display DateTime in Between, After, Before, Relative Date option of slicer visual in Power BI currently . There is an idea about this issue, please vote it up, Datetime slicer, and you can add your comments there to improve Power BI and make this feature coming sooner.
As workaround, you may create two TimeTable for Hour and Minute like DAX below, see more details: Date and Time slicer from Calendar table.
startTimeTable = GENERATESERIES ( TIME ( 0, 0, 0 ), TIME ( 23, 59, 0 ), TIME ( 0, 1, 0 ) )
Best Regards,
Amy
Community Support Team _ Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @admfabiomachado ,
It is not supported to display DateTime in Between, After, Before, Relative Date option of slicer visual in Power BI currently . There is an idea about this issue, please vote it up, Datetime slicer, and you can add your comments there to improve Power BI and make this feature coming sooner.
As workaround, you may create two TimeTable for Hour and Minute like DAX below, see more details: Date and Time slicer from Calendar table.
startTimeTable = GENERATESERIES ( TIME ( 0, 0, 0 ), TIME ( 23, 59, 0 ), TIME ( 0, 1, 0 ) )
Best Regards,
Amy
Community Support Team _ Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
25 | |
21 | |
11 | |
10 | |
9 |
User | Count |
---|---|
48 | |
30 | |
18 | |
17 | |
15 |