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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Refresh Dataset (Databricks Data) new Columns missing

Hello together,

we are using a Lakehouse Architecure. The data ist stored in a datalakte. With Datrbicks we are creating the tables (SQL Queries). The Report is build with power bi. 

 

When I add a column in the query in databricks the new column wont appear after an sheduled refresh in the power bi service.

I have to download the dataset. Refresh it in Power BI Desktop (the column appear) and then republish it to the power bi service.

 

Does somebody has the same problem or knows a solution?

 

Greetings 

Alex

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Good Morning @GilbertQ ,

I have got an answer in an Microsoft Partner Group. 

"Data model metadata changes need to be initiated by a deployment every time. Either be opening in PBI Desktop and publishing, or by using any other way to publish using XMLA endpoints in Premium."

So we have alway to repusblish.

Greetings

Alex

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Good Morning @GilbertQ ,
thanks for your reply. No I do not specify columns in the sql query. Thanks for your advice we never had an issue with additional columns but I will keep that in mind.

 

Greetings

Alex

GilbertQ
Super User
Super User

Hi @Anonymous 

 

Are you specifying the column names in your SQL Query or using "Select * from table"?

 

I would always suggest using selecting the column names from the tables. This ensures that nothing breaks if there is an additional column added.

 

This also means if a new column is added to the underlying table you would then need to modify the SQL query in PBI Desktop, but this will ensure doing it this way that nothing breaks further down the line that you are unaware of.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

Anonymous
Not applicable

Good Morning @GilbertQ ,

I have got an answer in an Microsoft Partner Group. 

"Data model metadata changes need to be initiated by a deployment every time. Either be opening in PBI Desktop and publishing, or by using any other way to publish using XMLA endpoints in Premium."

So we have alway to repusblish.

Greetings

Alex

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors