如何在 PowerBI 中以 Excel 格式下载报告。目前,我已使用 PowerBi Web 部件将报告嵌入到 SharePoint 页面中,需要使用下载按钮下载报告。
我使用过 PowerBI API - POST https://api.powerbi.com/v1.0/myorg/reports/{reportId}/ExportTo
响应 - { "error": { "code": "InvalidRequest", "message": "请求导出的报告不在专用容量上" } }
如何在 PowerBI 中以 Excel 格式下载报告。目前,我已使用 PowerBi Web 部件将报告嵌入到 SharePoint 页面中,需要使用下载按钮下载报告。
我使用过 PowerBI API - POST https://api.powerbi.com/v1.0/myorg/reports/{reportId}/ExportTo
响应 - { "error": { "code": "InvalidRequest", "message": "请求导出的报告不在专用容量上" } }