Forum Discussion
Power BI streaming datashet URL not supported - Too Long
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.
- tssmch2 years agoNew Member
Thanks for your reply,
I guess what you are saying makes sense, on the other hand I wasn't expecting a url length limitation...
Maybe there is a shortener that can send out POST requests... I will look into it
I am now trying to work around the problem, by building a port listener that will be able to get the info from the server on a specific port and translate it into a powershell script that will send the real time data to power bi...
Hope it will work
- lbendlin2 years ago
Super User
If you have a Pro license you can open a Pro ticket at https://admin.powerplatform.microsoft.com/newsupportticket/powerbi
Otherwise you can raise an issue at https://community.fabric.microsoft.com/t5/Issues/idb-p/Issues .- tssmch2 years agoNew Member
Thanks for the info
I will post here again if I have a solution
Cheers