Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi All ,
I have few issues with Append work ,
Row Number 7 is the new table to append inRdong Table ,
It shows null text while create another Column RM Code at the right hand size. Actually in Rdong table , RM code stays in the first column already. the Column of each tables are matched.
Can you please assisst me on this case ?
Thanks with Best Regards,
Leakna Hang
Solved! Go to Solution.
Hi @Chanleakna123,
From the screenshot, the most left column is named RM Code, while the most right column is RM COde. In Query Editor, it's case sensitive. So when you append queries, column RM Code and column RM COde are treated as different columns.
You can modify the column name RM COde to RM Code then append again.
Best Regards,
Qiuyun Yu
Hi @Chanleakna123,
From the screenshot, the most left column is named RM Code, while the most right column is RM COde. In Query Editor, it's case sensitive. So when you append queries, column RM Code and column RM COde are treated as different columns.
You can modify the column name RM COde to RM Code then append again.
Best Regards,
Qiuyun Yu