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.
Hello, I have the following model in Power BI :
Dimension tables :
Fact tables :
In my report I have segments for Product Category and depending on the page, I will have 1 filter for Year or 1 filter for Month.
When creating the relationship between my D_Date and F_KPI_Yearly on column "Year" (Many to Many), I have the following error:
Upon trying again I had this error in a prompt :
There are ambiguous paths between 'F_KPI_Yearly' and 'D_Date' :
'F_KPI_Yearly' -> 'D_Date' and 'F_KPI_Yearly' and 'D_Products' -> 'F_KPI_Yearly' -> 'D_Date'
What is the reason behind this error? How can I fix it?
Thank you in advances
Solved! Go to Solution.
Hi @pr92
By the looks of it, you are using relationships that travel in both directions. Change the direction of your relationships to single from Dimension to Fact tables.
Hi @pr92
By the looks of it, you are using relationships that travel in both directions. Change the direction of your relationships to single from Dimension to Fact tables.