Forum Discussion
Schema change in database
Hi Anonymous ,
What do you mean by model change here when a new column is added?
Will your relationships within the tables change when new columns are introduced?
Can you add more details please?
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Thanks,
Pragati
Hi,
There wont be any impact in the relations at the model level in Power BI.
Example:
I have the following fields in the database:
| StatusID | CompanyId | Field1 | Field2 | Field3 | Field4 |
| 1 | 67 | Arizona | Uganda | Brazil | India |
This structure can change any time a new field is added in the table.
I have created a procedure to handle that at the database level.
Now, when I imported the table in Power BI desktop, it had only the above fields. If new Field5 is added at DB level, without doing changes in the model, is it possible that Field5 shows up in the Desktop.
I am a newbie in Power BI so may be I am not using the right terminologies.
But this is what I want to know if it is possible to do in PowerBI desktop.
Thanks.