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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
JimmyCeron_PBI1
Frequent Visitor

Power BI Deploy Data Model to Multiple Servers

Hello Community.

 

I have had success posting my troubles here for help and It has paid off, so thank you all very much! ; )

 

I am currently having an issue that I am not quite sure how to handle.  ; (

 

I builts a huge data model for one of our major clients; however, they have 3 different servers in which they host Dev, UTA, & Prod. The problem is  that the table name change in each of them. So if I point my data model to another server where table names are different but with the same data (eg. dev or UTA), my model will fail. My initial tought of duplicating the model and pointing to a different server would not work because the query in the model will have a table name that does not match the other dev  server .

 

So, i will have to create the model all over again for each environment dev and UTA while changing the name of the table in the query for each of them. This sound like a nightnare idea since my model is huge.

 

Pleaseee, if you all have any suggestion, solutions, or have run into this issue, let me know. There has to be another solution bacuse recreating the model again and manually change the name of tables in the query for each table sounds very rudimentary.

 

Appreciate any thoughts

 

Best,

 

; )

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

When your data model gets sufficiently large you will need to transition to using views instead of tables.  That way you can keep the same view names even if the underlying tables change names or structure.

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

When your data model gets sufficiently large you will need to transition to using views instead of tables.  That way you can keep the same view names even if the underlying tables change names or structure.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors