Forum Discussion
Google Analytics - Limit exceeded
- 8 years ago
Hi mmanwaring,
It seems to be an error from google analytics API but not from Power BI side. Please refer to this document. You can consult more problem about API in Power BI developer community.
Best Regards,
Angelia - 8 years ago
I had the same problem, found the answer in this video: https://www.youtube.com/watch?v=CN5ch2hUS7s
The video describes the problem (and why it happens) between the 1:30 and 6:40 time points. It helped me to watch the whole thing, but if you're impatient the actual solution starts at the 8:45 time point.
Here's a summary:
CAUSE: By default, Power BI attempts to pull ALL data from GA...that could mean thousands or millions of records that you don't actually need, but they count against your daily quota.
SOLUTION: Use filter(s) to reduce the amount of data you’re pulling from Google Analytics to Power BI. Filter the query to only pull the date range you need.
IMPORTANT BEST PRACTICE: Use specific dates to define your desired date range in the query filter. Don't use presets like "This Month" or "Last Month" This ensures you're filtering on the datastream from the GA datacube instead of a locally cached subsample. The video explains this between 9:45 and 12:30.
Hi mmanwaring,
It seems to be an error from google analytics API but not from Power BI side. Please refer to this document. You can consult more problem about API in Power BI developer community.
Best Regards,
Angelia