Forum Discussion

Patrick Naughton's avatar
Patrick Naughton
Brass Contributor
Sep 26, 2018

PowerBI calls Log Analytics via query string, fails on large queries.

It seems that PowerBI only talks to Log Analytics via an url encoded query string.

 

https://api.loganalytics.io/v1/workspaces/workspaceid/query?query=your url encoded query here...

 

If your query is large, this will get cut off after 2KB... and fail.

 

Is there any way to make PowerBI POST the query rather than putting it on the URL?

Resources