Hi Everyone
I am trying to merge an AR table with a table of comments however I am currently duplicating the AR data when merging the tables therefore giving spurious results.
I have attached a sample of the data in an Excel sheet (what would be the source data) and also the PBIX file of how I am processing it. The Excel sheet has the two data tables on the AR_Data and AR_Comments tabs. The current keys between both tables are the invoice numbers and project codes.
The Intended_Results table is what I would like to achieve in PowerBI without duplicating the lines within the AR_Data tab but it doesn’t seem to work with the way I am merging the tables in PowerQuery.
As you can see within the PBIX file, the Balance gets duplicated for each invoice due to the several different comments which are merged from the AR_Comments table.
Therefore, any help on this would be greatly appreciated.
Thanks,
Nikesh
PBI Query Merge.pbix (66.4 KB)
AR Sample Data.xlsx (14.4 KB)