'Incorrect data from google analytics in Power BI
Solution 1:[1]
In Google Analytics UI, try to run an unsampled report for the number of users with the given time frame. The number of users from the ordinary webpage UI is generated from sampling and varies from what you have in Power BI or BigQuery.
Solution 2:[2]
you are facing an issue of sampling. So Power bi's connector for google analytics has a sampling issue and an API Calls limit. The standard limitations and quotas for Google Analytics API requests are documented in Limits and Quotas on API Requests. However, Power BI Desktop and Power BI service allow you to use the following enhanced number of queries.
Queries per day: 1,500,000 Queries per 100 seconds: 4,000
Might be better to connect Google analytics to a data warehouse such as Google BigQuery, which will help you get access to historical data that you won't be able to get with Power bi's connector. I'd suggest using a third-party connector.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | edwardmoradian |
| Solution 2 | Pushkin |

