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,
I am trying to build a date slicer that allows the user to select a date range using a date hierarchy Year, Quarter, and Month but also give them the options to select a specific date range. At the moment I have two date slicers one for the hierarchy described above and one to select the date range by day.
How can I get these two to sync when the other is selected? I have tried sync slicers and their interacrtions are set to filter eachother but I haven't had any luck. Any help is greatly appreciated.
Hierarchy Slicer
Slicer by Date range
Solved! Go to Solution.
Hi @nbs33
Select Hierarchy Drop-down slicer, and try "Edit Interaction" function in Format. Select Filter icon in your range date slicer.
For reference: Change how visuals interact in a Power BI report
Then you can filter it by Hierarchy Drop-down slicer.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @nbs33
Are the Date fields you are using for the slicers the identical fields? For example, are you using the Table[Date] in both the Hierarchy Slicer and the Slicer by Date Range? Or are you using two different fields for each (i.e. Table[Date] and Date[Date])? If you are using the latter, you need to ensure you have a one to many relationship from Date[Date] to Table[Date].
Look forward to hearing from you.
Theo
If I have posted a response that resolves your question, please accept it as a solution to formally close the post.
Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!
Want to connect?www.linkedin.com/in/theoconias
Hi, thank you for the response. I am using the same date table for both. The date hierarchy is definded as 'Dates'[Year],'Dates'[Quarter],'Dates'[Month], and 'Dates'[Date] in this order, while the other slicer is just 'Dates'[Date].
Hi @nbs33
Select Hierarchy Drop-down slicer, and try "Edit Interaction" function in Format. Select Filter icon in your range date slicer.
For reference: Change how visuals interact in a Power BI report
Then you can filter it by Hierarchy Drop-down slicer.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.