Join 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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi everyone,
I'm working on a Power BI report with contact center data (MS SQL Server database). I've created a report with durations (available, on queue, etc.) and other details.
My Goal:
I want to create a custom date slicer similar to the approaches shown in these resources:
What I've Done:
Attachment:
https://drive.google.com/file/d/1QH416a-Z3IwH_TRWbGc0C2Vjoaa--mF_/view?usp=sharing
https://drive.google.com/file/d/1HYw0DC5s56FOiAW3is0XGJ1f0_LGby7s/view?usp=sharing
Further Requirements:
I'd like to expand the custom date slicer options beyond a single date selection to include pre-defined periods like:
Request:
Any guidance on achieving these additional date range options within the custom slicer would be greatly appreciated. I've attached my sample data and Power BI file for reference.
Solved! Go to Solution.
Hi, @manoj_0911
If you want to achieve a dynamic change in data, you need to avoid using Calculate Column, but you can't filter Between-type slicers after using Measure, which is by design. In the video you gave, you can also see that the Youtuber does not use the Between type of Slicer, the following is my method (I can't change the date range of the Between type Slicer at will), I hope it will help you.
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hi, @manoj_0911
If you want to achieve a dynamic change in data, you need to avoid using Calculate Column, but you can't filter Between-type slicers after using Measure, which is by design. In the video you gave, you can also see that the Youtuber does not use the Between type of Slicer, the following is my method (I can't change the date range of the Between type Slicer at will), I hope it will help you.
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum