Forum Discussion
Lookup tables
- Anonymous2 years ago
Hi GoofyPete ,
As far as I know, this issue should be caused by the wrong activity relationship.
Generally speaking, there should be only one active relationship between two tables. If there is more than one relationship, it needs to be set as an inactive relationship.
So I think there may be another active relationship between DataTable and YesNoTable.
For example:
Relationship1: DataTable - YesNoTable
Relationship2:DataTable - TableA - TableB - YesNoTable
You can refer to the specific official documents to view the relationship model between the constructed dimension table and the fact table.
For reference: Create and manage relationships in Power BI Desktop - Power BI | Microsoft Docs
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi GoofyPete ,
As far as I know, this issue should be caused by the wrong activity relationship.
Generally speaking, there should be only one active relationship between two tables. If there is more than one relationship, it needs to be set as an inactive relationship.
So I think there may be another active relationship between DataTable and YesNoTable.
For example:
Relationship1: DataTable - YesNoTable
Relationship2:DataTable - TableA - TableB - YesNoTable
You can refer to the specific official documents to view the relationship model between the constructed dimension table and the fact table.
For reference: Create and manage relationships in Power BI Desktop - Power BI | Microsoft Docs
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.