I am trying to generate a list of users but I get different values depending on which dimension I use.
The data source is a GA4 property, but it also occurs with UA.
This is my example: https://datastudio.google.com/reporting/f75c1478-e738-45ad-8a23-97c51b69c374
For the attached table, if I use the "Month" dimension, it returns a different value that I use the dimension "Date (Year Month).
Could someone explain me the difference and how I could fix it? Thank you very much in advance!
| Date (Year Month) | Users | New users | |
|---|---|---|---|
| 1 | Aug 2022 | 70,469 | 52,103 |
| 2 | Jul 2022 | 71,939 | 54,837 |
| 3 | Jun 2022 | 75,868 | 57,613 |
| 4 | May 2022 | 85,273 | 67,462 |
| 5 | Apr 2022 | 82,099 | 63,977 |
| Month | Users | New users | |
|---|---|---|---|
| 1 | Aug 2022 | 58,674 | 52,025 |
| 2 | Jul 2022 | 60,150 | 54,748 |
| 3 | Jun 2022 | 62,643 | 57,498 |
| 4 | May 2022 | 73,172 | 67,398 |
| 5 | Apr 2022 | 69,164 | 63,893 |