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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I need to filter my date table based on the MIN and MAX dates from another table.
I have a slicer for the date table and have created measures for the MIN and MAX dates from the other table:
DATE Filter Begin = MIN('Other Table'[DATE])
DATE Filter End = MAX('Other Table'[DATE])
Is it possible to filter the slicer based on these measures?
Thanks!
Solved! Go to Solution.
Hi @ConnieMaldonado ,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
Other table:
(2) We can create a table [SlicerDates] and place the table's date field on the slicer.
SlicerDates = CALENDAR(MIN('Other Table'[Date]), MAX('Other Table'[Date]))
(3) Then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Wow! I would have never thought of that and didn't think it possible. Thank you!
Hi @ConnieMaldonado ,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
Other table:
(2) We can create a table [SlicerDates] and place the table's date field on the slicer.
SlicerDates = CALENDAR(MIN('Other Table'[Date]), MAX('Other Table'[Date]))
(3) Then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 80 | |
| 62 | |
| 50 | |
| 45 |