Forum Discussion
How to delete a column in a Push API dataset?
- 1 year ago
Hi. I'm not an expert in push datasets but I think you can do it with the Power Bi Rest API. You can use powershell or any code language like python.
The request is this one: https://learn.microsoft.com/en-us/rest/api/power-bi/push-datasets/datasets-put-table-in-group
I says it let you update the schema. Maybe that is what you need now.
I hope that helps,
P/D Consider that push datasets will be deprecated at 2027. It was announced.
Hi. I'm not an expert in push datasets but I think you can do it with the Power Bi Rest API. You can use powershell or any code language like python.
The request is this one: https://learn.microsoft.com/en-us/rest/api/power-bi/push-datasets/datasets-put-table-in-group
I says it let you update the schema. Maybe that is what you need now.
I hope that helps,
P/D Consider that push datasets will be deprecated at 2027. It was announced.