- Can we change content of Power BI report using Power BI REST API, say in some report 'Col A' has been used and I want to change it to 'Col B'. 'Col A' and 'Col B' are in same dataset and same table.
- In updatereportcontent API, what can be the possible value of sourcetypeenum apart from 'ExistingReport'?
https://docs.microsoft.com/en-us/rest/api/power-bi/reports/updatereportcontent#sourcetypeenum
I am using Power BI native application to do this task.