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

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

Reply
Elie_HUCHET
Helper III
Helper III

Data export problem, rename column

Hello,
I have a problem with my export from Excel to Power Query.

When I created the PBI, the column in my Excel was called "Product Type" now it's called "Product". Therefore, Power Query shows a problem for the export.
My question is how to make the software now take the "Product" line instead of "Product type".

 

Thanks 🙂

1 ACCEPTED SOLUTION
Vijay_A_Verma
Super User
Super User

Best way is that wherever Product Type is mentioned, change that to Product.

If you don't want to do above, insert the below statement after the source statement

(Right click on Source in Applied Steps pane, Insert Step After and paste the below in formula bar)

Table.RenameColumns(Source,{"Product","Product Type"})

 

View solution in original post

2 REPLIES 2
Elie_HUCHET
Helper III
Helper III

Thank you!!

Vijay_A_Verma
Super User
Super User

Best way is that wherever Product Type is mentioned, change that to Product.

If you don't want to do above, insert the below statement after the source statement

(Right click on Source in Applied Steps pane, Insert Step After and paste the below in formula bar)

Table.RenameColumns(Source,{"Product","Product Type"})

 

Helpful resources

Announcements
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 Kudoed Authors