Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 power bi 报告,我想使用从我的计算机启动的 python 脚本在本地下载到 csv / xlsx 文件中(我启动脚本 -> 我下载文件)。
我看到可以使用带有“连接字符串”的 Excel 宏从 powerbi 更新/获取/检索数据,我想做类似的事情,但是使用 python。(https://powerbi.microsoft.com/it-it/blog/data-sources-via-power-bi/)
有什么建议吗?谢谢 !