Forum Discussion
Wrong data from Google Analytics
- 10 years ago
Hi kendash,
if there are several blocks of rows that have the same value as you describe, this is a strong indication that your data is sampled.
(https://support.google.com/analytics/answer/2637192?hl=en)
"If the number of sessions in the property over the given date range exceeds 500k sessions (25M for Premium)1, Analytics will employ a sampling algorithm"
Here's how you can verify if that's the case:
- Check your GA data you have imported in PBI and note down the date range you have imported (earliest and latest date)
- Go to https://ga-dev-tools.appspot.com/query-explorer/- Set up exactly the same query and use the same dates that you have in PBI
- Hit "Run Query" and have a look at the header section of the result
If it says "Contains sampled data:Yes", then you know, that sampling is the root of the issue.
The only way around it is to request smaller date ranges of data, which you cannot do in PBI itself. So you will have to programmaticly do that elsewhere and use the result as a source for PBI.
Hi kendash,
You could also try out some of tools that automatically eliminate GA sampling by breaking your query down to a number of smaller unsampled queries and then aggregate them back together again. E.g. Analytics Canvas and Unsampler.io. Another option is to get all the raw data out of GA, using the tool from scitylana.com. This should also eliminate sampling. Apparently they also offer a PBI Desktop template.