Forum Discussion
butterscotch
Helper II
2 years agoCan’t determine relationships between the fields
Hello, Above are the tables that has relationship , Project is the primary table(Column index is the primary key) and table (Project_Details,Duration and Manual) contains index column as the ...
PijushRoy
Community Champion
2 years agoHi butterscotch
Please check, there are two-way relationship between, Project & duration, Project & Manual
I am not sure, but you can insert both way relationship with Project Details table not Project table
Anyway, with your existing relationship
If you 1st bring the column from the Duration table (1.1 relationship), then if you add a column from Project or Manual table or project details table, this is work.
But try to change the relationship in your data model. If Project details is Fact table, try to connect DIM table with Fact table
butterscotch
Helper II
2 years agohm i dont quite understand your explanation
- PijushRoy2 years ago
Community Champion
Hi butterscotch
Can you please share link for sample pbix file
or sample data for 4 tables
and what is the visual you are looking for (screenshot)