問題描述
我們在 Azure Blob 中有要報告的大型 csv 文件.看起來有了一些 M,我們可以使用 Power BI desktop 連接到 blob 并開始報告它們.
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.
我們想自動化這個過程,所以我想一個選擇是創建我們自己的 pbix 文件并上傳它們.
We want to automate this process so I guess an option is to create our own pbix files and upload them.
理想情況下,應該有更好的 Power BI API,我們可以在其中以與桌面相同的方式配置數據源服務器端.
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.
我看過,pbix 文件是 zip,DataMashup 也是一個 zip(標準的 openx 文件,如 docx).
I've looked and the pbix files are zips with DataMashup also being a zip (standard openx files like docx).
有人知道 NuGet 包或有關如何使用 c# 在最新的 Power BI 中創建儀表板的詳細信息嗎?
Does anyone know of a NuGet package or details on how I could create dashboard in the latest Power BI using c#?
推薦答案
文件格式未記錄.我們正在努力讓您以編程方式創建報告和儀表板,但我還沒有可以分享的時間表.現在,您應該能夠使用 power query 加載相關文件,然后將其上傳到 power bi 服務以在您的團隊中共享.建議在 support.powerbi.com 上添加請求,以便我們在添加您需要的內容后回復您.
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.
這篇關于是否有 PBix 文件格式的文檔/API?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!