Forum Discussion

tssmch's avatar
tssmch
New Member
2 years ago

Power BI streaming datashet URL not supported - Too Long

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

4 Replies

  • At a minimum you need the Semantic Model GUID and then Push Key.  There's no way around that.  However - that URL is static and I am surprised that you cannot do this via an URL shortener. Maybe these shortener services only work with GET request whereas the push obviously is a POST request.