keong6346's avatar
keong6346
New Member
9 years ago
Status:
Needs Votes

Rest API to create report from web application

This would allow developers to generate/create reports based on the users' input and show it immediately after that. It will be useful to show users what is the result of their predefined values.

2 Comments

  • If someone saves changes to their embedded Power BI report (pushes the Save button), the report will be updated in Power BI service. You can then use the Power BI SDK for C# to copy that existing report to a new one, e..g. For copying the report into the same AppWorkspace, call the powerBIClient.Reports.CloneReportInGroupAsync(...) method or For copying the report into a different AppWorkspace, use the reports export/import methods, and handle streams for the report file, i.e. powerBIClient.Reports.ExportReportInGroupAsync(...) // streaming back and forth step powerBIClient.Imports.PostImportWithFileAsyncInGroup(...) I've tried all three of these, they're good.

Recent ideas