Kiran M
Kiran M

Reputation: 11

Power BI - Update Connection Strings via API for AWS Redshift

Here is what we are planning to achieve:

I'm a Newbie to Power BI.. Seeking some guidance...

So, what information we seek is how to point a report developed against a certain AWS Redshift environment point to a different AWS Redshift?

Report Configuration Screen

Upvotes: 1

Views: 708

Answers (1)

Prathako
Prathako

Reputation: 91

You need to parameterize your connection information https://learn.microsoft.com/en-us/power-bi/service-parameters. Use those parameters for server connections, and build the dataset again before publishing it.

you can then update those parameters by https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/updateparametersingroup

Upvotes: 0

Related Questions