Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hello Team,
We are looking for a Date Slicer option in Power Bi Desktop where the user would select from a list of Options like (Current shift , Previous Shift ,Week to Date etc ) coming from a Database Table which in turn should filter a date range from Data Table.
For eg : when user selects Current shift Start and End date would be today 7:00 AM to Today 7 PM based on time and site the user belongs to .
Data parameter custom table looks like this
Date table and Data table and 2 separate tables .
Could anyone help with filtering the data table which has a datetime column based on this range ?
Hi, @Anonymous
I see that you didn't reply amit, Does what he wrote don't meet your requirements?
I don't know if you can't write the code for Current shift and Previous Shift or you can't filter out this range in the data table by the time of the date table. Start and end columns are static?
Janey
@Anonymous , You can create a column like this you fact
Switch( True() ,
[Datetime] >= today() +time(19,0,0) && [Datetime] < today()+1+ time(7,0,0), "Current Shift",
[Datetime] >= today() +time(7,0,0) && [Datetime] < today() +time(19,0,0), "Previous Shift"
)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 4 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 8 | |
| 8 | |
| 7 |