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
- sdavies1New MemberIf 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.
- fbcideas_migusrNew MemberStatus added:Needs Votes
Recent ideas
Semantic model connection bindings should be in source control (Git)
Semantic model data source connection bindings should be source controlled. A semantic model can contain multiple data source references, each of which may be bound to a separate Fabric data connect...frithjof_v1 minute agoCommunity ChampionNew0Views0likes0CommentsBulk changing column names in Visualizations Pane
We often use raw/api column names or measures with a set nomenclature to be consistent and to keep track of them but we do not want to display these names in the visuals. Currently we have to change ...vishal1401973 hours agoFrequent VisitorNew4Views0likes0CommentsAbout "Download SQL database project" and fix the downloaded project
1. The sqlproj must be fixed, it is downloaded without the xml markup line <?xml version="1.0" encoding="utf-8"> 2. The sdk must be updated: Actual: <Sdk Name="Microsoft.Build.Sql" Version="0.1...Jarrinf13 hours agoFrequent VisitorNew48Views3likes2Comments