简体   繁体   English

彭博数据进入 Power BI

[英]Bloomberg data into Power BI

Have seen a few mentions on pulling Bloomberg pricing data into Power BI, with most referencing a REST API but I can't seem to find any good examples on how to implement.已经看到一些关于将彭博定价数据拉入 Power BI 的提及,其中大多数引用了 REST API,但我似乎找不到任何关于如何实施的好例子。 I have a Bloomberg license, but have been struggling on how to marry the two without pulling Bloomberg data into Excel and then referencing in Power BI.我有彭博许可证,但一直在努力解决如何在不将彭博数据拉入 Excel 然后在 Power BI 中引用的情况下将两者结合起来。 Anyone have any luck on this front?有人在这方面有运气吗?

I'd prefer to avoid the Excel route as I'd like to be able to choose dates, assets, etc in the Power BI report and then refresh dynamically rather than open Excel every time and then refresh the Power BI report.我更愿意避免使用 Excel 路线,因为我希望能够在 Power BI 报告中选择日期、资产等,然后动态刷新,而不是每次都打开 Excel,然后刷新 Power BI 报告。

Thanks in advance.提前致谢。

I'm sure there's a way to load data via R with the Rblpapi library.我确定有一种方法可以使用Rblpapi库通过R加载数据。 Might try going down this route.可以试试走这条路。 I don't have a license so I'm unable to test.我没有执照,所以我无法测试。

Documentation here: http://dirk.eddelbuettel.com/code/rblpapi.html文档在这里: http : //dirk.eddelbuettel.com/code/rblpapi.html

您会很高兴知道 Bloomberg Connector 是 Power BI 4 月版本的一部分!

There does not currently seem to be an easy way of doing this.目前似乎没有一种简单的方法可以做到这一点。 I have been exploring using C#.我一直在探索使用 C#。 I found this tutorial which provides a lot of detail on connecting to the Bloomberg API using C#, and this tutorial on pushing data into Power BI using C#.我发现这个教程提供了很多关于使用 C# 连接到 Bloomberg API 的细节,以及这个关于使用 C# 将数据推送到 Power BI 的教程 There might be a way by connecting the concepts in both tutorials.可能有一种方法可以将两个教程中的概念联系起来。 If anyone has any better ideas I would love to hear them.如果有人有更好的想法,我很乐意听取他们的意见。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM