Forum Discussion

Happy_Cloud's avatar
Happy_Cloud
New Member
6 years ago

Query large amount of data from Log Analytics

Hi all,

 

I am pretty new to the PowerBI topic and already ran in to some issues.

I am trying to query a quiet large amount of data from my Log Analytics Workspace - Unfortunatley I am reaching the log analytics API limitations of 64000000 bytes for a single query.

 

https://dev.loganalytics.io/documentation/Using-the-API/Limits

 

Therefore I wanted to create some kind of ForEach Loop to split my large query into smaller ones and append all the data to a new Table. 

For example: If I want to query the data for the past 3 days, I would like to modify the "TimeGenerated between(.....)" Kusto expression inside the loop to query the data blockwise for maybe 4 hours and afterwards append the data to the Table. The loop should run until I queried all the data for the 3 days.

 

 Now my questions, is this possible to do with PowerBI?

 

Thanks in advanced and best regards

 

2 Replies