This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Dear Expert - Need help from you.
| Table 1 | Table 2 | Combined Table | |||||
| Customer | ID | Customer | ID | Customer | ID | ||
| Just | 1 | Rock | 11 | Just | 1 | ||
| Imagine | 2 | Mick | 12 | Imagine | 2 | ||
| Test | 3 | fly | 13 | Test | 3 | ||
| Rock | 11 | ||||||
| Mick | 12 | ||||||
| fly | 13 |
Issue : When I refresh the Table 1 and Table 2 like below, I will see still old customer id's in the combined table. Can you please let me know how to fix the issue.
Output should be below Combined table But I am still getting ( Imagine,2 ) also which is not in table 1 and table 2 when I refresh the tables.
| Table 1 | Table 2 | Combined Table | |||||
| Customer | ID | Customer | ID | Customer | ID | ||
| Just | 1 | Rock | 11 | Just | 1 | ||
| Test | 3 | Mick | 12 | Test | 3 | ||
| Guru | 6 | fly | 13 | Guru | 6 | ||
| Raj | 7 | Jack | 113 | Raj | 7 | ||
| Rock | 11 | ||||||
| Mick | 12 | ||||||
| fly | 13 | ||||||
| Jack | 113 |
hi @Gururajv007
what is ( Imagine,2 )? If you operate it correctly, the issue should not arise.
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
and you should know that in edit queries(power query) each table will only preview show 1000 rows of data, so please check it in power bi data view to see the complete data
Regards,
Lin
Hi @Gururajv007 ,
Not sure on how you are appending data. You should usee "Append Queries" option on Table1 & Table2 in Edit Query.
The issue should not arise.
Remember the column names in Table1 & Table2 should be exactly same.
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
If this helps and resolves the issue, appreciate a Kudos and mark it as a Solution! 🙂
Thanks,
Pragati
@Gururajv007 , how you have appended it
In edit query
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
Or in Dax
union(A,B)
In both case after refresh only new Id should come in combined table
Hi - I did it in edit query.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 37 | |
| 29 | |
| 29 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 39 | |
| 33 | |
| 24 | |
| 23 |