如何将Google Sheet与Power Bi连接?

编程入门 行业动态 更新时间:2024-10-11 15:24:07
本文介绍了如何将Google Sheet与Power Bi连接?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

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

解决方案

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

样本数据:

  • 获取Google表格的可共享链接(权限至少具有该链接的任何人都可以查看):
  • 修改共享链接并添加以下部分:

    发件人:

  • 如果您深入到表格"单元格,则应该能够看到数据并从那里开始工作.
  • 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:

  • Get shareable link of the Google Sheet (Permission at least Anyone with the link can view):
  • Modify the shareable link and add the following parts:

    From:

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

    To:

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

  • e.g.

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

  • 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

  • If you drill into the Table cell you should be able to see the data and work from there.
  • 更多推荐

    如何将Google Sheet与Power Bi连接?

    本文发布于:2023-10-30 07:46:01,感谢您对本站的认可!
    本文链接:https://www.elefans.com/category/jswz/34/1542224.html
    版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
    本文标签:如何将   Google   Sheet   Power   Bi

    发布评论

    评论列表 (有 0 条评论)
    草根站长

    >www.elefans.com

    编程频道|电子爱好者 - 技术资讯及电子产品介绍!