Forum Discussion
EllianHs
3 years agoFrequent Visitor
PowerBi Append two table with error message "Expression.Error: The field 'xxx' already exists
Hi I started getting errors this week (3/13/2023) when processing append tables in power query. The message descrinbes there is a certain field has exist but from my understadning, when appendi...
- 3 years ago
Does adding Table.StopFolding(<<table>>) around both tables still result in an error?
I.e.
Table.Combine({Table.StopFolding(<<table>>), Table.StopFolding(<<table>>)})
Also, what version of Power Bi (or Excel) are you using?
artemus
3 years agoMicrosoft Employee
Does adding Table.StopFolding(<<table>>) around both tables still result in an error?
I.e.
Table.Combine({Table.StopFolding(<<table>>), Table.StopFolding(<<table>>)})
Also, what version of Power Bi (or Excel) are you using?
EllianHs
3 years agoFrequent Visitor
Yes, it works !! :). I have Version: 2.114.864.0 64-bit (February 2023).