Forum Discussion
united2win
Helper III
7 years agoHow to link two tables together?
Hi, Any help will be greatly appreciated. I have the following table: Client Service Required Country Status Company A VAT Registration DE Closed Company A VAT Registration ...
- 7 years ago
In the second table it seems like you need to split your second column on the dash. Then you are going to need to do something to get the resulting second column from that split into rows, something like an unpivot or pivot. ImkeF should be able to help.
Anonymous
7 years agoNot applicable
Create a table with single unique values, probably with distinct Client names.
Then, create a link between them with cardinality one to many for both tables. Use this variable as the filter or variable in the matrix, and it will work for both tables.
PBI works better doing Star Structure for Databases. Look it up and understand the logic.
You can also watch videos from this page: https://www.youtube.com/watch?v=vjBprojOCzU (this video should help you)