Forum Discussion

janfcarl's avatar
janfcarl
Helper I
4 years ago
Solved

How to update data sources of datasets programmatically

Hi, I am trying to update data sources of datasets in a workspace, with API v2. I use C#. My code is   powerBIClient.Datasets.SetAllDatasetConnectionsInGroup(workspaceId, datasetId, new Connection...