Forum Discussion
Values are not displayed when combining tabala
Syndicate_Admin could you send screenshot of how you make relationship between tables?
Is it in Power Query using Merge option or in data model using relationships?
If you use Merge option in Power Query, there is option to choose full outer join which will return you all the rows from both tables (both matchin rows and non-matching rows).
If you need full outer join using dax, here are some examples:
https://community.fabric.microsoft.com/t5/Desktop/full-outer-join-in-dax/m-p/540609
https://www.cloudfronts.com/blog/power-bi/full-outer-join-using-dax-in-power-bi/
Cheers,
Nemanja Andic
- Syndicate_Admin2 years ago
Administrator
Hello, thanks for responding.
I didn't merge table, I just made the relationship in Model View "Reference" is PO in my doc Export and that I related to "PO" in PR-PO ControlCan I visualize without combining the tables or do I need to combine them?