Closed anupkosh closed 7 months ago
Could you share more info for example log files?
Waiting for the response. https://github.com/maikvandergaag/msft-extensions/labels/needs-reply
Hi @anupkosh the label "needs-reply" is a internal thing that's why it was removed. If I look at your log images it seems that it does not find the report.
Could you maybe share the files?
Thanks for your response. Specific PowerBI report is already deployed to the respective workspace successfully using the CICD Pipeline tasks - Power BI Actions : Publish(Ver: 5.4.48). Once after the report got uploaded the parameters for the specific report are not getting updated. In the UpdateParameter task , I've selected the checkbox "Update all datasets in workspace the dataset name will be ignored" but no luck. (FYI. Initially I've unchecked this and tried, but no luck) Please find the below screenshot to show you the tasks that I have used in the CICD Pipeline. Please let me know how to proceed further. Thanks.
Please also share the log file for us to investigate
Hi Maik,
Please find the log files attached.Please review it and let me know how to proceed further.
Thanks & Regards, Anup Koshy Jacob
On Wed, Feb 14, 2024 at 9:07 PM Maik van der Gaag @.***> wrote:
Please also share the log file for us to investigate
— Reply to this email directly, view it on GitHub https://github.com/maikvandergaag/msft-extensions/issues/530#issuecomment-1944081749, or unsubscribe https://github.com/notifications/unsubscribe-auth/BGEDCCX4NZCA2IWUDHUR5YDYTTK3NAVCNFSM6AAAAABDGUYCASVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBUGA4DCNZUHE . You are receiving this because you were mentioned.Message ID: @.***>
Waiting for your response.Thanks
Hi @anupkosh: sorry can't see the log file
Yesterday I've sent the logs from my mail id to this email id : reply+BGEDCCWLYCDW3R7ZQPS2EMOD3IILNEVBNHHH6G4ELE@reply.github.com.
Could you please check your email and confirm?
Checked they are not there.
Hi Maik, Please find the attached log files.
Thanks.
On Wed, Feb 14, 2024 at 9:58 PM Anup Koshy Jacob @.***> wrote:
Hi Maik,
Please find the log files attached.Please review it and let me know how to proceed further.
Thanks & Regards, Anup Koshy Jacob
On Wed, Feb 14, 2024 at 9:07 PM Maik van der Gaag < @.***> wrote:
Please also share the log file for us to investigate
— Reply to this email directly, view it on GitHub https://github.com/maikvandergaag/msft-extensions/issues/530#issuecomment-1944081749, or unsubscribe https://github.com/notifications/unsubscribe-auth/BGEDCCX4NZCA2IWUDHUR5YDYTTK3NAVCNFSM6AAAAABDGUYCASVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBUGA4DCNZUHE . You are receiving this because you were mentioned.Message ID: @.***>
Just now I've sent the log files to the email id mentioned in earlier chat. Could you please check it and confirm?
Still not there try sending it to info at msftplaygound dot com
I've sent the logs file to info at msftplaygound dot com. Could you please check it and confirm.
Thanks
Still waiting for your response. Thanks
Hi @anupkosh: Two things:
Please find the attached logs. Thanks.
Please let me know if any update after reviewing the logs. Thanks.
Hi @anupkosh,
We use following api call on the datasets to retrieve the current parameters: https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-parameters
If we have replaced values and if the parameter names are correct. We use this api call: https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/update-parameters
To update the parameters. As the update call is not beign peformed there can be two problems. No found parameters on the dataset or the names are not correctly supplied. Are you maybe able to check by running the powershell locally or doing the api calls?
Same issue for my side also. i am able to update using powershell call but not from task.
Could you share the code you used?
@maikvandergaag / @anupkosh Also i am looking for some suggestions for automating jobs :
1 . uploading reports and datasets
is my order correct or any changes are required ? i am having little doubtful about 4 & 5 points about order is correct or only update gateway is fine?
Some time connections are not mapping automatically and we need to select from drop down from setting . please guide here.
Please find logs and task.
NOTE : same json is working using powershell.
Could you share the peace of powershell that worked for you? To see if there are differences.
before there are 2 apis for fetching data set and workspace id
What result do you get when calling this api? https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-parameters
I have a change available in Beta. Would you be able to test? I then need your organization URL to give you access to the beta version.
What result do you get when calling this api? https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-parameters
giving exisitng parameters in dataset
giving existing parameters in dataset
Closing issues due to no response?
Issue fixed in new release
Describe the issue Power BI Report Parameters are not getting updated after the successful execution of the Azure DevOps CICD pipeline using the Pipeline tasks - Power BI Actions : UpdateParameters(Ver: 5.4.48).
Extension