Forum Discussion

PavelR's avatar
PavelR
Solution Specialist
6 years ago
Solved

Powershell Power BI Activity Log with Azure Storage

Hi,

 

I have been struggling with downloading of Power BI Activity Log and combining it with Azure Storage.

 

I have created a Powershell script where I download PBI Activity Logs for a specific time frame and store it on my local PC. Everything works fine.

 

Then I use exactly the same command and combine it with Azure Storage (I wanna upload that Activity log to Azure) but I am getting a weird error message.

 

 

I have as well tried for instance to get a number of workspaces that I can access or things like that. However, I receive the same error.

 

Does anyone know how I can make it work together with Azure?

 

Cheers,

Pavel

 

  • I have solved this issue. I execute this script with

    Powershell -noprofile

    right now and everything is safe and sound.

     

    Pavel 

1 Reply

  • PavelR's avatar
    PavelR
    Solution Specialist

    I have solved this issue. I execute this script with

    Powershell -noprofile

    right now and everything is safe and sound.

     

    Pavel