Forum Discussion
Update Power BI Model from the SQL Server
Hi tmhalila
"Select Related Tables" works when you have tables with primary key and foreign key relationships exist in the database. for example, if you have product, product category tables in db and both has product key or product category key like primary and foreign key then if you choose product table and select related tables then product category table automatically selected for you.
Thanks
Hari
If I helped you, click on the Thumbs Up to give Kudos.
My Blog :: YouTube Channel :: My Linkedin
- tmhalila4 years agoResolver II
Thank you for the reply and by saying so this works similarly to the two options in Data Load even if I uncheck.
- Hariharan_R4 years agoSolution Sage
Hi tmhalila
Relationship within Power BI will be based on the name of the columns across tables and data type. if you have product key in both product and product category table then relationship will be created automatically if those check boxes are enables. If not then we need to manually create a relationship between the tables.
Thanks
Hari
Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.
My Blog :: YouTube Channel :: My Linkedin- tmhalila4 years agoResolver II
Sorry if I am not getting to you quickly.
From my scenario, I have unchecked the two boxes in the relationship part but once I select the "Select related Table" button then the new table creates a relationship with the available tables.Now, my question is the relation created automatically by Power BI? or is the one coming from Database Server ..... NOTE I am importing data from the SQL Server and I need the relationship from the Server not manually created in Power BI.