Forum Discussion
Count mismatch in the data imported from Azure log analytics workspace through blank query
Hi cte_crest
Kindly note the limitation that violated the 64,000,000 bytes maximum enforced by the Log Analytics API. Kindly re-architect the queries with this limitation in mind. The Log Analytics API limitations are documented here:
https://dev.loganalytics.io/documentation/Using-the-API/Limits
Actually I am respecting all the API limitations. In fact, the payload from the response is just 5 MB (vs 60 MB limit).
In addition, I am noticing a weird behaviour. If the count on azure workspace is 82647, then it's fetching 78310 in Power BI. If the count in azure workspace is 105k, then around 95k records are fetched.
So, why am I experiencing these inconsistencies? Are there any other limitations also?
- jim1232112 years agoNew Member
I encountered the same problem. Have you figured out a solution?