Forum Discussion
New-PowerBIReport ignoring Timeout
- 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.
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 Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.