Is there documentation/an API for the PBix file format?

孤者浪人 提交于 2019-12-12 07:49:12

问题


We have large csv files in Azure Blobs that we want to report on. It looks like with some M, we can use Power BI desktop to connect to the blobs and start to report on them.

We want to automate this process so I guess an option is to create our own pbix files and upload them.

Ideally, there would be a better Power BI API where we could configure the data sources server side in the same way as the desktop.

I've looked and the pbix files are zips with DataMashup also being a zip (standard openx files like docx).

Does anyone know of a NuGet package or details on how I could create dashboard in the latest Power BI using c#?


回答1:


The file format is not documented. We're working towards allowing you to create reports and dashboards programmatically, but there's no timeline on that yet that I can share. Right now, you should be able to use power query to load the file in question and then upload that to the power bi service to share within your team. Would suggest adding a request at support.powerbi.com so we can get back to you when we've added what you need.



来源:https://stackoverflow.com/questions/31849864/is-there-documentation-an-api-for-the-pbix-file-format

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!