Forum Discussion
Merging Queries and then Pivoting?
- Anonymous5 years ago
Hi Anonymous ,
According to the test, when you refresh in Excel, both your original table A and original table B will be refreshed, and the new table AB formed by combining the original table A and the original table B will also be refreshed.
And P_A and P_B formed by Pivoting will also refresh the data, and the merge of P_A and P_B into a new table P_AB will also be refreshed.
If you want to keep all related rows of the Table1Value and Table2Value columns, you can use the JoinKind method of Full Outer in the merge to keep it.
Both the merging and pivoting steps are implemented after the data is loaded.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous , Unpivoted/merge is the step added on the table you added to power bi, then they should continue work with refresh or new data
If I'm understanding your response correctly, you're saying that if I unpivot my original tables and then merge as a new query, even though they won't have a relationship with that new table except through that merge, then my data will continue to load as it's updated and refreshed?