Forum Discussion
abdulmannan1991
Helper II
6 years agoDelete Column from Backend Data
Hello. When I try to refresh the Pbix file after deleting a column (say, 'Vendor') from the backend Excel file, it doen't refresh properly and throughs an error that the column 'Vendor' was not found...
- 6 years ago
Hi,
Please try to remove this:
{"vendor", type text},See blue line as below:
Hope this helps.
Best Regards,
Giotto
abdulmannan1991
Helper II
6 years agoPlease access a small test data using following link: https://we.tl/t-SFdnV5KKFg
It has got a pbix file and a reference Excel dataset. How do we delete the column 'Vendor' in Excel file and then refresh the Pbix without any error?
I also opened the Advanced Editor but unsure what code needs to be modofied.
v-gizhi-msft
Community Support
6 years agoHi,
Please try to remove this:
{"vendor", type text},See blue line as below:
Hope this helps.
Best Regards,
Giotto
- abdulmannan19916 years ago
Helper II
v-gizhi-msft That helped! Thank you.