Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Connect Google PageSpeed Insights to Power BI?

Hi all

 

Is it possible to connect or get the data from Google PageSpeed Insights into Power BI?

 

Thanks

1 ACCEPTED SOLUTION
v-jingzhang
Community Support
Community Support

Hi @Anonymous 

 

Yes, it is possible. You could go to Get data > Web and enter the API url along with the url parameter in the URL textbox.

For example,

https://www.googleapis.com/pagespeedonline/v5/runPagespeed?url=https://developers.google.com

Replace https://developers.google.com with the web URL you want to test.

051902.jpg

 

Wait a while for Power BI to get the data from this API, you will get its response data in JSON format. You can then transform the query to extract the info you want.

051903.jpg

 

Here is the document for Google PageSpeed Insights API.

https://developers.google.com/speed/docs/insights/v5/reference/?apix=true

https://developers.google.com/speed/docs/insights/v5/get-started?hl=en

 

Regards,
Community Support Team _ Jing
If this post helps, please Accept it as the solution to help other members find it.

View solution in original post

2 REPLIES 2
v-jingzhang
Community Support
Community Support

Hi @Anonymous 

 

Yes, it is possible. You could go to Get data > Web and enter the API url along with the url parameter in the URL textbox.

For example,

https://www.googleapis.com/pagespeedonline/v5/runPagespeed?url=https://developers.google.com

Replace https://developers.google.com with the web URL you want to test.

051902.jpg

 

Wait a while for Power BI to get the data from this API, you will get its response data in JSON format. You can then transform the query to extract the info you want.

051903.jpg

 

Here is the document for Google PageSpeed Insights API.

https://developers.google.com/speed/docs/insights/v5/reference/?apix=true

https://developers.google.com/speed/docs/insights/v5/get-started?hl=en

 

Regards,
Community Support Team _ Jing
If this post helps, please Accept it as the solution to help other members find it.

amitchandak
Super User
Super User

@Anonymous , Does it provide REST API, Then you can data using rest API.

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors