Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 41 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 62 | |
| 31 | |
| 26 | |
| 25 |