Power BI refreshing and publishing RPA

I have a power BI file that has to be manually refreshed and published to update it in the workspace (our BI admins will not provide a gateway to do this automatically for various reasons). I know this issue will come up with other programs that we need to automate but I am unsure how to phrase my issue to find a solution from past posts.

I am able to open the file, refresh the data but when I click publish, I get a popup asking if I want to save.

How can I get UiPath to click on the save button? I do not have access to CV. It treats this popup like a new instance of PowerBI and thus does not see a save button in my original application activity.

@michael.mayer

Indicate this pop up as a separate window and then try to click

Alternately before closing you can send ctrl+s hotkeys to save it and pop up also might not come

Cheers

Since I don’t have Power BI desktop in my machine - I tried similar for excel popup

With use application and click - It is working fine. Please try similar for Power BI as well