Forum Discussion
Calculating a value using data in two separate columns
- Anonymous8 years ago
Anonymous,
In your PBIX file, I find that you create one-many relationship uising ISIN field between the Index table and Porfolio table. However, the Index table doesn't contain all the ISIN records of Porfolio table, you can review the following table visual. This is the reason why you don't get correct value of Portfolio Weight - Index Weight.
But for those match ISIN records, you can get correct number for Portfolio Weight - Index Weight.
Regrads,
Lydia
Anonymous,
In your PBIX file, I find that you create one-many relationship uising ISIN field between the Index table and Porfolio table. However, the Index table doesn't contain all the ISIN records of Porfolio table, you can review the following table visual. This is the reason why you don't get correct value of Portfolio Weight - Index Weight.
But for those match ISIN records, you can get correct number for Portfolio Weight - Index Weight.
Regrads,
Lydia
Hi Lydia,
Thanks so much for your help. Makes perfect sense and apologies that I didn't spot the error in my data.