Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi
I have a number of reports that run from SQL Server tables that I maintain.
All my reports import the data and then they are synced through a gateway to online versions every night.
If I add a column to one of the source table then refresh the data in the desktop product, the refresh fails as the underlying data has changed.
Is there any way to get Power BI to see there is an additional column and add it to the available fields (maybe incremental refresh).
I'm not changing existing columns only adding new ones.
Thanks
Simon
Solved! Go to Solution.
I'm afraid power bi service will not add the new columns automatically, you need to open pbix and add the new column in query editor(advanced editor) and then publish to power bi service.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I'm afraid power bi service will not add the new columns automatically, you need to open pbix and add the new column in query editor(advanced editor) and then publish to power bi service.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks Jimmy
I have sort of solved the problem as well.
I was dropping the table in SQL and recreating it with a create table statement.
I found that if I add the field using 'Alter Table' and then refresh in Power BI, its fine with it.
Thanks for the advice
Simon
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 21 | |
| 18 | |
| 11 |
| User | Count |
|---|---|
| 56 | |
| 54 | |
| 43 | |
| 36 | |
| 34 |