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,
When I am trying to create a relationship between two data tables, I keep getting the below outcome.
Can anyone suggest what I need to do here please?
Thanks
Solved! Go to Solution.
Hi @timward10 Could you check for multiple relationship paths between DIM_CALENDAR and DIM_DeliveryCustomer via intermediate tables. Deactivate unnecessary relationships or change them to single-direction to avoid ambiguity. Use bidirectional filtering cautiously, as it can cause circular filtering issues. Another way is to create calculated tables or measures to manage filtering explicitly without relying on automatic propagation.
Hi @timward10 Could you check for multiple relationship paths between DIM_CALENDAR and DIM_DeliveryCustomer via intermediate tables. Deactivate unnecessary relationships or change them to single-direction to avoid ambiguity. Use bidirectional filtering cautiously, as it can cause circular filtering issues. Another way is to create calculated tables or measures to manage filtering explicitly without relying on automatic propagation.