Forum Discussion

Caseyjones's avatar
Caseyjones
New Member
2 years ago

Linking tables cascade

Hello Community! πŸ™‚

I'd like to solve a problem. I do hope you can help me. πŸ™‚

I have two tables.
Table Sales with the columns: CustomerID, Date, Product, turnover.

Table Customer with the columns: CustomerID 1, CustomerID 2, CustomerID 3, Customer Name.

The CustomerID in the Sales table is to be searched for in the Customer table, first in column CustomerID 1. If it is not found, then in column CustomerID 2 or further in CustomerID 3.

 

At the end I would like to have a linked table with the columns: ID, Date, turnover, Customer Name

 

In Excel with a VLOOK UP this works without any problems.
In Power Query (Power BI) I have my difficulties.

 

I have already found a solution, namely by placing CustomerID 1 to 3 one below the other. So I have depivotized them. But isn't that a bit inefficient?

 

I hope you have a better suggestion. πŸ™‚

Thanks a lot.


Stefan

1 Reply