Forum Discussion
Issue with Joins
- 2 years ago
DividTorte first of all it is not a best practice to have many to many relationships between tables and also cross filter direction set to both is a bad idea.
The best way is to create 3 dimension tables for each column and then use that to set relationship with these two tables, and then you can easily view the data at any dimension from these tables. Learn more about star schema here. Understand star schema and the importance for Power BI - Power BI | Microsoft Learn
DividTorte first of all it is not a best practice to have many to many relationships between tables and also cross filter direction set to both is a bad idea.
The best way is to create 3 dimension tables for each column and then use that to set relationship with these two tables, and then you can easily view the data at any dimension from these tables. Learn more about star schema here. Understand star schema and the importance for Power BI - Power BI | Microsoft Learn