Forum Discussion
Naru
10 years agoAdvocate I
How to give RelationShip
Hi All, I have total 4 tables Store(Storeid,StoreName),MonthTable(Month),Sales(Storeid,Month,Sales),Inventory(Storeid,Month,Qty). Now i want to give active relation store,month tables to sales an...
- 10 years ago
Try deleting all relationships and select autodetect.
PowerBIGuy
10 years agoResponsive Resident
If you goto Manage relationships the following relationships should be active.
From:Table(column) To:Table(Column)
sales(Storeid) Store(Storeid)
sales(Month) Month(Month)
inventory(Storeid) Store(Storeid)
inventory(Month) Month(Month)
Naru
10 years agoAdvocate I
Hi already i have tried same way , but it saying "Threre's alreay an active relationship between these two tables.You can deactivate relationship ,and make them as active " .
- PowerBIGuy10 years agoResponsive Resident
Try deleting all relationships and select autodetect.
- greggyb10 years agoResident Rockstar
Mark your relationships to be one-way not bi-directional.