Forum Discussion
Issue with merging data while using Power Bi for SEO
Hi Kid_Koala,
You can use the merge option in edit queries.
Go to Edit queries -> Combine -> Select "Keyword" column as the key from both the tables.
And then expand the table by clicking on the icon next to new column post merge.
Hope this help :)
-Sumit
( sumit4732 )
Hi mate,
The problem with you approach is, when I do it like this, I've got two columns with keywords: from table 1 and from table 2.
It looks like:
keywords table 1 Position table 1 keywords table 2 Position table 2
A 10 A 20
B 11 B 21
C 12 C 22
D 13
E 14
I want to merge duplicates in keywords, but the best solution I found until now is to 'Merge tables' by keyword, so I get like:
Keywords position 1 position 2
A 10 null
A null 20
B 11 null
B null 21
C 12 null
C null 22
D null 13
E null 14
Then, I just click 'Delete Duplicates' on a column with Keywords, but it kills all the rows in position 2 with numbers, turning it into 'null'. I tryied to 'delete empty rows' in position 2 column, but it both didn't execute and seems like nonsense to me.