Hi All,
I have the following data that I put in to the table:
PortfolioID | SellerID | BuyerID |
1111 | 5553 | 6112 |
1111 | 2118 | 5553 |
1123 | 5559 | 6088 |
1828 | 6169 | 3509;5375 |
2494 | 1672;6057 | 4062 |
2961 | 5649 | 5648 |
2500 | 4726 | |
2653 | 6112 | 5026 |
1111 | 5553;6112 | 1433 |
This table contains Companies (PortfolioID) that are sold or bought by a PE Houses (Seller and Buyer). I would like to create a Portfolio table which contains only Buyers who did not sell a company and holds it. E.g.: the company 1111 should not be shown in portfolio of the PE House 6112. (bought in the first row and sold in the last row).
Any ideas how can I solved this Power Bi?
Thx