Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I have PR, PO, and GR tables. Three tables are connected to the correct relationship. Now I want to connect the dim_date table to these tables, and one issue is that PR, PO, and GR tables have separate dates. I connected dim_date to the PR table date column but was not able to connect to the PO and GR table date columns. It shows an ambiguity problem. How to connect these tables without using USERELATIONSHIP.
Solved! Go to Solution.
Hi @Visharavana ,
As far as I know, Power BI Desktop allows only a single active relationship between two tables at a given time.
Currently, you want to create the relationship between PR, PO, GR and DimDate table.
From above sample relationship, we find that there are two active relationship between Date and PO.
DimDate -> PO
DimDate -> PR -> PO.
So Power BI will return error until you inactive one relationship.
For reference:
Understanding Ambiguity in Power Data Model - Microsoft Fabric Community
Create and manage relationships in Power BI Desktop - Power BI | Microsoft Learn
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.
Instead of having one dim_date table, create separate date tables for each of your tables (e.g., dim_date_PR, dim_date_PO, dim_date_GR). Each of these can have a many-to-one relationship with their respective tables based on their date columns.
Connect each date table to its corresponding table based on their respective date columns.
This approach avoids ambiguity and maintains clear relationships for each table.
If this helped, a Kudos 👍 or Solution mark would be great!
Cheers,
Kedar Pande
www.linkedin.com/in/kedar-pande
Thank you for your fast response.I want to use one date for the whole report. That's why I created dim_date. Your given idea does not fit this scenario because I want only one date column. That column filter used the whole report. Is there any other possible way?
Hi @Visharavana ,
As far as I know, Power BI Desktop allows only a single active relationship between two tables at a given time.
Currently, you want to create the relationship between PR, PO, GR and DimDate table.
From above sample relationship, we find that there are two active relationship between Date and PO.
DimDate -> PO
DimDate -> PR -> PO.
So Power BI will return error until you inactive one relationship.
For reference:
Understanding Ambiguity in Power Data Model - Microsoft Fabric Community
Create and manage relationships in Power BI Desktop - Power BI | Microsoft Learn
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.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 22 | |
| 22 | |
| 18 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 63 | |
| 50 | |
| 46 | |
| 41 | |
| 39 |