Forum Discussion
Power BI Custom Visual - Web API for edit the data of excel data source
Hi Guys,
I'm developing a powerbi custom visual.
There I need to edit the data pieces of individual cells of the excel data source bound with the visual.
I was just researching on that, and found an API endpoint as below.
https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/update-datasources
But it doesnt support to edit the data cells, support only to update the entire data source by changing its connection string properties.
Please advice me if any of you got to know a way of editing each data cell value by calling an API or some other way.
That way sould be feasible to call an api from the coding of visual or some other programatical way within the visual, not via the powerbi online portal or desktop application.
Thanks in advance.
Lasanths