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.
I have 2 fact tables, both which have a relationship to 1 date table. I need to be able to have 1 fact table filter the other fact table.
How can I do this?
Hey @bryn987 ,
one way you can achieve this is to set the cross-filter direction of the one-to-many relationships between the data and fact table to both. This enables the fact table to filter the other fact table via the date table.
Please be aware that the bi-directional cross-filtering is considered not being a best practice, for this reason do some research.
Hopefully, this helps to tackle your challenge.
Regards,
Tom