Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
ashmitp869
Helper II
Helper II

PBI Data modeling - Combine from old system and new system ?

Hi,

 

I have few table like dimension - projects , ServiceManager

and Facts tables FactActuals and FactBudgets coming from SQL Server.

 

Now I need to combine new system data that is projects coming from Web .

 

But there are different tables, not exactly the same.

 

My questions is , Can I append the new projects to the existing PBI , if I can create same sturcture as my old project.

i.e dim oldProjects,oldServiceManager

Facts oldFactActuals with newFactBudgets ?

 

Any solution pls.?

 

1 ACCEPTED SOLUTION
ToddChitt
Super User
Super User

YES, you can! Do it in Power Query: Get the tables to have the same column names and data types as much as possible. Then do an Append Queries operation (your choice to generate a new query from the original two, or append one to the other). Lastly, disable the load of any source queries you don't need.

 

ToddChitt_0-1712797727074.png

 

Hint: For things like this, I like to add a custome column to each source query called "Source" and give it a literal value like "Old System" or "New System". That way, when you are looking at any one row, you know which system it came from.

Hope that helps.




Did I answer your question? If so, mark my post as a solution. Also consider helping someone else in the forums!

Proud to be a Super User!





View solution in original post

1 REPLY 1
ToddChitt
Super User
Super User

YES, you can! Do it in Power Query: Get the tables to have the same column names and data types as much as possible. Then do an Append Queries operation (your choice to generate a new query from the original two, or append one to the other). Lastly, disable the load of any source queries you don't need.

 

ToddChitt_0-1712797727074.png

 

Hint: For things like this, I like to add a custome column to each source query called "Source" and give it a literal value like "Old System" or "New System". That way, when you are looking at any one row, you know which system it came from.

Hope that helps.




Did I answer your question? If so, mark my post as a solution. Also consider helping someone else in the forums!

Proud to be a Super User!





Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.