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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Katr-PBI
Frequent Visitor

Combine Google sheets data stored on Google drive in dataflow

Hi,

 

I need to connect to google drive folder in which each day is saved new daily report in Google sheets format.

I need one sheet from this Google sheets from each day, but I need to combine them in order to have the full view.

It is simple to do with Sharepoint, but is there any work around how to do it when it is stored on Google drive, and the format of the files is Google sheets?

Thanks a lot in advance 

2 ACCEPTED SOLUTIONS
danextian
Super User
Super User

Hi @Katr-PBI 

 

Power BI doesn't have a Google Drive connector.  What you can do is maintain a single spreadsheet containing the link to the other spreadsheets. Connect to the main spreadsheet then create a custom column that connects to each individual link. The custom column  formula would be something link

= GoogleSheets.Contents([spreadsheet url column)




Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

View solution in original post

danextian
Super User
Super User

This is incorrect. The Google Sheets connector either in Dataflow or Desktop connects to the Google Sheets only and there is no such option to connect to a Google Drive folder.. 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

View solution in original post

6 REPLIES 6
v-prasare
Community Support
Community Support

May I ask if you have resolved this issue? If so, Can you please share the resolution steps here. This will be helpful for other community members who have similar problems to solve it faster.
If we don’t hear back, we’ll go ahead and close this thread. For any further discussions or questions, please start a new thread in the Microsoft Fabric Community Forum we’ll be happy to assist.
Thank you for being part of the Microsoft Fabric Community.

v-prasare
Community Support
Community Support

We would like to confirm if our community members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.

 

 

 

Thank you for your patience and look forward to hearing from you.
Best Regards,
Prashanth Are
MS Fabric community support

v-prasare
Community Support
Community Support

HI @Katr-PBI,

 

We would like to confirm if our community members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.

 

@Shahid12523@danextian, thans for your prompt response

 

 

Thank you for your patience and look forward to hearing from you.
Best Regards,
Prashanth Are

MS Fabric community support

Shahid12523
Community Champion
Community Champion

To combine daily Google Sheets from a Google Drive folder into one view using Power BI Dataflow:
- Create a list of the Google Sheets URLs (one per daily report).
- Build a Power Query function to fetch the needed sheet from each URL.
- Apply this function to the URL list to combine all data.
- Update the URL list regularly to include new daily files.
Alternatively, third-party connectors can simplify this process by treating Google Drive like SharePoint.

Shahed Shaikh
danextian
Super User
Super User

This is incorrect. The Google Sheets connector either in Dataflow or Desktop connects to the Google Sheets only and there is no such option to connect to a Google Drive folder.. 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
danextian
Super User
Super User

Hi @Katr-PBI 

 

Power BI doesn't have a Google Drive connector.  What you can do is maintain a single spreadsheet containing the link to the other spreadsheets. Connect to the main spreadsheet then create a custom column that connects to each individual link. The custom column  formula would be something link

= GoogleSheets.Contents([spreadsheet url column)




Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors