Azure – Persist Power BI Data source Credentials
I created a REST API that is responsible for updating the data source of the specific report and then refreshing it. API to update the datasource: https://api.powerbi.com/v1.0/myorg/datasets/{datasetId}/Default.UpdateDatasources API to refresh the dataset: https://api.powerbi.com/v1.0/myorg/datasets/{datasetId}/refreshes When I try to refresh the dataset,…