Forum Discussion
Anonymous
6 years agoNot applicable
Right Outer Join
Hi Experts, Is it possible to do the right outer join in the power bi Data model? SELECT * FROM attendance a right outer join student b on a.student.id=b.studentid
- 6 years ago
Anonymous
Refer merge
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
If it is dimension side , use show values with no data in Visual
If it is on fact side add +0 to formula
- Anonymous6 years ago
in edit query mode, reverse the steps.
amitchandak
6 years agoSuper User
Anonymous
Refer merge
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
If it is dimension side , use show values with no data in Visual
If it is on fact side add +0 to formula