-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Power Bi Action : Update Parameters #550
Comments
Could you share more info? The update parameters are in correct
Groetjes,
Maik van der Gaag
…________________________________
Van: Michael J. Oria ***@***.***>
Verzonden: Sunday, June 23, 2024 2:53:34 PM
Aan: maikvandergaag/msft-extensions ***@***.***>
CC: Maik van der Gaag ***@***.***>; Assign ***@***.***>
Onderwerp: Re: [maikvandergaag/msft-extensions] Power Bi Action : Update Parameters (Issue #550)
Hello - I am currently experiencing the same problem.
Here is my request body JSON:
{"updateDetails": [{"name":"DBServer","newValue":"testServer"}, {"name":"DBName","newValue":"testDB"}, {"name":"URL","newValue":"test.com"}]}
Are my JSON parameters correct?
If so -
API permissions on the App Registration is set to "Dataset.ReadWrite.All".
The pipeline succeeds, but no parameters are updated.
Please advise on next steps.
—
Reply to this email directly, view it on GitHub<#550 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACIXAE6FWLRNA3XA7WT4VJDZI3AM5AVCNFSM6AAAAABI2QJND6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBUHE3TOOBRGI>.
You are receiving this because you were assigned.Message ID: ***@***.***>
|
Hi Maik, Thanks for getting back to me. I resolved the issue, so I removed the comment as it was a user error. Quick question: Is it possible to set the refresh schedule and DataSource for multiple datasets at once or will that need to be a Feature Request? |
That is a feature request |
Can you please share what was the user error, I am also facing similar issue and unable to update parameters for workspace in power bi service. |
Describe the issue
Our requirement is to deploy PBI report to Test and Prod environments from Dev, As part of that we have a deployment pipeline created, and assigned three workspaces to three environments. Then using task deploy content we have moved one report to test environment and used Power Bi action take ownership which also worked fine and as a result service principal took over the dataset. Finally i have used Power Bi action Update Parameters to change the data source parameters (server name and database name) in test environment. However this task also succeeded but failed to update parameters in Power BI. Devops pipeline is succeeding and parameters are not being updated.
**Extension **
Expected behavior
For the Power BI dataset, Parameters like database and server should be updated in the data source settings.
Situation
Log info
ReleaseLogs_157.zip
Additional information
Can you please help on this?
The text was updated successfully, but these errors were encountered: