maikvandergaag / msft-extensions

Repository for extensions mainly used for Azure DevOps Extensions
https://msftplayground.com
MIT License
126 stars 81 forks source link

Power BI Action: Update Parameters for Multiple datasets #424

Closed dileeprajam closed 1 year ago

dileeprajam commented 1 year ago

For which extension would you like to add a feature request? Power BI Actions 2 Question I am using Power BI Action to deploy my PBIX files via Azure DevOps. I want to set same server and database connection parameters for different reports.

I am getting "Cannot bind argument to parameter 'DataSet' because it is null." at Power Bi Action: Take Ownership

i have passed "Dataset1; Dataset2" as value for the datasets variable defined for the task

Can you please help me with this issue

ctimoftey commented 1 year ago

Hi Dileepraja,

I think inside the Take Ownership action you cannot pass "Dataset1; Dataset2" but only one "Datasetsomething" Look at the example

TakeOwneship

But you have the option to takeover all the datasets within the workspace

dileeprajam commented 1 year ago

So either One or all datasets can be updated. Is there a plan on adding a feature to update multiple datasets?

maikvandergaag commented 1 year ago

related to feature request #427 closing this issue for now