Forum Discussion
carlito
8 years agoFrequent Visitor
Google Analytics Limit Exceeded Error
EDIT: lbuckle flagged this: There's a message on the Power BI Support Page says that they're currently investigating into the issue: "Customers who attempt to create a new query or edit their cre...
k10145
8 years agoNew Member
We are currently getting this same error when just attempting a connect to GA. Is there any resolution on this? Is it possible the PowerBI has exceeded their daily limit for their project at this point?
stretcharm
8 years agoMemorable Member
I've not got experience with google analytics but I had limit problems with the musicbrainz api. I was getting errors on some calls due to the speed I was asking for data.
I used fiddler to help
https://www.telerik.com/fiddler
It showed me the api calls, data and responses.
Oddly some of my queries seemd to make multple calls for the same data.
I didn't have to much data so I just put in a pause to stop it reqesting too many times a minute.
I also was able to send my users details to help the api.