如何将谷歌表格与power bi连接?

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

我正在尝试使用 R Studio 将 google sheet 与 power bi 连接,在 youtube 上有一个由 stephnie locke 制作的视频,但这只是一个简短的视频,并没有完全帮助.任何可以提供适当和完全帮助的人.

解决方案

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

样本数据:

  • 获取 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.
  • 更多推荐

    如何将谷歌表格与power bi连接?

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

    发布评论

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

    >www.elefans.com

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