Forum Discussion
How to fix table data to fill null values properly with Power Query
- 6 years ago
Hi Anonymous
Please see the attached file with a solution.
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
LinkedIn - 6 years ago
It's the correct strategy but the join step is incorrect. Either the data types are incompatible OR the tables were in the wrong order OR the wrong type of join is being used.
It should be a 'Merge as new' with Left Outer join kind , with the number table at the top (join on Index and Name and they should be same data type). Then expand the table column.
It's the correct strategy but the join step is incorrect. Either the data types are incompatible OR the tables were in the wrong order OR the wrong type of join is being used.
It should be a 'Merge as new' with Left Outer join kind , with the number table at the top (join on Index and Name and they should be same data type). Then expand the table column.
- Anonymous6 years agoNot applicable
Hey,
Thanks a lot! Your explanation clarfied quite a bit to me. I was not that far after all. This kind of guidance actually helps to learn yourself on how to do it.