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
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 🙂
Solved! Go to Solution.
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"})
Thank you!!
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"})
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 5 | |
| 5 | |
| 4 |