Forum Discussion
Grzy7316
4 years agoFrequent Visitor
New-PowerBIReport ignoring Timeout
I am trying to use the Power BI powershell Module to upload a power BI report to the service. I am running the following command New-PowerBIReport -Path "/Users/username/git/Data_PowerBI/PBI...
- Anonymous4 years ago
Hi Grzy7316
Try to add "$" before Timeout functio in your code
...-$Timeout = 999
Here are some blogs, I hope they could help you.
For reference:
Microsoft Power BI Cmdlets for Windows PowerShell and PowerShell Core
Creating A Timeout Feature In Your PowerShell Scripts
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
2 years agoNot applicable
I have the same issue.
I tried the Timeout parameter from the New-PowerBIReport Command but it seems it is not taken into account. I still get the "The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.' error.
Did you find a solution ?
Best Regards
ManuelW
2 years agoHelper I
Hi Anonymous , Unfortunately, I have never found a solution either;