Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
HI,
I have got Two tables of the Same Data (Same COlumns ), just the difference is between Past and Present Data.Each Table has about a million ROw,
is there any way alternative rather than Append, is it possible to build a Data model
I am sorry if my question doesn't make sense
Table of same Data
Previous Year Data from _ DataBase
Current Year Data From - Sharepoint Folder
I just want treat them as single table without Appending it, is there any alternative than Append
HI @heygowtam,
If they has the same data structure, you can create a new query table with Table.Combine funciton to reference and combine two table records. Then you can turn off the source query tables loading in query edit and only load the merged table records.
Table.Combine - PowerQuery M | Microsoft Learn
Regards,
Xiaoxin Sheng
Hi @heygowtam,
Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.
If these also don't help, please share more detailed information to help us clarify your scenario to test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
@heygowtam , Create a common dimension and date table and join them with the common dimensions. They you can analyze data together , you can add measure from both tables in a measure to have data in one one measure
Refer to this, but this approach to create dimension is not suitable for your data size, bring it from the source
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.