Forum Discussion
Anonymous
2 years agoNot applicable
PBI Desktop Append Queries
I have one file in transform data from SQL (Table A) and another in Excel format (Table B). I am attempting to append (not append new) as there are measures already written in Table A. When I appen...
Anonymous
2 years agoNot applicable
Thank you!
columns names are identical... I wonder what else it could be?
and
Table B
- eliasayyy2 years ago
Memorable Member
hmm thats odd, try those:
Ensure Consistent Column Names:
- Make sure that the columns in Table A and Table B have the same names and data types, especially for the columns that you want to append.
Clean Up Data:
- Before appending, ensure that both tables are cleaned up and contain only the necessary data.
- Check for any empty rows or columns in both Table A and Table B and remove them.
Data Types and Transformations:
- Verify that the data types of corresponding columns in both tables are compatible. If needed, apply data type conversions or transformations to make them match.