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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
zivhimmel
Resolver I
Resolver I

How to remove a field?

Hi,

My question is simple - I need to remove a field because it no longer exists in the underlying database view.

If I just remove it, the next time I try to refresh, it fails because the field does not exist.

What am I missing?

As a temporary solution I've added the field again to the view, but I don't want it to stay if it isn't needed.

Thanks.

1 ACCEPTED SOLUTION

Thanks @Sean.

Actually it turned out that the right thing to do is just to drop the column in the database without making any change in Power BI.

When I tried to delete a field in Power BI, it got into the transformation sequence that runs when refreshing a table,

and it would fail because the column doesn't exist anymore, so cannot be removed.

So it's better to just drop it in the database without changing the model. Then the field would automatically be removed when refreshing.

 

View solution in original post

2 REPLIES 2
Sean
Community Champion
Community Champion

@zivhimmel

Say you want to do this with Column 2 - delete the highlighted part for the appropriate field in the Query Editor Formula Bar

then Close & Apply

 

Get Rid Of A Field.png

 

Good Luck! Smiley Happy

Thanks @Sean.

Actually it turned out that the right thing to do is just to drop the column in the database without making any change in Power BI.

When I tried to delete a field in Power BI, it got into the transformation sequence that runs when refreshing a table,

and it would fail because the column doesn't exist anymore, so cannot be removed.

So it's better to just drop it in the database without changing the model. Then the field would automatically be removed when refreshing.

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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