Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I'm using the Google Analytics (GA) connector in Power BI desktop. I want to filter my queries using custom segments. I've created these segments in GA but I can't work out how to add them to my query.
They don't appear in the 'Add Items' menu but they are documented in the Googla Analytics Core Reporting API (which I presume Power Query is using) https://developers.google.com/analytics/devguides/reporting/core/v3/segments
Solved! Go to Solution.
It doesn't appear possible to use Segments with the off the shelf GA connector. Using Web.Contents() to query the Core Reporting API doesn't work either as GA requires OAuth2 authentication and the PQ doesn't support that.
I solved the problem by writing a Python script, however I', told the new Data Connector SDK allows OAuth2 authentication (https://powerbi.microsoft.com/en-us/blog/data-connectors-developer-preview/) so that might be worth a try
You can vote for custom segments to be added to the Google Analytics data connector here
@Anonymous @edwardrmiles @v-chuncz-msft
Another - more stabil - solution is to get access to the unaggregated Google Analytics data.
This is possible using the scitylana.com services.
It doesn't appear possible to use Segments with the off the shelf GA connector. Using Web.Contents() to query the Core Reporting API doesn't work either as GA requires OAuth2 authentication and the PQ doesn't support that.
I solved the problem by writing a Python script, however I', told the new Data Connector SDK allows OAuth2 authentication (https://powerbi.microsoft.com/en-us/blog/data-connectors-developer-preview/) so that might be worth a try
Hi Edward,
Could you please share your Python script you used for getting GA Segments ?
Thank you for your help.
Nicolas.
Hi Edward,
Could you please share your Python script you used for getting GA Segments ?
Thank you for your help.
Nicolas.
I'm not familiar with it, but you may do research into the Advanced Editor.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 23 | |
| 19 | |
| 18 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 60 | |
| 52 | |
| 47 | |
| 40 | |
| 38 |