Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hi,
I have a table in which there can be a new field added at any point of time. No deletion or column name change will happen, just new fields.
I do not want to update the model everytime the schema is updated in the database. But the refresh should just directly bring in the new field in the table.
What is the solution for this. Is this possible?
Please let me know.
TIA.
Regards.
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.