如何将Google Sheet与Power Bi连接? [英] How to connect google sheet with power bi?

查看:79
本文介绍了如何将Google Sheet与Power Bi连接?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用R Studio将google sheet与power bi连接,youtube上有斯蒂芬妮·洛克(Stephnie Locke)录制的视频,但这只是一小段视频,不能完全帮助您.那里的任何人都可以正确,完全地帮助您.

解决方案

如果您不仅限于R Studio,还有另一种方法可以从Power BI访问Google表格数据:

样本数据:

  1. 获取Google表格的可共享链接(权限至少具有该链接的任何人都可以查看):

  1. 修改共享链接并添加以下部分:

    发件人:

    1. 如果您深入到表格"单元格,则应该能够看到数据并从那里开始工作.

    I am trying to connect google sheet with power bi using R Studio, there is a video on youtube by stephnie locke, but that is just a short video and dont help completely. any one there which can help properly and completely.

    解决方案

    If you're not limited to R Studio, there is another way to access Google Sheet data from Power BI:

    Sample data:

    1. Get shareable link of the Google Sheet (Permission at least Anyone with the link can view):

    1. Modify the shareable link and add the following parts:

      From:

      https://docs.google.com/spreadsheets/d/google-sheet-guid/edit?usp=sharing

      To:

      https://docs.google.com/spreadsheets/d/google-sheet-guid/export?format=xlsx&id=google-sheet-guid

    e.g.

    https://docs.google.com/spreadsheets/d/1ohAz8SD6viEGIrcor-JC-vCt2yRbgY1c-7Uflv-_hrA/edit?usp=sharing -> https://docs.google.com/spreadsheets/d/1ohAz8SD6viEGIrcor-JC-vCt2yRbgY1c-7Uflv-_hrA/export?format=xlsx&id=1ohAz8SD6viEGIrcor-JC-vCt2yRbgY1c-7Uflv-_hrA

    1. Create a blank query in Power BI and get the source as below:

      let Source = Excel.Workbook(Web.Contents("the-link-in-step-2"), null, true) in Source

    1. If you drill into the Table cell you should be able to see the data and work from there.

    这篇关于如何将Google Sheet与Power Bi连接?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆