Hello everyone,
I am trying to stream data from a Salto Systems (access control) server to Power BI but I am having an issue with the length of the Push URL.
The Salto server would not accept such a long URL. I have tried several URL shorteners but nothing seems to work (tried through Powershell to change the $endpoint = "https://api.powerbi....." to something like $endpoint = "bit.ly/....." without any luck, since the shortened URL cannot communicate with the server (getting a 404 error).
Is there anyway to shorten the Push URL??
thanks in advance
Tasos