Forum Discussion
JimmyCeron_PBI1
5 years agoFrequent 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 handl...
- 5 years ago
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.
lbendlin
5 years agoSuper 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.