Forum Discussion

mrslyfox's avatar
mrslyfox
Helper II
8 years ago

Invoke-RestMethod : The remote server returned an error: (400) Bad Request.

Windows 2012R2 x64 PowerShell ISE   Script from PBI as is: while($true){ $endpoint = "https://api.powerbi.com/beta/xxxxxxxx" $payload = @{ "Measured" =123 "DateTime" =Get-Date -Format F "Mac...