Forum Discussion

morani's avatar
morani
Helper I
1 year ago
Solved

basic question regarding Power BI Relationship (compared to join in SQL)

HI,   Coming from the SQL world, I have a question regarding "relationship", is it like "join" in SQL? If it is, what would be the equivalent in "relationship" to inner join/ outer join?   Thanks...
  • andrewsommer's avatar
    andrewsommer
    1 year ago

    No, in the model view on the basic left outer is a possibility.

    The best way to join tables is always by leveraging physical relationships in the data model, because it results in simpler and faster DAX code. While there are other techniques using DAX, these techniques are more expensive from a performance point of view and also result in a more complex DAX code.