Forum Discussion
powerbiexpert22
1 year agoImpactful Individual
data model peer review
- i need to peer review the data model created by developers, what factors i should consider while reviewing the data model , below is my understanding - developers should be aware of the bus...
powerbiexpert22
1 year agoImpactful Individual
Hi Kedar_Pande ,
who (business or data engineering team) will tell developers which column should be used to join between two tables , example lead and opportunity tables can be joined by using opportunityid which is foreign key available in lead table). as per my understanding it should be someone from business side
Kedar_Pande
1 year agoSuper User
Yes, you’re correct: identifying which columns should be used for joins typically requires input from the business side or data engineering team, as they have a deeper understanding of the data’s context and relationships.
So, while developers handle the implementation, the decision about which columns to join usually rests with the business or data engineering teams.