Forum Discussion
Anonymous
3 years agoNot applicable
Scaling Multi-tenant Solutions using Service Principal Profiles / Datasource POSTGRESQL
Salut, Je travaille sur un projet d'intégration de rapport POWER BI pour une application web. L'architecture est multi-tenant avec des bases de données postgreSQL. J'ai du mal à savoir s'il est poss...
Anonymous
3 years agoNot applicable
Hi v-jianboli-msft,
Thank you for all this documentation and sorry for my unclear question.
The problem is : I can't pass the schema parameter like this :
pbiClient.Datasets.UpdateParametersInGroup(workspace.Id, datasetId, updateRequest)
Its because the shema parameter doesn't exist in the parameters of the datasource.
The only parameters that I can change are :
- DataseName
- DabaseServer.
But in the BDD one tenant = one schema.
Do you know how I can update schema parameters with PowerBI API ?