Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi everyone,
From Google Analytics connectors, is there a way to get the total number of unique users for a date range?
I have imported the data by Date, but since users are unique in nature, I cannot jsut sum the total number of users by Date.
For example:
Date Users
2019-01-01 500
2019-01-02 565
2019-01-03 879
However uers for date range 2019-01-01 to 2019-01-03 is 810.
Is there a way to handle this?
Thanks.
Hi!
You need to take separate tables for separate time periods. If you want monthly stats then choose time/month from Google Cube (Google Analytics connector). If you need to take days then use time/date etc.
But you cannot sum daily stats, because you will see wrong result.
You can confirm if this is correct when you check Google Analytics site
@Anonymous,
There is a discussion in this similar thread about user measure of Google Analytics.
In your scenario, you might need to calculate unique users using DAX functions such as DISTINCTCOUNT().
Regards,
Lydia
Thanks @Anonymous,
The challenge is that google analytics do not provide the userid and hence you cannot use DistinctCount?
Are there any other way to achive this?
Thanks
@Anonymous ,
Please check adetogni's reply in that case. You might need to contact Google analytics support to check how to get an identify id to distinguish users.
Regards,
Lydia
Hi @Anonymous ,
Can you please show me the link for adetogni's comment?
Thanks
@Anonymous,
Please check the link below.
https://community.powerbi.com/t5/Desktop/user-measure-google-analytics/td-p/199791/page/2
Regards,
Lydia
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 14 | |
| 12 | |
| 10 | |
| 7 | |
| 6 |